add ssh support for gitea
This commit is contained in:
@@ -7,6 +7,9 @@ entryPoints:
|
||||
to: "websecure"
|
||||
scheme: "https"
|
||||
permanent: true
|
||||
|
||||
ssh:
|
||||
address: ":2222"
|
||||
|
||||
|
||||
websecure:
|
||||
@@ -26,7 +29,7 @@ accessLog:
|
||||
|
||||
|
||||
log:
|
||||
level: DEBUG
|
||||
# level: DEBUG
|
||||
filePath: "/logs/traefik.log"
|
||||
|
||||
providers:
|
||||
|
||||
Reference in New Issue
Block a user