We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i successfully setup the docker container, but adding a reservation does not work
the log is telling
root@jitsi:~/reservation/jire# docker run -v /root/reservation/jire/log:/opt/venv/log -v /root/reservation/jire/data:/opt/venv/data -p 9090:8080 jire:latest [2022-10-09 14:55:40 +0000] [1] [INFO] Starting gunicorn 20.1.0 [2022-10-09 14:55:40 +0000] [1] [INFO] Listening at: http://0.0.0.0:8080 (1) [2022-10-09 14:55:40 +0000] [1] [INFO] Using worker: sync [2022-10-09 14:55:40 +0000] [7] [INFO] Booting worker with pid: 7 [2022-10-09 14:56:05,458] DEBUG in Conferences: Add reservation for room rolandsraum to the database [2022-10-09 14:56:05,458] INFO in routes: New reservation validation successfull [2022-10-09 14:56:23,271] DEBUG in Conferences: Add reservation for room testroland to the database [2022-10-09 14:56:23,271] INFO in routes: New reservation validation successfull
but in the reservation list , no reservation is shown
The text was updated successfully, but these errors were encountered:
also see https://community.jitsi.org/t/jire-reservation-system-for-jitsi-meet/93109/4
Sorry, something went wrong.
No branches or pull requests
i successfully setup the docker container, but adding a reservation does not work
the log is telling
root@jitsi:~/reservation/jire# docker run -v /root/reservation/jire/log:/opt/venv/log -v /root/reservation/jire/data:/opt/venv/data -p 9090:8080 jire:latest
[2022-10-09 14:55:40 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2022-10-09 14:55:40 +0000] [1] [INFO] Listening at: http://0.0.0.0:8080 (1)
[2022-10-09 14:55:40 +0000] [1] [INFO] Using worker: sync
[2022-10-09 14:55:40 +0000] [7] [INFO] Booting worker with pid: 7
[2022-10-09 14:56:05,458] DEBUG in Conferences: Add reservation for room rolandsraum to the database
[2022-10-09 14:56:05,458] INFO in routes: New reservation validation successfull
[2022-10-09 14:56:23,271] DEBUG in Conferences: Add reservation for room testroland to the database
[2022-10-09 14:56:23,271] INFO in routes: New reservation validation successfull
but in the reservation list , no reservation is shown
The text was updated successfully, but these errors were encountered: