10 Commits

Author SHA1 Message Date
Samantaz Fox
406997d6d2
Document new options recently added 2021-07-16 15:04:42 +02:00
Samantaz Fox
a88da3f927
Add note mentioning that decrypt_polling is broken 2021-07-16 14:36:25 +02:00
Samantaz Fox
84414710dd
Be more precise about 'domain' and 'use_quic' 2021-07-16 14:12:26 +02:00
Samantaz Fox
bccfa0e784
Make more requested config changes
- Precise that 'https_only' is required when reverse proxy provides HTTPs
- Fix (again) the description of some stats entries
- Detail what admin rights do
2021-07-16 14:12:26 +02:00
Samantaz Fox
a81d8b8bd2
Make some changes requested by reviewers 2021-07-16 14:12:26 +02:00
Samantaz Fox
789486e7e6
Add more details about statistics_enabled config 2021-07-16 14:12:26 +02:00
Samantaz Fox
e9b70f64e9
Minor fixes
Make mandatory parameter more obvious, and correct `external_port` description.
2021-07-16 14:12:26 +02:00
Samantaz Fox
392d24c263
config_example.yaml: document all possible options
Fixes https://github.com/iv-org/documentation/issues/46
2021-07-16 14:12:26 +02:00
Andre Borie
79e99908de Allow providing 12-Factor-style Database URL in config 2021-01-30 19:33:58 +00:00
saltycrys
b566c4ba1a
Untrack config.yml (#1557)
* Untrack config.yml

`config/config.yml` has been untracked and moved to `config/config.example.yml`.

The Dockerfile has been updated to copy all `config/config.*` files and to try
to move `config/config.example.yml` to `config/config.yml`. If a user supplied
`config/config.yml` exists it is not overwritten.

* Update Dockerfile to use `shard.lock`

* Fix tests
2020-12-10 08:18:30 +01:00