Update 2 files

- /home/dot_config/docker/templates/wireguard.docker-stack.yml.tmpl
- /home/.chezmoidata.yaml
This commit is contained in:
Brian Zalewski 2023-02-16 02:44:39 +00:00
parent 96f24ad65a
commit afe1216d57
2 changed files with 7 additions and 4 deletions

View file

@ -34,6 +34,9 @@ docker:
statping:
description: Uptime monitoring for Megabyte Labs managed web services
name: Megabyte Labs Uptime Monitoring
wireguard:
serverUrl: megabyte.space
internalSubnet: 10.93.92.0
macosRemoteLogin: 'on'
netdataClaimURL: https://app.netdata.cloud
themeparkTheme: aquamarine

View file

@ -11,13 +11,13 @@ services:
environment:
PUID: 1000
PGID: 1000
TZ: "{{ timezone }}"
SERVERURL: "{{ template.SERVERURL }}"
TZ: "{{ .user.timezone }}"
SERVERURL: "{{ .docker.wireguard.serverUrl }}"
SERVERPORT: 51820
PEERS: 1
PEERDNS: auto
INTERNAL_SUBNET: "{{ template.INTERNAL_SUBNET }}"
ALLOWEDIPS: "{{ template.INTERNAL_SUBNET }}/24"
INTERNAL_SUBNET: "{{ .docker.wireguard.internalSubnet }}"
ALLOWEDIPS: "{{ .docker.wireguard.internalSubnet }}/24"
LOG_CONFS: true
volumes:
- /srv/stacks/wireguard:/config