mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #743] Anyone using it with traefik #506
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#506
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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/"
@barryhaertel commented on GitHub (Jan 26, 2024):
I use labels for traefik 2.x with docker
` labels: