From 45918d24511b064c156e13d28ff5e96a9ad1fd25 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 30 Oct 2021 17:26:43 +0200 Subject: [PATCH] Add app config tips from docs --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index b18f47f..c59e440 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,22 @@ your Docker swarm box 5. `abra app YOURAPPDOMAIN deploy` +## How do I setup a custom theme? + +Check [this approach](https://git.autonomic.zone/ruangrupa/login.lumbung.space). + +## How do I create another admin user? + +- Under the `Master` realm > `Users` > `Add user` +- Create the user and set a temporary password +- Under the `Role Mappings` tab, move `admin` from `Available Roles` into `Assigned Roles` + +## How do I configure Keycloak login for.. + +- [Nextcloud][nextcloud] +- [Peertube][peertube] + +[nextcloud]: https://git.coopcloud.tech/coop-cloud/nextcloud +[peertube]: https://git.coopcloud.tech/coop-cloud/peertube [abra]: https://git.autonomic.zone/autonomic-cooperative/abra [cc-traefik]: https://git.autonomic.zone/coop-cloud/traefik