Fix Traefik API/ACME issues, seerr mount, qBittorrent env + README improvements#9
Fix Traefik API/ACME issues, seerr mount, qBittorrent env + README improvements#9kevinstsauveur wants to merge 9 commits intoLackoftactics:mainfrom
Conversation
Fix traefik version and minimal API version
Fix seerr and vpn config
Added configuration details for service networking and DNS.
Removed default username and password for qBittorrent.
Added sections for configuring services, domains, and qBittorrent in the README.
Removed QB_USERNAME, QB_PASSWORD and WG_PUBLIC_KEY from example.
Lackoftactics
left a comment
There was a problem hiding this comment.
just some small comments
| VPN_SERVICE_PROVIDER: protonvpn | ||
| VPN_TYPE: wireguard | ||
| WIREGUARD_PRIVATE_KEY: ${WG_PRIVATE_KEY} | ||
| WIREGUARD_PUBLIC_KEY: ${WG_PUBLIC_KEY} |
There was a problem hiding this comment.
https://github.com/qdm12/gluetun-wiki/blob/main/setup/options/wireguard.md shouldn't that be still here? Might be wrong, but some providers require it
There was a problem hiding this comment.
You're probably right that some service need it.
I had problems to connect to protonvpn with the default stack. I'm not sure if it's this part or the other changes to gluetun service that resolve the problem. Maybe we can comment it by default?
Feel free to commit some change, it's your stack after all!
| This is the list of subdomains for which you must create `A` records pointing to the Tailscale IP of the machine that hosts Traefik: | ||
| - traefik | ||
| - bazarr | ||
| - jellyfin | ||
| - prowlarr | ||
| - qbit | ||
| - radarr | ||
| - seerr | ||
| - sonarr | ||
|
|
||
| Note: create full FQDNs (e.g., traefik.example.com) in your DNS zone (alternatively, add them to your hosts file), each pointing to your host's Tailscale IP. |
There was a problem hiding this comment.
wildcard option would be more elegant
There was a problem hiding this comment.
Oh well, that's exactly what I was running against with this section. I have at least 20 other subdomains that are not routed through this stack and I would not want the people following this guide to introduce problems with a wildcard (If they already have a domain, they probably already have some subdomains registered).
In fact, in this section, I wanted to list the subdomains so that people would know and understand which one to use to access each service (the qbit one was a bit of a surprise for me since I was trying "qbittorrent" at first)!
There was a problem hiding this comment.
those are good comments, I will try to improve them a bit and merge
Small fixes and documentation updates addressing the issues reported in #7 :
Traefik
Seerr
/mnt/user/appdata/seerr/config:/app/configqBittorrent
README