pondersource / nextcloud-mfa-awareness

Make Nextcloud aware of whether the current user is logged in with Multi-Factor Authentication
MIT License
0 stars 2 forks source link

white page on workflow settings #88

Closed michielbdejong closed 8 months ago

michielbdejong commented 8 months ago

Latest dev-stock main branch (25 Oct 2023) https://nc1.docker/index.php/login?direct=1 einstein / relativity https://nc1.docker/index.php/settings/admin/workflow

Screenshot 2023-10-25 at 10 01 34
michielbdejong commented 8 months ago

This is happening both with https://github.com/pondersource/server/tree/mrv/mfa-check-rebased (which is what dev-stock currently points to) and with https://github.com/pondersource/server/tree/sunet-dev (which is what I had been working with. Will try what happens if I use the dist files from https://github.com/SUNET/nextcloud-custom/tree/main

michielbdejong commented 8 months ago

It doesn't happen if I remove these 3 lines: https://github.com/pondersource/dev-stock/blob/a056f7b5a40264f48721dbacd1f62daa479e3bde/tests/sunet.sh#L66-L68

michielbdejong commented 8 months ago

I'll bring the sunet-dev branch in line with the SUNET image from Nextcloud Enterprise

michielbdejong commented 8 months ago

I actually committed the whole /var/www/html from nc1.docker except for data/ and config/config.php

michielbdejong commented 8 months ago

Putting back data/nextcloud.log though

michielbdejong commented 8 months ago

This is harder than I thought - now trying to leave out the data directory and then touch data/nextcloud.log in https://github.com/pondersource/dev-stock/blob/main/docker/sunet/entrypoint.sh

michielbdejong commented 8 months ago

Giving up on mounting all of /var/www/html from ./server (it would anyway fail in big ways if you were to use the same host folder on nc2.docker too), going back to the mounts as they were, but with the updated sunet-dev branch