From 35a6c6a35564f8fe81e56c8a7bb19c6040e12c71 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 27 Dec 2022 17:28:49 +0200 Subject: [PATCH] Add more defaults --- defaults/main.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: