-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
I have just installed BackROLL v1.0beta with
source <(curl -L https://github.com/DIMSI-IS/BackROLL/releases/download/v1.0.0-beta.1/quickstart.sh)
which auto-starts and runs quickstart.sh.
Installation went smooth, yet I can't get BackROLL web GUI to functional state.
First of all, I can't login into default BackROLL-Flower page, ip:8080, there is nothing on 8080 port, lsof -i :8080 confirms that.
However, I can login into keycloak ip:8081, there is backroll-realm, but no Flower user assotioted with that realm, only keycloak admin not within backroll-realm.
Quite strange, I can login into ip:80, which opens page which seem to be BackROLL admin:
http://192.168.0.11:8081/realms/backroll/protocol/openid-connect/auth?client_id=backroll-front&redirect_uri=xxx
Unfortunately, I can't login with Flower admin user / password, logs says error=user_not_found. Flower admin/password is being recorder in /compose_project/core/@prod.env, so there is no way I mixed up login/pw from different parts of the software.
I did installation twice and second time intentinally made all user/passwords as simple as possible, restrted all docker containers, no changes.
Suspect something is wrong/missing with backroll-realm in keycloak, but not sure.
Portainer screenshot attached.
How to fix that? Thanks in advance for any help.
