Remove stash (again)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-05 03:59:57 -04:00
parent 9881906717
commit 78697bf1a9
-10
View File
@@ -266,13 +266,3 @@ compose is redeployed. Stale labels keep routing the old hostname.
| Notes | First registered account becomes admin. iPhone app → server URL → background backup. Mac Photos library migration planned via osxphotos → immich CLI. |
### stash
> Stash — personal media organizer (basic-auth protected)
| | |
|---|---|
| Compose ID | in Dokploy (appName `stash-tzmac9`, raw) |
| URL | https://stash.kennethreitz.org (container port 9999) |
| Auth | Traefik `basicAuth` middleware `stash-auth` (defined via `settings.updateMiddlewareTraefikConfig`; domain references it as `stash-auth@file` — ⚠️ the `@file` provider suffix is required or the router 404s) + Stash's own login once configured |
| Data | `/mnt/objects/stash/{config,media,metadata,cache,blobs,generated}` on the volume |