Commit Graph

33 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
e532979101
docs: clarify public url usage in installation 2024-02-19 19:04:16 +01:00
5ab720d709
docs: remove outdated information 2024-02-14 10:21:51 +01:00
7ae38c5ac1
docs: fix postgres example healthcheck 2024-02-14 10:21:27 +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
99856b2031
docs: add missing traefik label 2024-02-11 15:57:22 +01:00
1984527fae
docs: adjust documentation to reflect single-binary deployments 2024-02-09 19:09:19 +01:00
Aaron Ogle
a16fd67b51
docs: add docs for installing with sqlite in docker (#70)
Co-authored-by: kolaente <k@knt.li>
Reviewed-On: https://github.com/go-vikunja/api/pull/70
2023-04-13 11:42:15 +02:00
aaa0593289 feat(docs): various improvements
- removing spaces at end of line
- fixing spelling and grammar mistakes
- making sure 'Vikunja' is spelled the same way everywhere
- prefer using editors word wrap instead of hardcoding word wrap in markdown (reason: different word wrap per editor & end of line space)
- add newline add end where missing
- remove double colon at end of headlines
- remove unnecessary indention
- make sure code blocks and headlines etc always have an empty line around
2023-04-11 16:42:59 +00:00
rriski
88dd544fc9
fix(docs): fix traefik v2 example (#65) 2023-01-31 15:43:29 +01:00
TheDubliner
321a8f7e2b
fix(docs): fix a few minor typos (#59) 2023-01-06 10:33:43 +01:00
f8cc67d37f
chore(docs): add frontendurl to all example configs 2022-07-19 16:26:38 +02:00
ad17ff5c32
fix(docs): image urls in synology setup explanation 2022-06-30 16:25:24 +02:00
049ae39c62
docs: add guide for Synology NAS 2022-01-25 22:40:19 +01:00
2aea1691cf
docs: add postgres to docker-compose examples 2021-11-13 18:08:57 +01:00
68998e90a4
docs: fix api url in docker examples without a proxy 2021-09-29 20:38:09 +02:00
4255bc3a94
docs: add docker-compose example with no proxy 2021-09-24 20:45:37 +02:00
bd24743640
docs: Add other installation resources 2021-08-23 17:52:01 +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
8b030135de Added section to full-docker-example.md for Caddy v2. (#595)
Fixed one more leftover formatting oddity.

Fixed some leftovers from copy-paste.

Added section to full-docker-example.md for Caddy v2.

Co-authored-by: Christopher Leggett <chris@leggett.dev>
Reviewed-on: vikunja/api#595
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-06-22 04:48:00 +00:00
292c815000
Add restarting commands to all example docker compose files 2020-05-23 19:34:44 +02:00
4204af255c
Add ability to run the docker container with configurable user and group ids 2020-05-22 21:18:11 +02:00
e43e601912
Add traefik 2 example configuration 2020-05-11 22:02:15 +02:00
f46e9cb64e Fixed typo in docker-compose example (#140)
Reviewed-on: vikunja/api#140
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-02-17 16:47:55 +00:00
b6308f783b
Add files volume to docker compose docs 2019-11-25 19:08:24 +01:00
843c1e5193
Update docs with a traefik configuration 2019-11-25 19:07:11 +01:00
2d88fad5b1 Huge improvements for docs (#58) 2019-02-17 19:53:04 +00:00