Proxy gitea ssh through traefik.
This commit is contained in:
@@ -7,7 +7,7 @@ job "gitea" {
|
||||
to = 3000
|
||||
}
|
||||
port "ssh" {
|
||||
static = 2222
|
||||
to = 2222
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,6 +50,18 @@ job "gitea" {
|
||||
"traefik.http.routers.gitea.middlewares=authentik@file",
|
||||
]
|
||||
}
|
||||
|
||||
service {
|
||||
name = "gitea-ssh"
|
||||
port = "ssh"
|
||||
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.tcp.routers.gitea-ssh.rule=HostSNI(`*`)",
|
||||
"traefik.tcp.routers.gitea-ssh.entryPoints=ssh",
|
||||
"traefik.tcp.routers.gitea-ssh.service=gitea-ssh",
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user