Fixes for baldur
This commit is contained in:
parent
933cb6a72a
commit
69dbb6dd8d
@ -56,12 +56,24 @@ services_host_services:
|
|||||||
collection_path: "{{ music_user_data_collection_directory }}"
|
collection_path: "{{ music_user_data_collection_directory }}"
|
||||||
archive_path: "{{ music_user_data_archive_directory }}"
|
archive_path: "{{ music_user_data_archive_directory }}"
|
||||||
restic: true
|
restic: true
|
||||||
rproxy:
|
metrics:
|
||||||
inet_address: "{{ vpn_bridge_inet_prefix }}.8"
|
inet_address: "{{ vpn_bridge_inet_prefix }}.8"
|
||||||
inet6_address: "{{ vpn_bridge_inet6_prefix }}::8"
|
inet6_address: "{{ vpn_bridge_inet6_prefix }}::8"
|
||||||
|
target_inet: "{{ vpn_wireguard_inet6_address }}"
|
||||||
|
target_inet6: "{{ vpn_wireguard_inet6_address }}"
|
||||||
|
target_port: 19999
|
||||||
|
tcp: [9090]
|
||||||
|
restic: true
|
||||||
|
dash:
|
||||||
|
inet_address: "{{ vpn_bridge_inet_prefix }}.9"
|
||||||
|
inet6_address: "{{ vpn_bridge_inet6_prefix }}::9"
|
||||||
|
restic: true
|
||||||
|
rproxy:
|
||||||
|
inet_address: "{{ vpn_bridge_inet_prefix }}.10"
|
||||||
|
inet6_address: "{{ vpn_bridge_inet6_prefix }}::10"
|
||||||
tcp: [80, 443]
|
tcp: [80, 443]
|
||||||
restic: true
|
restic: true
|
||||||
www:
|
www:
|
||||||
inet_address: "{{ vpn_bridge_inet_prefix }}.9"
|
inet_address: "{{ vpn_bridge_inet_prefix }}.11"
|
||||||
inet6_address: "{{ vpn_bridge_inet6_prefix }}::9"
|
inet6_address: "{{ vpn_bridge_inet6_prefix }}::11"
|
||||||
restic: false
|
restic: false
|
||||||
|
@ -38,8 +38,6 @@ system_base_additional_tcp_ports:
|
|||||||
- 139 # samba
|
- 139 # samba
|
||||||
- 445 # samba
|
- 445 # samba
|
||||||
- 19999 # netdata
|
- 19999 # netdata
|
||||||
system_base_forward_to_localhost:
|
|
||||||
- 19999 # netdata
|
|
||||||
system_base_unattended_upgrades_blacklist:
|
system_base_unattended_upgrades_blacklist:
|
||||||
- "linux-"
|
- "linux-"
|
||||||
- "zfs(utils)?-"
|
- "zfs(utils)?-"
|
||||||
|
@ -160,6 +160,7 @@
|
|||||||
services_deploy_rproxy_nginx_subdomain_config_files:
|
services_deploy_rproxy_nginx_subdomain_config_files:
|
||||||
- "files/services/deploy/lrproxy/nginx-conf.d/archive.music.thenineworlds.net.conf"
|
- "files/services/deploy/lrproxy/nginx-conf.d/archive.music.thenineworlds.net.conf"
|
||||||
- "files/services/deploy/lrproxy/nginx-conf.d/cloud.wojciechkozlowski.eu.conf"
|
- "files/services/deploy/lrproxy/nginx-conf.d/cloud.wojciechkozlowski.eu.conf"
|
||||||
|
- "files/services/deploy/lrproxy/nginx-conf.d/dash.thenineworlds.net.conf"
|
||||||
- "files/services/deploy/lrproxy/nginx-conf.d/database.thenineworlds.net.conf"
|
- "files/services/deploy/lrproxy/nginx-conf.d/database.thenineworlds.net.conf"
|
||||||
- "files/services/deploy/lrproxy/nginx-conf.d/git.thenineworlds.net.conf"
|
- "files/services/deploy/lrproxy/nginx-conf.d/git.thenineworlds.net.conf"
|
||||||
- "files/services/deploy/lrproxy/nginx-conf.d/music.thenineworlds.net.conf"
|
- "files/services/deploy/lrproxy/nginx-conf.d/music.thenineworlds.net.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user