1
0
Commit Graph

13 Commits

Author SHA1 Message Date
a0e812395f feat(docker)!: use scratch as base image
This change modifies the docker image so that it uses the scratch image instead of alpine. This is possible because the Vikunja binary is now entirely statically compiled, wich no dependencies on any system c libraries.

This also changes the default path for the sqlite file in the docker image (breaking). When using sqlite in docker, the VIKUNJA_DATABASE_PATH config variable or the file mount must be changed to prevent data loss.
2024-02-25 22:49:04 +01:00
89e349f2fd docs: fix database healthcheck command 2024-02-13 20:38:53 +01:00
18374c2e52 docs: fix healthcheck and mariadb password 2024-02-13 09:55:12 +01:00
001268a33e docs: add healthcheck to docker compose examples 2024-02-11 18:39:53 +01:00
1984527fae docs: adjust documentation to reflect single-binary deployments 2024-02-09 19:09:19 +01:00
8dc6c95333 docs: update references to list 2023-03-14 17:39:46 +01:00
f8cc67d37f chore(docs): add frontendurl to all example configs 2022-07-19 16:26:38 +02:00
bf68ccbb25 Don't use the mariadb root user in docker-compose examples 2021-06-20 22:37:35 +02:00
1a4eef1056 Add toc to docs 2020-09-03 17:34:44 +02:00
d88551e99d Add dav proxy directions to example proxy configurations
Signed-off-by: kolaente <k@knt.li>
2020-08-20 14:08:35 +02:00
28fd0e91ee Mention client_max_body_size in nginx proxy settings 2020-08-17 22:15:48 +02:00
96f366f5e7 Add docs about using vikunja with utf-8 characters 2020-07-06 21:53:26 +02:00
c37b776f7a Add docker setup guide from start to finish 2020-05-24 13:50:17 +02:00