summaryrefslogtreecommitdiffstats
path: root/config/config.example.yml (follow)
AgeCommit message (Collapse)Author
2023-07-01Config: Update example config documentationSamantaz Fox
2023-06-11User: Remove broken Google login (various comments)Samantaz Fox
2023-05-07Update config.example.ymlÉmilien Devos (perso)
Document save playback position in the config.example.yml
2023-01-05Add ability to disable all user notifications (#3473)Émilien Devos
2022-11-22Update config.example.ymlPrivacyDevel
2022-11-22Add "light" and "auto" as accepted values for dark_modePrivacyDevel
2022-11-22Correct config.example.yml dark_mode commentPrivacyDevel
2022-10-12Add table cleaning job (#3294)Samantaz Fox
2022-09-28Fix playlist limitJakub Filo
2022-08-27Allow to set maximum custom playlist length via a config variable.Jakub Filo
2022-08-06Disable decrypt_polling by default + add comment (#3244)Émilien Devos
2022-08-06Remove mentions that decrypt_polling is brokenÉmilien Devos
And add notice about bandwidth usage, related to https://github.com/iv-org/invidious/issues/3234
2022-02-25Merge pull request #2915 from MathiusD/RefreshChannelsJob-frenquencySamantaz Fox
Allow configuration of the time between 2 RefreshChannelsJob
2022-02-23Document 'extend_desc' in config.example.ymlSamantaz Fox
Thanks to "Le Jester" on Matrix for noticing that it was missing!
2022-02-22Lint config.example.yml and config.crFéry Mathieu (Mathius)
Follow lint indications : - https://github.com/iv-org/invidious/pull/2915#discussion_r812396203 - https://github.com/iv-org/invidious/pull/2915#discussion_r812396807
2022-02-22Update management of channel_refresh_intervalFéry Mathieu (Mathius)
Follow indications: https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
2022-02-22Rename new property to channel_refresh_intervalFéry Mathieu (Mathius)
Follow indications : https://github.com/iv-org/invidious/pull/2915#discussion_r811373503
2022-02-21Lint description of channel_refresh_timeFéry Mathieu (Mathius)
2022-02-21Make configurable time between each RefreshChannelsJobFéry Mathieu (Mathius)
2022-02-07Fix typosDimitris Apostolou
2022-01-25config: remove note about QUIC disabled at GoogleSamantaz Fox
The situation is back to normal.
2021-11-12Example config: Change 'use_quic' default valueSamantaz Fox
Related to commit a120f143d7bbe67379d0ff51e96b111661e1d385 Also point towards the Github issue.
2021-11-12Fix minor error in config.example.ymlSamantaz Fox
Update the "note" for `locale`
2021-10-21Feature Request: Localization for trending (reword region doc)Dmitry Sandalov
2021-10-21Feature Request: Localization for trending iv-org#331Dmitry Sandalov
2021-10-07Add config option to display source code URL in footer (#2450)Samantaz Fox
2021-07-16config_example.yaml: document all possible options (#2083)Samantaz Fox
Fixes https://github.com/iv-org/documentation/issues/46
2021-01-30Allow providing 12-Factor-style Database URL in configAndre Borie
2020-12-10Untrack config.yml (#1557)saltycrys
* 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