Adding support for ssh connections to gitea
This commit is contained in:
@@ -27,6 +27,15 @@ entryPoints:
|
||||
|
||||
websecure:
|
||||
address: :443
|
||||
http:
|
||||
tls:
|
||||
certResolver: myresolver
|
||||
domains:
|
||||
- main: "nearfuture.industries"
|
||||
sans:
|
||||
- "*.nearfuture.industries"
|
||||
git-ssh:
|
||||
address: :2128
|
||||
|
||||
################################################################
|
||||
# Traefik logs configuration
|
||||
|
||||
Reference in New Issue
Block a user