Auto login with Authelia
This commit is contained in:
@@ -76,12 +76,14 @@ The application supports two access modes:
|
||||
- Set `ENABLE_PROXY=false` in `docker-compose.yml` (default)
|
||||
- Access at: `http://your-server-ip:5172`
|
||||
- Works over HTTP (no HTTPS required)
|
||||
- **Login:** Enter app password
|
||||
- Perfect for internal/LAN access
|
||||
|
||||
**Proxy Access** - Access via reverse proxy (Authelia, Nginx, Traefik, etc.)
|
||||
- Set `ENABLE_PROXY=true` in `docker-compose.yml`
|
||||
- Access at: `https://alias.yourdomain.com` (through your proxy)
|
||||
- Requires HTTPS
|
||||
- **Login:** Automatic when using Authelia (no password needed!)
|
||||
- See [PROXY_SETUP.md](PROXY_SETUP.md) for detailed configuration
|
||||
|
||||
**To switch modes:**
|
||||
|
||||
Reference in New Issue
Block a user