added upload indication

This commit is contained in:
MEGASOL\simon.adams
2025-08-27 21:07:10 +02:00
parent 20deb5616b
commit b714134f2e
6 changed files with 109 additions and 18 deletions

View File

@@ -3,12 +3,12 @@ HOST=0.0.0.0
PORT=8080
# Immich connection
IMMICH_BASE_URL=http://127.0.0.1:2283//api
IMMICH_API_KEY=ADD-YOUR-API-KEY
IMMICH_BASE_URL=http://127.0.0.1:2283/api
IMMICH_API_KEY=ADD-YOUR-API-KEY #key needs asset.upload (default functions)
MAX_CONCURRENT=3
# Optional admin token to allow UI-based config updates
CONFIG_TOKEN=change-me
# Optional: Album name for auto-adding uploads (creates if doesn't exist)
IMMICH_ALBUM_NAME=dead-drop #key needs album.create,album.read,albumAsset.create (extended functions)
# Data path inside the container
STATE_DB=/data/state.db
STATE_DB=/data/state.db