florianschroen
florianschroen
Hi, please review and merge my pull request https://github.com/Froxlor/Froxlor/pull/587, tested with v0.9.40.
for those who also stumble across this topic... I had to search where to set "content left" in Admin-Interface: `Flows and Stages > Flows > default-authentication-flow > Edit > Appearance...
If anyone else is running into the problem above, try using this fork including a fix: https://github.com/DmitryYudin/checkinstall The commit fixing the above problem is: https://github.com/DmitryYudin/checkinstall/commit/199b7a82ac477243182fe0ce75c25538f2dc9ac9
today i tested the current commit 7ab60027 from the branch mpflanzer-allauth from https://github.com/chickadee-engineering:mpflanzer-allauth. I got a working login with a OpenID Connect auth done with goAuthentik. The setup may be...
I have setup oidc via Django admin and I wonder if modifying settings.py needs to be mention for docker via env variables and how. Because theoretical there can be as...
You need to build by yourself. `docker compose -f path/to/choosen-docker-compose.yml build` to build it. And then start it `docker compose -f path/to/choosen-docker-compose.yml up -d`
@ChristophWurst is there any progress in making @vitormattos the maintainer (ref #454), so keeping this app up to date can be done? thx
When there was a mention on the admin page to do so, then yes. Otherwise no. (too much time has passed to remember what I did exactly) Maybe I can...
did it now. now output so far, so no missing indices ``` ~# occ db:add-missing-indices ~# echo $? 0 ```
image can be testet: `docker pull fschroen/vtiger:8.3.0`