SnapDrop / snapdrop

A Progressive Web App for local file sharing
https://snapdrop.net
GNU General Public License v3.0
18.37k stars 1.68k forks source link

compatibility with existing front ends like nginx-proxy-manager or Traefik? #332

Open dokbua opened 3 years ago

dokbua commented 3 years ago

Neat, but why does it include an SSL frontend? Can it not work with an existing reverse proxy like Nginx-Proxy-Manager or Traefik?

nextgen-networks commented 3 years ago

Would be great to have a solution for traefik - you'll then save the effort for all the ca-stuff

Traefik: https://traefik.io/traefik/

PaulSzymanski commented 3 years ago

You can use whatever TLS frontend you like. Actually, snapdrop.net is using Caddy because it is so easy to set up.

Traefik on its own will not work since it does not include a static file server. At least it did not the last time I looked.

You don't have to use the docker image from this repo. It was not meant for production use. It's just there for a local development environment.