Commit Graph

33 Commits

Author SHA1 Message Date
a0e812395f
feat(docker)!: use scratch as base image
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-13 20:38:53 +01:00
18374c2e52
docs: fix healthcheck and mariadb password
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-13 09:55:12 +01:00
001268a33e
docs: add healthcheck to docker compose examples
Some checks reported errors
continuous-integration/drone/push Build was killed
2024-02-11 18:39:53 +01:00
99856b2031
docs: add missing traefik label
Some checks failed
continuous-integration/drone/push Build is failing
2024-02-11 15:57:22 +01:00
1984527fae
docs: adjust documentation to reflect single-binary deployments
All checks were successful
continuous-integration/drone/pr Build is passing
2024-02-09 19:09:19 +01:00
Aaron Ogle
a16fd67b51
docs: add docs for installing with sqlite in docker (#70)
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
- 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)
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-31 15:43:29 +01:00
TheDubliner
321a8f7e2b
fix(docs): fix a few minor typos (#59)
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-06 10:33:43 +01:00
f8cc67d37f
chore(docs): add frontendurl to all example configs
Some checks failed
continuous-integration/drone/push Build is failing
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
Some checks failed
continuous-integration/drone/push Build is failing
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
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-29 20:38:09 +02:00
4255bc3a94
docs: add docker-compose example with no proxy
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-24 20:45:37 +02:00
bd24743640
docs: Add other installation resources
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-23 17:52:01 +02:00
bf68ccbb25
Don't use the mariadb root user in docker-compose examples
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-20 22:37:35 +02:00
1a4eef1056
Add toc to docs
Some checks failed
continuous-integration/drone/push Build is failing
2020-09-03 17:34:44 +02:00
d88551e99d
Add dav proxy directions to example proxy configurations
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-17 22:15:48 +02:00
96f366f5e7
Add docs about using vikunja with utf-8 characters
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-06 21:53:26 +02:00
8b030135de Added section to full-docker-example.md for Caddy v2. (#595)
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-23 19:34:44 +02:00
4204af255c
Add ability to run the docker container with configurable user and group ids
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-22 21:18:11 +02:00
e43e601912
Add traefik 2 example configuration
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-11 22:02:15 +02:00
f46e9cb64e Fixed typo in docker-compose example (#140)
Some checks reported errors
continuous-integration/drone/push Build was killed
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
All checks were successful
continuous-integration/drone/push Build is passing
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)
All checks were successful
continuous-integration/drone/push Build is passing
2019-02-17 19:53:04 +00:00