You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Use "driftfin-rootless" for rootless docker setups, otherwise use "driftfin"
image: ghcr.io/hamadtheironside/driftfin:latest
ports:
- 80:80
environment:
- BASE_URL=https://server-url #OPTIONAL: Locks the Driftfin front-end to a certain jellyfin server
- SEERR_BASE_URL=https://seerr-url #OPTIONAL: Presets Seerr base URL
- SEERR_HEADER={"key":"value"} #OPTIONAL: JSON object string of Seerr headers
- DRIFTFIN_WEBPATH=/ #OPTIONAL: Configures a subpath to run Driftfin at
- SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0 #OPTIONAL: Enables the in-app "Send crash reports" toggle by giving it somewhere to send to; users still opt in themselves, off by default