Added reverse proxy configs for mii
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -70,12 +70,12 @@ aya01_ip: "192.168.20.12"
|
||||
zoneminder_host: "zm"
|
||||
zoneminder_port: "8081"
|
||||
|
||||
zoneminder_root: "{{ docker_dir }}/zm/"
|
||||
zoneminder_config: "{{ zoneminder_root }}/config/"
|
||||
zoneminder_log: "{{ zoneminder_root}}/log/"
|
||||
zoneminder_db: "{{ zoneminder_root}}/db/"
|
||||
zoneminder_root: "{{ docker_dir }}/zm"
|
||||
zoneminder_config: "{{ zoneminder_root }}/config"
|
||||
zoneminder_log: "{{ zoneminder_root}}/log"
|
||||
zoneminder_db: "{{ zoneminder_root}}/db"
|
||||
|
||||
zoneminder_data: "{{ docker_data_dir }}/zm/data/"
|
||||
zoneminder_data: "{{ docker_data_dir }}/zm/data"
|
||||
|
||||
#
|
||||
# Syncthing
|
||||
@@ -210,7 +210,39 @@ netdata_lib: "{{ docker_data_dir }}/netdata/lib/"
|
||||
netdata_cache: "{{ docker_data_dir }}/netdata/cache"
|
||||
|
||||
#
|
||||
# swag
|
||||
#
|
||||
#
|
||||
|
||||
swag_port: "443"
|
||||
swag_config: "{{ docker_dir }}/swag/config/"
|
||||
swag_subdomains: "www,plex,status,"
|
||||
swag_email: "me+swag@tudattr.dev"
|
||||
swag_site_confs:
|
||||
- "templates/mii/swag/site-confs/plex.subdomain.conf"
|
||||
- "templates/mii/swag/site-confs/uptime-kuma.subdomain.conf"
|
||||
swag_remote_site_confs: "{{swag_config}}/nginx/site-confs/"
|
||||
|
||||
#
|
||||
# Plex
|
||||
#
|
||||
|
||||
plex_host: "plex"
|
||||
plex_port: "32400"
|
||||
plex_config: "{{docker_data_dir}}/plex/config"
|
||||
plex_tv: "/media/series"
|
||||
plex_movies: "/media/movies"
|
||||
|
||||
#
|
||||
# WireGuard
|
||||
#
|
||||
|
||||
wg_config: "templates/wg0.conf"
|
||||
wg_remote_config: "/etc/wireguard/wg0.conf"
|
||||
wg_service: "wg-quick@wg0.service"
|
||||
wg_deps: "wireguard"
|
||||
|
||||
wg_ip: "192.168.200.2"
|
||||
wg_pubkey: "+LaPESyBF6Sb1lqkk4UcestFpXNaKYyyX99tkqwLQhU="
|
||||
wg_endpoint: "borg.land:51820"
|
||||
wg_allowed_ips: "192.168.20.0/24,192.168.200.1/32"
|
||||
wg_dns: "{{ aya01_ip }},{{ pi_ip }},1.1.1.1"
|
||||
|
||||
Reference in New Issue
Block a user