loelkes / jire

Jitsi reservation system
GNU Affero General Public License v3.0
12 stars 1 forks source link

does not work #1

Open devZer0 opened 1 year ago

devZer0 commented 1 year ago

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

devZer0 commented 1 year ago

also see https://community.jitsi.org/t/jire-reservation-system-for-jitsi-meet/93109/4