All apps · 0 apps
Briefkasten
Docker app from grtgbln's Repository
Overview
Install Briefkasten on Unraid in a few clicks.
Find Briefkasten in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Requires a separate Postgres database.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
ndom91/briefkasten:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
bridge- Privileged
- false
Template configuration
Container Port: 3000
- Target
- 3000
- Default
- 3000
- Value
- 3000
Connection URL for the Postgres database
- Target
- DATABASE_URL
- Default
- postgresql://user:password@host:port/dbname
Secret to use for authentication. Run `openssl rand -hex 32` to generate.
- Target
- NEXTAUTH_SECRET
GitHub OAuth Client ID
- Target
- GITHUB_ID
GitHub OAuth Client Secret
- Target
- GITHUB_SECRET
Google OAuth Client ID
- Target
- GOOGLE_ID
Google OAuth Client Secret
- Target
- GOOGLE_SECRET
Azure Active Directory OAuth Client ID
- Target
- AZURE_AD_CLIENT_ID
Azure Active Directory OAuth Client Secret
- Target
- AZURE_AD_CLIENT_SECRET
Azure Active Directory Tenant ID
- Target
- AZURE_AD_TENANT_ID
Keycloak Name
- Target
- KEYCLOAK_NAME
Keycloak ID
- Target
- KEYCLOAK_ID
Keycloak Secret
- Target
- KEYCLOAK_SECRET
Keycloak Issuer
- Target
- KEYCLOAK_REALM
May help if getting OAuthAccountNotLinked error while using Keycloak IdP. See documentation.
- Target
- KEYCLOAK_DANGER_EMAIL_ACC_LINK
- Default
- false|true
Authentik Name, displayed on 'Continue with' button
- Target
- AUTHENTIK_NAME
Authentik ID
- Target
- AUTHENTIK_ID
Authentik Secret
- Target
- AUTHENTIK_SECRET
URL to Authentik application
- Target
- AUTHENTIK_ISSUER
Try to automatically log in with the first provider
- Target
- AUTOLOGIN_FIRST_PROVIDER
- Default
- false|true
SMTP server to use for sending emails
- Target
- SMTP_SERVER
Email address to send emails from
- Target
- STMP_FROM
Supabase API Key, for storing bookmark screenshots in cloud
- Target
- SUPABASE_KEY
Supabase URL, for storing bookmark screenshots in cloud
- Target
- SUPABASE_URL
Supabase Bucket ID, for storing bookmark screenshots in cloud
- Target
- SUPABASE_BUCKET_ID
Internal authentication URL. Not recommended to change.
- Target
- NEXTAUTH_URL
- Default
- http://localhost:3000
- Value
- http://localhost:3000