Yurii Vlasov vlasov-y
vlasov-y pushed to main at vlasov-y/api 2023-01-30 11:20:39 +00:00
92cf9b9341 Merge branch 'main' into main
f660badc3d feat(background): add Last-Modified header (#1376)
491a142378 fix: lint
46b261c9fe chore(docs): adjust docs about frontend docker container
Compare 4 commits »
vlasov-y commented on pull request vikunja/vikunja#1375 2023-01-30 07:39:02 +00:00
Refactored Dockerfile

Done. I have created an entrypoint script back and run it using tini. Now user creation can be controlled with env variables, which are set to 1000:1000 by…

vlasov-y pushed to main at vlasov-y/api 2023-01-30 07:36:43 +00:00
eb9b1b47fc Creation of user in the runtime.
vlasov-y commented on pull request vikunja/vikunja#1375 2023-01-30 07:01:26 +00:00
Refactored Dockerfile

a, okay, will do

vlasov-y commented on pull request vikunja/frontend#3018 2023-01-30 07:01:13 +00:00
Docker refactoring

Nice work!

The docs need adjustment: https://vikunja.io/docs/install-frontend/#docker

Could you please point me to the documentation repository? I am not quite sure where is it.

vlasov-y pushed to main at vlasov-y/frontend 2023-01-30 06:58:45 +00:00
a1031bd754 Merge remote-tracking branch 'official/main'
8fa8b03aa6 fix(tests): only look in src for tests
e4499f44b7 Docker refactoring (#3018)
b799233bca fix(quick add magic): correctly parse "next {weekday}" on the beginning of the text
be0ae4bc29 chore(deps): update dependency eslint to v8.33.0
Compare 15 commits »
vlasov-y pushed to main at vlasov-y/api 2023-01-27 17:49:11 +00:00
d23f9190c3 Nothing special. Just regular commit.
vlasov-y created pull request vikunja/vikunja#1375 2023-01-27 17:47:40 +00:00
Refactored Dockerfile
vlasov-y pushed to main at vlasov-y/api 2023-01-27 17:41:53 +00:00
aaaa50a75a Refactored Dockerfile
vlasov-y created repository vlasov-y/api 2023-01-27 17:15:56 +00:00
vlasov-y pushed to main at vlasov-y/frontend 2023-01-27 16:18:23 +00:00
5cb678263f Switched to nginx user
vlasov-y pushed to main at vlasov-y/frontend 2023-01-27 16:16:17 +00:00
3cd0bedd1b Fixed http2 port
vlasov-y commented on pull request vikunja/frontend#3018 2023-01-27 16:00:05 +00:00
Docker refactoring

@konrad You have published the wrong port. Container listens 8080 inside, not 80. Use this one.

Can we change this so that it listens on port 80 by default? I know that's not as…

vlasov-y pushed to main at vlasov-y/frontend 2023-01-27 15:59:51 +00:00
fd1844c924 Changed Docker port to 80 by default
vlasov-y commented on pull request vikunja/frontend#3018 2023-01-27 15:59:19 +00:00
Docker refactoring

fixed

vlasov-y commented on pull request vikunja/frontend#3018 2023-01-27 15:59:12 +00:00
Docker refactoring

fixed

vlasov-y commented on pull request vikunja/frontend#3018 2023-01-27 15:59:07 +00:00
Docker refactoring

fixed

vlasov-y commented on pull request vikunja/frontend#3018 2023-01-27 15:59:00 +00:00
Docker refactoring

fixed

vlasov-y pushed to main at vlasov-y/frontend 2023-01-27 15:58:30 +00:00
d3b0876054 Removed unnecessary Nginx configuration
vlasov-y commented on pull request vikunja/frontend#3018 2023-01-27 15:55:47 +00:00
Docker refactoring

Okay