Update 2 files
- /home/dot_config/docker/templates/wireguard.docker-stack.yml.tmpl - /home/.chezmoidata.yaml
This commit is contained in:
parent
96f24ad65a
commit
afe1216d57
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue