mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 17:56:26 +00:00
Update Traefik Forward Auth for v2 (#169)
This commit is contained in:
26
_snippets/common-links.md
Normal file
26
_snippets/common-links.md
Normal file
@@ -0,0 +1,26 @@
|
||||
[patreon]: https://www.patreon.com/bePatron?u=6982506
|
||||
[github_sponsor]: https://github.com/sponsors/funkypenguin
|
||||
[tfa]: /ha-docker-swarm/traefik-forward-auth/
|
||||
[autopirate]: /recipes/autopirate/
|
||||
[sabnzbd]: /recipes/autopirate/sabnzbd/
|
||||
[nzbget]: /recipes/autopirate/nzbget/
|
||||
[mylar]: /recipes/autopirate/mylar/
|
||||
[sonarr]: /recipes/autopirate/sonarr/
|
||||
[radarr]: /recipes/autopirate/radarr/
|
||||
[lidarr]: /recipes/autopirate/lidarr/
|
||||
[bazarr]: /recipes/autopirate/bazarr/
|
||||
[ombi]: /recipes/autopirate/ombi/
|
||||
[oscarr]: /recipes/autopirate/oscarr/
|
||||
[rtorrent]: /recipes/autopirate/rtorrent/
|
||||
[headphones]: /recipes/autopirate/headphones/
|
||||
[nzbhydra]: /recipes/autopirate/nzbhydra/
|
||||
[lazylibrarian]: /recipes/autopirate/lazylibrarian/
|
||||
[jackett]: /recipes/autopirate/jackett/
|
||||
[funkwhale]: /recipes/autopirate/funkwhale/
|
||||
[keycloak]: /recipes/keycloak/
|
||||
[openldap]: /recipes/openldap/
|
||||
[autopirate]: /recipes/autopirate/
|
||||
[tfa-google]: /ha-docker-swarm/traefik-forward-auth/google/
|
||||
[tfa-dex-static]: /ha-docker-swarm/traefik-forward-auth/dex-static/
|
||||
[tfa-keycloak]: /ha-docker-swarm/traefik-forward-auth/keycloak/
|
||||
[tfa]: /ha-docker-swarm/traefik-forward-auth/
|
||||
20
_snippets/recipe-autopirate-toc.md
Normal file
20
_snippets/recipe-autopirate-toc.md
Normal file
@@ -0,0 +1,20 @@
|
||||
## Assemble more tools..
|
||||
|
||||
Continue through the list of tools below, adding whichever tools your want to use, and finishing with the **[end](/recipes/autopirate/end/)** section:
|
||||
|
||||
* [Headphones](/recipes/autopirate/headphones/)
|
||||
* [Heimdall](/recipes/autopirate/heimdall/)
|
||||
* [Jackett](/recipes/autopirate/jackett/)
|
||||
* [Lazy Librarian](/recipes/autopirate/lazylibrarian/)
|
||||
* [Lidarr](/recipes/autopirate/lidarr/)
|
||||
* [Mylar](/recipes/autopirate/mylar/)
|
||||
* [NZBGet](/recipes/autopirate/nzbget.md)
|
||||
* [NZBHydra](/recipes/autopirate/nzbhydra/)
|
||||
* [Ombi](/recipes/autopirate/ombi/)
|
||||
* [Radarr](/recipes/autopirate/radarr/)
|
||||
* [RTorrent](/recipes/autopirate/rtorrent/)
|
||||
* [SABnzbd](/recipes/autopirate/sabnzbd.md)
|
||||
* [Sonarr](/recipes/autopirate/sonarr/)
|
||||
* [End](/recipes/autopirate/end/) (launch the stack)
|
||||
|
||||
[^1]: In many cases, tools will integrate with each other. I.e., Radarr needs to talk to SABnzbd and NZBHydra, Ombi needs to talk to Radarr, etc. Since each tool runs within the stack under its own name, just refer to each tool by name (i.e. "radarr"), and docker swarm will resolve the name to the appropriate container. You can identify the tool-specific port by looking at the docker-compose service definition.
|
||||
@@ -27,7 +27,4 @@ Want to know now when this recipe gets updated, or when future recipes are added
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
[patreon]: https://www.patreon.com/bePatron?u=6982506
|
||||
[github_sponsor]: https://github.com/sponsors/funkypenguin
|
||||
--8<-- "common-links.md"
|
||||
11
_snippets/recipe-tfa-ingredients.md
Normal file
11
_snippets/recipe-tfa-ingredients.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## Ingredients
|
||||
|
||||
!!! summary "Ingredients"
|
||||
Already deployed:
|
||||
|
||||
* [X] [Docker swarm cluster](/ha-docker-swarm/design/) with [persistent shared storage](/ha-docker-swarm/shared-storage-ceph.md)
|
||||
* [X] [Traefik](/ha-docker-swarm/traefik) configured per design
|
||||
|
||||
New:
|
||||
|
||||
* [ ] DNS entry for your auth host (*"auth.yourdomain.com" is a good choice*), pointed to your [keepalived](/ha-docker-swarm/keepalived/) IP
|
||||
Reference in New Issue
Block a user