mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-10 17:00:30 +01:00
Add Keycloak (#22)
This commit is contained in:
6
net/keycloak/Bastillefile
Normal file
6
net/keycloak/Bastillefile
Normal 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
10
net/keycloak/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user