We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple people have been reported that they couldn't figure out how to change the default instance settings.
After digging into it... I discovered that it wasn't documented anywhere.
We need to document that this is the expected format:
(this is taken from my own instances)
environment: # Please read the following file for a comprehensive list of all available # configuration options and their associated syntax: # https://github.com/iv-org/invidious/blob/master/config/config.example.yml INVIDIOUS_CONFIG: | check_tables: true db: dbname: invidious user: kemal password: kemal host: postgres port: 5432 https_only: true domain: <REDACTED> external_port: 443 log_level: Error popular_enabled: false registration_enabled: false login_enabled: false hmac_key: <REDACTED> default_user_preferences: dark_mode: dark feed_menu: [] default_home: Search annotations: true annotations_subscribed: true related_videos: false quality: dash quality_dash: 1080p local: true
The text was updated successfully, but these errors were encountered:
It has always been documented inside the config.example.yml itself: https://github.com/iv-org/invidious/blob/master/config/config.example.yml#L517
Like stated in https://docs.invidious.io/configuration/
Sorry, something went wrong.
@unixfox I mean, yes, but it easy to miss when setting up a compose file.
No branches or pull requests
Multiple people have been reported that they couldn't figure out how to change the default instance settings.
After digging into it... I discovered that it wasn't documented anywhere.
We need to document that this is the expected format:
(this is taken from my own instances)
The text was updated successfully, but these errors were encountered: