Move Stash to Authentik

Add bypass for bedroom ShieldTV
Remove Stash port forwarding
Set STASH_EXTERNAL_HOST to URL
Add customized DupFileManager plugin to Stash
Enable custom_served_folders in Stash
Disable built-in Stash auth in favor of Authentik
Add additional Stash plugins and plugin sources
Add FansDB stash box configuration
This commit is contained in:
Chris King
2025-02-16 01:20:53 -08:00
parent 79aa347f6a
commit 8de9b57365
3 changed files with 89 additions and 631 deletions

View File

@@ -8,8 +8,6 @@ services:
## the container's port must be the same with the STASH_PORT in the environment section
networks:
- proxy-net
ports:
- "9999:9999"
expose:
- "9999"
## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section
@@ -24,6 +22,7 @@ services:
- STASH_GENERATED=/generated/
- STASH_METADATA=/metadata/
- STASH_CACHE=/cache/
- STASH_EXTERNAL_HOST=https://stash.tremendousturtle.tools
## Adjust below to change default port (9999)
- STASH_PORT=9999
volumes:
@@ -52,6 +51,9 @@ services:
- ./data/scrapers:/scrapers
## Where to store database file
- ./data/db:/db
## Custom DupFileManager plugin
- /code/Axter-Stash/plugins/DupFileManager:/plugins/community/DupFileManager
- /code/Axter-Stash/plugins/DupFileManager/web:/custom_web
## Where to store generated content (screenshots,previews,transcodes,sprites)
- /media/stashapp/generated:/generated