You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday it worked in a test environment:
APP_DISABLE_REGISTRATION=true and the link was visible in the frontend, but I got a message saying it wasn't possible.
So far, all good.
Today I reinstalled it:
First boot and registered myself, then shut down the container with
docker compose down --volumes --rmi all
Changed the .env variable to APP_DISABLE_REGISTRATION=true to disable it.
Then rebooted with
docker compose up -d --force-recreate
But what can you do to register?
How can I disable it in the running container? Because the .env isn't working right now?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Well, I find it funny right now.
Yesterday it worked in a test environment:
APP_DISABLE_REGISTRATION=true and the link was visible in the frontend, but I got a message saying it wasn't possible.
So far, all good.
Today I reinstalled it:
First boot and registered myself, then shut down the container with
Changed the .env variable to APP_DISABLE_REGISTRATION=true to disable it.
Then rebooted with
But what can you do to register?
How can I disable it in the running container? Because the .env isn't working right now?
In my Container is the env
Beta Was this translation helpful? Give feedback.
All reactions