gremlin: auto-fix stash [13 fixes]
This commit is contained in:
parent
cb4099fd99
commit
fb97cafa67
1 changed files with 14 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ services:
|
||||||
## If you intend to use stash's DLNA functionality uncomment the below network mode and c
|
## If you intend to use stash's DLNA functionality uncomment the below network mode and c
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
environment:
|
environment:
|
||||||
|
PUID: "1964"
|
||||||
|
PGID: "1964"
|
||||||
STASH_STASH: /data/
|
STASH_STASH: /data/
|
||||||
STASH_GENERATED: /generated/
|
STASH_GENERATED: /generated/
|
||||||
STASH_METADATA: /metadata/
|
STASH_METADATA: /metadata/
|
||||||
|
|
@ -34,7 +36,19 @@ services:
|
||||||
## Where to store generated content (screenshots,previews,transcodes,sprites)
|
## Where to store generated content (screenshots,previews,transcodes,sprites)
|
||||||
- /DockerVol/Stash/generated:/generated
|
- /DockerVol/Stash/generated:/generated
|
||||||
labels:
|
labels:
|
||||||
|
gremlin.version: "2026-04-1"
|
||||||
|
diun.enable: "true"
|
||||||
|
monitor.name: "stash"
|
||||||
|
monitor.url: "http://stash:9999"
|
||||||
|
homepage.group: "Services"
|
||||||
|
homepage.name: "stash"
|
||||||
|
homepage.icon: "docker.png"
|
||||||
|
homepage.href: "https://stash.netgrimoire.com"
|
||||||
|
homepage.description: "stash service"
|
||||||
caddy: stash.netgrimoire.net
|
caddy: stash.netgrimoire.net
|
||||||
|
caddy.reverse_proxy: "stash:9999"
|
||||||
|
caddy.import_1: crowdsec
|
||||||
|
caddy.import_2: authentik
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue