This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Description
Hey,
I'm trying to publish Paperless-NG via Traefik Reverse Proxy.
- Added the docker container "paperless_webserver_1" as a service to Traefik
- Traefik fetches the certificate from Lets Encrypt
- redirects the service to port 8000 in the docker container
If I manually map the container port 8000 to something like 8088, the UI comes up when hitting "%servername:8088".
However with Traefik no ports should need to be published manually.
I've read something about websockets? The Traefik docs tell me that websockets don't need to be configured and are enabled.
I'm a bit lost here. Anybody had more success?