Initialize Git Repository: 'Traefik'
All checks were successful
Traefik (Bookworm) / Traefik [arm64] (push) Successful in 1m9s
Traefik (Bookworm) / Traefik [amd64] (push) Successful in 1m19s
Traefik (Noble) / Traefik [arm64] (push) Successful in 1m27s
Traefik (Noble) / Traefik [amd64] (push) Successful in 1m29s
Traefik (Trixie) / Traefik [arm64] (push) Successful in 1m7s
Traefik (Trixie) / Traefik [amd64] (push) Successful in 1m17s
All checks were successful
Traefik (Bookworm) / Traefik [arm64] (push) Successful in 1m9s
Traefik (Bookworm) / Traefik [amd64] (push) Successful in 1m19s
Traefik (Noble) / Traefik [arm64] (push) Successful in 1m27s
Traefik (Noble) / Traefik [amd64] (push) Successful in 1m29s
Traefik (Trixie) / Traefik [arm64] (push) Successful in 1m7s
Traefik (Trixie) / Traefik [amd64] (push) Successful in 1m17s
This commit is contained in:
63
root/etc/traefik/traefik.yml
Normal file
63
root/etc/traefik/traefik.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
# - - - - - Access Log - - - - - #
|
||||
|
||||
accessLog:
|
||||
filePath: /var/log/traefik/access.log
|
||||
|
||||
# - - - - - API - - - - - #
|
||||
|
||||
api:
|
||||
disableDashboardAd: true
|
||||
|
||||
# - - - - - Certificates Resolver - - - - - #
|
||||
|
||||
#certificatesResolvers:
|
||||
# http:
|
||||
# acme:
|
||||
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
# email: hostmaster@localhost
|
||||
# storage: /var/lib/traefik/acme.json
|
||||
# keyType: [RSA4096|EC384] # Select
|
||||
# httpChallenge:
|
||||
# entryPoint: http
|
||||
# tls:
|
||||
# acme:
|
||||
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
# email: hostmaster@localhost
|
||||
# storage: /var/lib/traefik/acme.json
|
||||
# keyType: [RSA4096|EC384] # Select
|
||||
# tlsChallenge: {}
|
||||
# dns-01:
|
||||
# acme:
|
||||
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
# email: hostmaster@localhost
|
||||
# storage: /var/lib/traefik/acme.json
|
||||
# keyType: [RSA4096|EC384] # Select
|
||||
# dnsChallenge:
|
||||
# resolvers:
|
||||
# - "localhost:53"
|
||||
# propagation:
|
||||
# delayBeforeChecks: 60s
|
||||
# requireAllRNS: true
|
||||
# provider:
|
||||
|
||||
# - - - - - Entry Points - - - - - #
|
||||
|
||||
entryPoints:
|
||||
http:
|
||||
address: :80
|
||||
https:
|
||||
address: :443
|
||||
|
||||
# - - - - - Log - - - - - #
|
||||
|
||||
log:
|
||||
filePath: /var/log/traefik/error.log
|
||||
level: ERROR
|
||||
maxSize: 64
|
||||
|
||||
# - - - - - Providers - - - - - #
|
||||
|
||||
providers:
|
||||
file:
|
||||
filename: /etc/traefik/providers.yml
|
||||
watch: true
|
||||
Reference in New Issue
Block a user