7 Commits

Author SHA1 Message Date
daa7ad053c
feat: auto tls
Some checks failed
continuous-integration/drone/push Build is failing
This commit introduces the automatic retrieval of TLS certificates from Let's Encrypt. If the feature is enabled, Vikunja will automagically request a certificate from Let's Encrypt and configure it to server content via TLS.
2024-09-29 18:20:30 +02:00
dea123dbea
docs: format config json
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-22 17:18:17 +02:00
5643027454
docs: intro for migrators 2024-09-22 17:18:01 +02:00
b9cdc9fbe5
docs: clarify migrators
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-22 17:10:36 +02:00
003db05b66
docs: clarify enabled providers
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-22 16:32:48 +02:00
c5a97ef0a3
docs: correctly document providers in config
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-22 15:58:21 +02:00
3c70bd630d
feat: generate yml config from json
Some checks failed
continuous-integration/drone/push Build is failing
This change introduces a more abstract way of managing the config, allowing us to generate it into yaml and markdoc for the website.
It also changes the distributed config to be all commented out so that people using it only comment in the values they need.
2024-09-22 14:37:31 +02:00