Fix invidious API returning incorrect URLs, prepare nextcloud config

This commit is contained in:
Curt Spark 2024-07-15 05:14:17 +01:00
parent fb3a37bc16
commit 74adb13cf2
2 changed files with 6 additions and 6 deletions

View File

@ -48,9 +48,9 @@ services:
host: 11.1.0.22
port: 5432
check_tables: true
# external_port:
# domain:
# https_only: false
external_port: 443
domain: invidious.{{ domain_name }}
https_only: true
# statistics_enabled: false
hmac_key: "{{ service_invidious_postgres_password }}"
healthcheck:

View File

@ -19,11 +19,11 @@ services:
- WIREGUARD_ADDRESSES=10.0.0.5/32
- FIREWALL_VPN_INPUT_PORTS=11000,80
- FIREWALL_INPUT_PORTS=11000,80,9000,6379,5432
volumes:
# volumes:
# Custom IPTables forwarding rules to forward TCP(web) traffic from port 11000 to port 80
- ./post-rules.txt:/iptables/post-rules.txt
# - ./post-rules.txt:/iptables/post-rules.txt
ports:
- "11000:11000"
- "80:11000"
deploy:
limits:
cpus: '0.10'