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 host: 11.1.0.22
port: 5432 port: 5432
check_tables: true check_tables: true
# external_port: external_port: 443
# domain: domain: invidious.{{ domain_name }}
# https_only: false https_only: true
# statistics_enabled: false # statistics_enabled: false
hmac_key: "{{ service_invidious_postgres_password }}" hmac_key: "{{ service_invidious_postgres_password }}"
healthcheck: healthcheck:

View File

@ -19,11 +19,11 @@ services:
- WIREGUARD_ADDRESSES=10.0.0.5/32 - WIREGUARD_ADDRESSES=10.0.0.5/32
- FIREWALL_VPN_INPUT_PORTS=11000,80 - FIREWALL_VPN_INPUT_PORTS=11000,80
- FIREWALL_INPUT_PORTS=11000,80,9000,6379,5432 - 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 # 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: ports:
- "11000:11000" - "80:11000"
deploy: deploy:
limits: limits:
cpus: '0.10' cpus: '0.10'