Add Keycloak (#22)

This commit is contained in:
Alessandro Iezzi
2025-11-10 18:59:50 +01:00
committed by GitHub
parent 2dd3a0b4b6
commit 3fb0eddd5a
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
PKG keycloak
SYSRC keycloak_enable=YES
SYSRC keycloak_flags="start-dev --bootstrap-admin-username tmpadmin --bootstrap-admin-password tmpadmin"
SERVICE keycloak start

10
net/keycloak/README.md Normal file
View File

@@ -0,0 +1,10 @@
## Keycloak
Bastille template to boostrap Keycloak.
## Usage
```shell
bastille template TARGET net/keycloak
```
Then go to `http://<JAIL-IP>:8080/` and use `tmpadmin` for both the username
and the password.