Remove Authelia configuration and related files; add Basic Authentication setup in Traefik
This commit is contained in:
16
.github/workflows/deploy.yml
vendored
16
.github/workflows/deploy.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- "docker-compose.yml"
|
||||
- "authelia/**"
|
||||
- ".github/workflows/deploy.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -80,6 +79,9 @@ jobs:
|
||||
# --- ACME / Let's Encrypt (email only) ---
|
||||
ACME_EMAIL=${{ secrets.ACME_EMAIL }}
|
||||
|
||||
# --- Basic Authentication ---
|
||||
BASIC_AUTH_USERS=${{ secrets.BASIC_AUTH_USERS }}
|
||||
|
||||
# --- Namecheap DNS API ---
|
||||
NAMECHEAP_API_USER=${{ secrets.NAMECHEAP_API_USER }}
|
||||
NAMECHEAP_API_KEY=${{ secrets.NAMECHEAP_API_KEY }}
|
||||
@@ -96,17 +98,6 @@ jobs:
|
||||
# --- Grafana ---
|
||||
GRAFANA_ADMIN_USER=${{ secrets.GRAFANA_ADMIN_USER }}
|
||||
GRAFANA_ADMIN_PASS=${{ secrets.GRAFANA_ADMIN_PASS }}
|
||||
|
||||
# --- Authelia ---
|
||||
AUTHELIA_JWT_SECRET=${{ secrets.AUTHELIA_JWT_SECRET }}
|
||||
AUTHELIA_SESSION_SECRET=${{ secrets.AUTHELIA_SESSION_SECRET }}
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY=${{ secrets.AUTHELIA_STORAGE_ENCRYPTION_KEY }}
|
||||
# (Optional SMTP if configured)
|
||||
AUTHELIA_SMTP_HOST=${{ secrets.AUTHELIA_SMTP_HOST }}
|
||||
AUTHELIA_SMTP_PORT=${{ secrets.AUTHELIA_SMTP_PORT }}
|
||||
AUTHELIA_SMTP_USER=${{ secrets.AUTHELIA_SMTP_USER }}
|
||||
AUTHELIA_SMTP_PASS=${{ secrets.AUTHELIA_SMTP_PASS }}
|
||||
AUTHELIA_SMTP_FROM=${{ secrets.AUTHELIA_SMTP_FROM }}
|
||||
ENVVARS
|
||||
EOF
|
||||
|
||||
@@ -142,7 +133,6 @@ jobs:
|
||||
echo "Traefik: https://traefik.gate.${{ secrets.DOMAIN }}"
|
||||
echo "Portainer: https://portainer.gate.${{ secrets.DOMAIN }}"
|
||||
echo "Uptime Kuma: https://uptime.gate.${{ secrets.DOMAIN }}"
|
||||
echo "Authelia: https://auth.gate.${{ secrets.DOMAIN }}"
|
||||
echo "Grafana: https://grafana.gate.${{ secrets.DOMAIN }}"
|
||||
echo "Prometheus: https://prometheus.gate.${{ secrets.DOMAIN }}"
|
||||
echo "Umami: https://umami.gate.${{ secrets.DOMAIN }}"
|
||||
|
||||
Reference in New Issue
Block a user