Skip to content

Commit f360294

Browse files
committed
changes from bot review
1 parent b475480 commit f360294

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/Navigation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ search:
3434
- [Keycloak](administration/oidc/keycloak.md)
3535
- [PocketID](administration/oidc/pocketid.md)
3636
- [Zitadel](administration/oidc/zitadel.md)
37+
- [VoidAuth](administration/oidc/voidauth.md)
3738
- [Scanning & Watcher](administration/scanning-and-watcher.md)
3839
- [Scheduled Tasks](administration/scheduled-tasks.md)
3940
- [Server Stats](administration/server-stats.md)

docs/administration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The end-user equivalent (how to actually play the games, build collections, uplo
1616
- **[Users & Roles](users-and-roles.md)**: roles, the scope model, how permissions add up
1717
- **[Invitations & Registration](invitations-and-registration.md)**: invite links, public signup, first-user setup
1818
- **[Authentication](authentication.md)**: session config, password reset, Client API Tokens for devices
19-
- **[OIDC Setup](oidc/index.md)**: Authelia, Authentik, Keycloak, PocketID, Zitadel, SSO + role mapping
19+
- **[OIDC Setup](oidc/index.md)**: Authelia, Authentik, Keycloak, PocketID, Zitadel, VoidAuth, SSO + role mapping
2020

2121
### Content & library
2222

docs/administration/oidc/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Wire up to an OpenID Connect provider for SSO and centralised user
55

66
# OIDC Setup
77

8-
OpenID Connect (OIDC) lets users sign in through an external identity provider: Authelia, Authentik, Keycloak, PocketID, Zitadel, Okta, Auth0, or anything standards-compliant. Single sign-on across your homelab, no app-specific password to manage, centralised MFA, and map OIDC groups/claims to roles.
8+
OpenID Connect (OIDC) lets users sign in through an external identity provider: Authelia, Authentik, Keycloak, PocketID, Zitadel, Okta, Auth0, VoidAuth, or anything standards-compliant. Single sign-on across your homelab, no app-specific password to manage, centralised MFA, and map OIDC groups/claims to roles.
99

1010
<!-- prettier-ignore -->
1111
!!! note "OIDC is optional"
@@ -28,6 +28,7 @@ Pick your provider and follow the step-by-step instructions. They all end with t
2828
- [Keycloak](keycloak.md)
2929
- [PocketID](pocketid.md)
3030
- [Zitadel](zitadel.md)
31+
- [VoidAuth](voidauth.md)
3132

3233
Not listed? Most standards-compliant OIDC providers work: Okta, Auth0, Google Workspace, Microsoft Entra, etc. Use one of the above as a template and consult your provider's docs for the registration side.
3334

@@ -38,7 +39,7 @@ Whichever provider you pick, set these in the `romm` service's environment:
3839
```yaml
3940
environment:
4041
- OIDC_ENABLED=true
41-
- OIDC_PROVIDER=<authelia|authentik|keycloak|pocketid|zitadel|generic>
42+
- OIDC_PROVIDER=<authelia|authentik|keycloak|pocketid|zitadel|voidauth|generic>
4243
- OIDC_CLIENT_ID=<from your provider>
4344
- OIDC_CLIENT_SECRET=<from your provider>
4445
- OIDC_SERVER_APPLICATION_URL=https://auth.example.com

docs/administration/oidc/voidauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Your RomM instance will be referenced as https://demo.romm.app .
1414

1515
## 2. Create a new app
1616

17-
Login as an admin in VoidAuth web interface. Create a new OIDC Apps (e.g. `RomM`).
17+
Login as an admin in VoidAuth web interface. Create a new OIDC Apps (e.g. `RomM`).
1818

1919
- **Name**: `RomM`
2020
- **Home Page URL**: `https://demo.romm.app`

0 commit comments

Comments
 (0)