Sauvegarde configuration Traefik fonctionnelle
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
http:
|
||||||
|
|
||||||
|
routers:
|
||||||
|
|
||||||
|
gitea:
|
||||||
|
|
||||||
|
rule: "Host(`pz.git.myplab.fr`)"
|
||||||
|
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
|
||||||
|
tls:
|
||||||
|
certResolver: ovh
|
||||||
|
|
||||||
|
service: gitea
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
gitea:
|
||||||
|
|
||||||
|
loadBalancer:
|
||||||
|
|
||||||
|
servers:
|
||||||
|
- url: "http://192.168.1.203:3000"
|
||||||
|
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
api:
|
||||||
|
dashboard: true
|
||||||
|
|
||||||
|
entryPoints:
|
||||||
|
web:
|
||||||
|
address: ":80"
|
||||||
|
|
||||||
|
websecure:
|
||||||
|
address: ":443"
|
||||||
|
|
||||||
|
providers:
|
||||||
|
file:
|
||||||
|
directory: /dynamic
|
||||||
|
watch: true
|
||||||
|
|
||||||
|
certificatesResolvers:
|
||||||
|
ovh:
|
||||||
|
acme:
|
||||||
|
email: noreply@myplab.fr
|
||||||
|
storage: /acme.json
|
||||||
|
|
||||||
|
dnsChallenge:
|
||||||
|
provider: ovh
|
||||||
|
delayBeforeCheck: 10
|
||||||
|
|
||||||
|
log:
|
||||||
|
level: INFO
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user