mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Install invidious
This commit is contained in:
parent
30b83f9067
commit
cb7082a4a0
5 changed files with 82 additions and 0 deletions
17
roles/invidious-docker/files/config.yml
Normal file
17
roles/invidious-docker/files/config.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
crawl_threads: 1
|
||||
channel_threads: 1
|
||||
feed_threads: 1
|
||||
video_threads: 1
|
||||
db:
|
||||
user: kemal
|
||||
password: kemal
|
||||
host: postgres
|
||||
port: 5432
|
||||
dbname: invidious
|
||||
full_refresh: false
|
||||
https_only: true
|
||||
geo_bypass: true
|
||||
top_enabled: false
|
||||
force_resolve: ipv4
|
||||
admins:
|
||||
- paultrial
|
||||
Loading…
Add table
Add a link
Reference in a new issue