Add info about admin user
This commit is contained in:
parent
c25cbf5101
commit
cdf5c2577e
2 changed files with 17 additions and 1 deletions
|
|
@ -28,6 +28,21 @@ After running the script, start the stack:
|
|||
docker compose -f docker-compose.prod.yml -f docker-compose.caddy.yml up -d
|
||||
```
|
||||
|
||||
### Accessing Authentik Admin
|
||||
|
||||
After the stack is running, you can access the Authentik admin interface:
|
||||
|
||||
1. **URL**: `https://auth.your-domain.com/if/admin/`
|
||||
2. **Username**: `akadmin`
|
||||
3. **Password**: The password shown when you ran `setup-prod.sh` (stored as `AUTHENTIK_BOOTSTRAP_PASSWORD` in `.env`)
|
||||
|
||||
From the admin interface you can:
|
||||
- Manage users and groups
|
||||
- View application access logs
|
||||
- Configure additional OAuth providers
|
||||
- Set up email for password recovery
|
||||
- Customize the login/signup UI
|
||||
|
||||
## Manual Setup
|
||||
|
||||
If you prefer to configure manually, follow these steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue