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
|
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
|
## Manual Setup
|
||||||
|
|
||||||
If you prefer to configure manually, follow these steps:
|
If you prefer to configure manually, follow these steps:
|
||||||
|
|
|
||||||
|
|
@ -207,8 +207,9 @@ echo "────────────────────────
|
||||||
echo -e " Main Domain: ${BLUE}https://${KABOOT_DOMAIN}${NC}"
|
echo -e " Main Domain: ${BLUE}https://${KABOOT_DOMAIN}${NC}"
|
||||||
echo -e " Auth Domain: ${BLUE}https://${AUTH_DOMAIN}${NC}"
|
echo -e " Auth Domain: ${BLUE}https://${AUTH_DOMAIN}${NC}"
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "${BOLD}Authentik Admin Credentials${NC}"
|
echo -e "${BOLD}Authentik Admin${NC}"
|
||||||
echo "────────────────────────────────────────────────────────────"
|
echo "────────────────────────────────────────────────────────────"
|
||||||
|
echo -e " Admin URL: ${BLUE}https://${AUTH_DOMAIN}/if/admin/${NC}"
|
||||||
echo -e " Username: ${YELLOW}akadmin${NC}"
|
echo -e " Username: ${YELLOW}akadmin${NC}"
|
||||||
echo -e " Password: ${YELLOW}${AUTHENTIK_BOOTSTRAP_PASSWORD}${NC}"
|
echo -e " Password: ${YELLOW}${AUTHENTIK_BOOTSTRAP_PASSWORD}${NC}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue