Run locally
Terminal
$ npx launchfile up authelia Requires Docker Desktop. No source code needed — pulls pre-built images and starts authelia with all dependencies.
Image:
authelia/authelia:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: authelia
description: "Authentication and authorization server with SSO and 2FA"
repository: https://github.com/authelia/authelia
logo: https://raw.githubusercontent.com/authelia/authelia/master/docs/static/images/branding/logo-cropped.svg
image: authelia/authelia:latest
provides:
- protocol: http
port: 9091
exposed: true
requires:
- type: redis
set_env:
AUTHELIA_SESSION_REDIS_HOST: $host
AUTHELIA_SESSION_REDIS_PORT: $port
env:
AUTHELIA_JWT_SECRET:
generator: secret
sensitive: true
AUTHELIA_SESSION_SECRET:
generator: secret
sensitive: true
AUTHELIA_STORAGE_ENCRYPTION_KEY:
generator: secret
sensitive: true
storage:
config:
path: /config
persistent: true
restart: always Test Results
Last Tested
2026-04-08
Health Check
Failing
Startup Time
7s
Total Disk
107 MB
Required Services
redis
Learn More
Spec references for features used in this Launchfile.
Related Apps
activepieces
UncategorizedWorkflow automation with 200+ integrations (open-source Zapier alternative)
linkwarden
UncategorizedCollaborative bookmark manager with full-text search and AI tagging
matomo
UncategorizedPrivacy-focused web analytics platform (formerly Piwik, Google Analytics alternative)