Skip to content

SFTPGo and Traefik #434

Answered by Nico83500
Nico83500 asked this question in Q&A
May 24, 2021 · 5 comments · 11 replies
Discussion options

You must be logged in to vote

Thank you, it works behind Traefik :

 - "traefik.enable=true"
 - "traefik.docker.network=my_network"
 - "traefik.http.routers.sftpgo-ui.entrypoints=https"
 - "traefik.http.routers.sftpgo-ui.rule=Host(`sftpgo.domain.tld`)"
 - "traefik.http.routers.sftpgo-ui.middlewares=mymiddlewares@file"
 - "traefik.http.routers.sftpgo-ui.service=sftpgo-ui"
 - "traefik.http.services.sftpgo-ui.loadBalancer.server.port=8080"
 - "traefik.tcp.routers.sftpgo-sftp.entrypoints=sftpgo"
 - "traefik.tcp.routers.sftpgo-sftp.rule=HostSNI(`*`)"
 - "traefik.tcp.routers.sftpgo-sftp.service=sftpgo-sftp"
 - "traefik.tcp.services.sftpgo-sftp.loadBalancer.server.port=2022"

Don't forget to add an entrypoint and the 2022 p…

Replies: 5 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@kromsam
Comment options

@drakkan
Comment options

Answer selected by drakkan
Comment options

You must be logged in to vote
2 replies
@WiFEED
Comment options

@drakkan
Comment options

Comment options

You must be logged in to vote
7 replies
@jonsbun
Comment options

@ovizii
Comment options

@drakkan
Comment options

@helmut72
Comment options

@drakkan
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #433 on May 24, 2021 16:25.