Configuation Files
-
Authelia
-
configuration.yml - Main Authelia Configuration File - Raw File
-
users.yml.COMPLETE_EXAMPLE - A More Complete Sample User Database file - Raw File
-
-
Docker
-
.env - Authelia’s Docker’s Environment Variables and Parameters - Raw File
-
docker-compose.yml - Authelia’s Docker Compose File - Raw File
-
-
Systemd-networkd
- 20-wired.network - Network Configuration for for systemd-networkd - Raw File
-
Postfix
-
Nginx
-
authelia.domain.com.cert.conf - Nginx Authelia SSL certificate Block - Raw File
-
domain.com.cert.conf - Nginx <domain.com> SSL certificate Block - Raw File
-
authelia.domain.com.conf - Authelia’s Ngnix Virtual Domain Configuration File - Raw File
-
authelia.location.conf - Authelia’s Virtual Endpoint created for Ngnix to Forward Auth Requests - Raw File
-
authelia_auth.conf - Authelia’s Nginx Authentication Headers for Virtual Domain - Raw File
-
authelia_proxy.conf - Authelia’s Ngnix Reverse Proxy Configuration Header Directives - Raw File
-
<domain.com>.conf - The “Protected Domain’s” Nginx Virtual Domain Configuration File - Raw File
-
proxy-ssl-params.conf - Proxy Parameters to Re-Encrypt connection to Backend/Upstream Servers - see https://docs.nginx.com/nginx/admin-guide/security-controls/securing-tcp-traffic-upstream/ - Raw File
-
nginx.conf - Example Main Configuration File for nginx - Raw File
-
ssl-modern-params.conf - Nginx Modern SSL configuration - see https://ssl-config.mozilla.org/ - Raw File
-
ssl-params.conf - Nginx Intermediate SSL configuration - see https://ssl-config.mozilla.org/ - Raw File
-
-
Systemd
-
docker-compose-reload@.service - Authelia’s systemd service configuration file to automatically reload/refresh Authelia’s Docker Images - see docker-compose-reload@.timer] - Raw File
-
docker-compose-reload@.timer - Authelia’s systemd timer configuration file to automatically reload/refresh Authelia’s Docker Images - Raw File
-
docker-compose@.service - Authelia’s systemd service configuration file to start/stop/reload Authelia’s docker-compose.yml - Raw File
-