Commit Graph

17 Commits (c152243b4d69191bcd672adbb55e7f7fb3c3ee2a)

Author SHA1 Message Date
Samantaz Fox 7f445f6167
Merge pull request #2915 from MathiusD/RefreshChannelsJob-frenquency
Allow configuration of the time between 2 RefreshChannelsJob
3 years ago
Samantaz Fox d8bb75be63
Document 'extend_desc' in config.example.yml
Thanks to "Le Jester" on Matrix for noticing that it was missing!
3 years ago
Féry Mathieu (Mathius) e60a1836fe
Lint config.example.yml and config.cr
Follow lint indications :
- https://github.com/iv-org/invidious/pull/2915#discussion_r812396203
- https://github.com/iv-org/invidious/pull/2915#discussion_r812396807
3 years ago
Féry Mathieu (Mathius) fd0ac3a671
Update management of channel_refresh_interval
Follow indications:
https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
3 years ago
Féry Mathieu (Mathius) dfab62ce48
Rename new property to channel_refresh_interval
Follow indications :
https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
3 years ago
Féry Mathieu (Mathius) 18197e7e3e
Lint description of channel_refresh_time 3 years ago
Féry Mathieu (Mathius) f75a81c9ee
Make configurable time between each RefreshChannelsJob 3 years ago
Dimitris Apostolou 7e4690e43c
Fix typos 3 years ago
Samantaz Fox e00f9a869d
config: remove note about QUIC disabled at Google
The situation is back to normal.
3 years ago
Samantaz Fox 4940759627
Example config: Change 'use_quic' default value
Related to commit a120f143d7
Also point towards the Github issue.
3 years ago
Samantaz Fox a12571e748
Fix minor error in config.example.yml
Update the "note" for `locale`
3 years ago
Dmitry Sandalov ea0b1fdf44
Feature Request: Localization for trending (reword region doc) 3 years ago
Dmitry Sandalov d9c58c4837
Feature Request: Localization for trending iv-org#331 3 years ago
Samantaz Fox adc12addfa
Add config option to display source code URL in footer (#2450) 3 years ago
Samantaz Fox 9f5f5da894
config_example.yaml: document all possible options (#2083)
Fixes https://github.com/iv-org/documentation/issues/46
3 years ago
Andre Borie 79e99908de Allow providing 12-Factor-style Database URL in config 4 years ago
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
4 years ago