Add more defaults
This commit is contained in:
parent
dda3eb4e2d
commit
35a6c6a355
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
invidious_repository: https://github.com/iv-org/invidious.git
|
invidious_repository: https://github.com/iv-org/invidious.git
|
||||||
invidious_folder: /srv/invidious
|
invidious_folder: /srv/invidious
|
||||||
|
invidious_internal_port: 3000
|
||||||
|
#handle_ufw will allow access to individious_internal_port from everywhere, use it only if Invidious handles SSL or you don't want to use SSL (what?)
|
||||||
|
handle_ufw: false
|
||||||
|
handle_apache2_reverse_proxy: false
|
||||||
docker_compose_options:
|
docker_compose_options:
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue