Environment and URLs
Environment
Section titled “Environment”| Variable | Default | Purpose |
|---|---|---|
APP_CONFIG_PATH |
/data/config.yml |
Bootstrap configuration path. |
Database and master key locations come from bootstrap YAML, not additional fallback environment variables.
The application listens on 8080 in the supported container.
User integration URLs
Section titled “User integration URLs”| URL | Purpose |
|---|---|
/webhooks/plex/sources/<source-id> |
Plex source webhook receiver. |
/webhooks/jellyfin/sources/<source-id> |
Jellyfin Webhook Plugin receiver. |
/webhooks/emby/sources/<source-id> |
Emby Webhooks receiver. |
?api_key=<key> |
API-key authentication for the webhook URL. |
/api/auth/anilist/callback |
AniList custom OAuth callback. |
/api/auth/mal/callback |
MAL custom OAuth callback. |
/api/auth/tmdb/callback |
TMDB account approval return. |
/api/auth/simkl/callback |
SIMKL custom OAuth callback. |
/api/auth/trakt/callback |
Trakt custom OAuth callback. |
Internal application API endpoints are not a stable public integration contract.