docker-traefik | Docker media and home server stack | Continuous Deployment library
kandi X-RAY | docker-traefik Summary
kandi X-RAY | docker-traefik Summary
This is the updated docker-compose repo of all the media and home server apps described in the following guides on our website:.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docker-traefik
docker-traefik Key Features
docker-traefik Examples and Code Snippets
Community Discussions
Trending Discussions on docker-traefik
QUESTION
I converted my Traefik from 1.7 to 2.1 yesterday, I have forward authentication (oauth) working for all my docker services. I cannot get two routers working for the same service.
Let's take Tautulli as an example. The web interface is properly secured now using oauth. However, in order for the Tautulli remote iOS app to work the /api PathPrefix needs to be exposed using a simpler basic auth instead.
Below I define two routers with different priority and different middleware. But https://tautulli.[DOMAINNAME]/api/v2?apikey?xxxx
always redirects me to the oauth login; the tautulli-api-rtr
router does not seem to be triggered.
ANSWER
Answered 2020-Jan-20 at 20:06This actually works as intended. I think I called the api of the wrong docker when debugging :) It was a late night
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docker-traefik
NUC - Intel NUC Home Server with Pop OS (future Proxmox)
SYNOLOGY - Synology DS918+ NAS
WEB - Digital Ocean Virtual Private Server with Ubuntu 20.04
OBSOLETE - Not used anymore
First, install Docker and Docker Compose, as described in our Docker Media Server guide.
Clone the repo.
Configure Traefik Docker-Compose snippet and CLI arguments.
Edit domain name.
DNS Challenge (for LetsEncrypt verification) is enabled by default for cloudflare. Use the Traefik Reverse Proxy guide for help with this.
For other providers other than cloudflare, check here.
(Optional) Enable or use HTTP Basic Authentication by renaming shared\.htpasswd.example to shared\.htpasswd in the folder and adding username and hashed password to it.
Configure environmental variables (.env file)
Rename the included .env.example to .env.
Edit variables in .env file.
All variables (ie. ${XXX}) in docker-compose.yml come from .env file stored in the same place as docker-compose.yml.
Ensure good permissions for the .env file (recommended: 640).
Edit docker-compose-t2.yml to include only the services you want or add additional services to it. Be sure to read the comments for each app and create any required files. You can copy snippets between any of the various docker-compose files in the repo.
Start and stop your docker stack as described in our Docker Media Server guide.
(Optional) Put non-docker apps behind Traefik proxy by creating traefik rules based on the examples provided.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page