H2-invent / jitsi-admin

Organize and fully controll your jitsi meet meetings. Make your meeting secure and be sure that only you and your fellows can join your meeting.
https://meetling.de
GNU Affero General Public License v3.0
133 stars 48 forks source link

Docker install error #442

Closed dbakushkin closed 1 year ago

dbakushkin commented 1 year ago

I am using the latest master, with a docker install and I get an error on installation step. Can you help? OS Ubuntu 22.04.3

Screenshot_1

holema commented 1 year ago

Hello @dbakushkin,

do you start the installation with a root account?

dbakushkin commented 1 year ago

Hi @holema, yes, root

holema commented 1 year ago

I just try to install it on my maschine to get the error

holema commented 1 year ago

You try to start the system via docker-compose up, or do you use the sudo bash installDocker.sh command? Because I was able to install the docker version on my test ubuntu without any doubt.

dbakushkin commented 1 year ago

its interesting... by sudo bash installDocker.sh

holema commented 1 year ago

can you try to set the user to root in the Dockerfilfe which is located in nodejs/Dockerfile. You can do this by changing line 4 USER node to USER root. Then you can try it again. If this is working I will double check why it is not working on your system.

holema commented 1 year ago

you can also try to checkout branch hotfix/errorpage