[GH-ISSUE #743] Anyone using it with traefik #506

Open
opened 2026-03-02 15:59:19 +03:00 by kerem · 2 comments
Owner

Originally created by @jTd7bPLFb on GitHub (Mar 9, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/743

Any how-to to use it behind traefik reverse proxy?
I have no idea how to get it working, after 3 hours.

thanks

Originally created by @jTd7bPLFb on GitHub (Mar 9, 2022). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/743 Any how-to to use it behind traefik reverse proxy? I have no idea how to get it working, after 3 hours. thanks
Author
Owner

@titrax35 commented on GitHub (Mar 16, 2022):

Hi,
yes work fine behind it.
My yml file for traefik :

http:
routers:
router-files:
rule: "Host(tinyfilemanager.mydomain.com)"
service: service-files
entryPoints:
- websecure
tls:
certResolver: letsencrypt
services:
service-files:
loadBalancer:
servers:
- url: "http://xxx.xxx.xxx.xxx/"

<!-- gh-comment-id:1069358398 --> @titrax35 commented on GitHub (Mar 16, 2022): Hi, yes work fine behind it. My yml file for traefik : http: routers: router-files: rule: "Host(tinyfilemanager.mydomain.com)" service: service-files entryPoints: - websecure tls: certResolver: letsencrypt services: service-files: loadBalancer: servers: - url: "http://xxx.xxx.xxx.xxx/"
Author
Owner

@barryhaertel commented on GitHub (Jan 26, 2024):

I use labels for traefik 2.x with docker

` labels:

  - "traefik.enable=true"

  - "traefik.http.routers.tinyfilemanager.entrypoints=secure"

  - "traefik.http.routers.tinyfilemanager.rule=Host(`tinyfilemanager.yourdomain.tld`)"

  - "traefik.http.services.tinyfilemanager.loadbalancer.server.port=80"`
<!-- gh-comment-id:1911466757 --> @barryhaertel commented on GitHub (Jan 26, 2024): I use labels for traefik 2.x with docker ` labels: - "traefik.enable=true" - "traefik.http.routers.tinyfilemanager.entrypoints=secure" - "traefik.http.routers.tinyfilemanager.rule=Host(`tinyfilemanager.yourdomain.tld`)" - "traefik.http.services.tinyfilemanager.loadbalancer.server.port=80"`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#506
No description provided.