diff --git a/defaults/main.yml b/defaults/main.yml index d6cca6c..6c48ffb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,10 @@ --- invidious_repository: https://github.com/iv-org/invidious.git 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: version: "3" services: