networking for private vpn access working with wg-easy. Cleaned up clutter
This commit is contained in:
@@ -11,6 +11,9 @@ providers:
|
||||
network: traefik
|
||||
# Do not expose every container automatically
|
||||
exposedByDefault: false
|
||||
file:
|
||||
filename: /etc/traefik/traefik.yml
|
||||
watch: true
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
@@ -28,6 +31,8 @@ entryPoints:
|
||||
allowEncodedSlash: true
|
||||
allowEncodedHash: true # This is crucial for Matrix room aliases!
|
||||
|
||||
# Declaring the user list
|
||||
|
||||
certificatesResolvers:
|
||||
basic:
|
||||
acme:
|
||||
|
||||
Reference in New Issue
Block a user