janonym1
janonym1
I think the problems lie with the ma1sd server itself, which has not been maintained for more than a year. We had the same problem with our LDAP-syncs and since...
Unfortunately, I never got around to test the backup system beforehand until I needed it of course! ;) Since the sizes of the files were about the same as my...
> The container which does the backups has some documentation on how to restore: https://github.com/prodrigestivill/docker-postgres-backup-local#restore-examples We moved on to a dedicated PostgreSQL-DB server but if I find the time, I...
Since not many people will be using the VOSK service, wouldnt a restart shell script be enough? I am managing most settings not covered by the .env file that way....
Sure thing! However I am not sure how to best approach this and how to get started. With the latest version (stable-7439-2) I have the problem, that my previous workaround...
I thought, if I just delete the whole google cloud part from the file, the check shouldnt run anyways? I deleted the whole part out of the 10-config file: ```...
Ah of course, I forgot that! I tried to just build jigasi (`docker build - < Dockerfile`) from inside the docker-jitsi-meet/jigasi folder, where the Dockerfile is located, but I get:...
Thanks, that make build command was what I was looking for! I am used to docker but only used it as a sys-admin :) I am working on it and...
I am trying to get the thing running without GCLOUD but it seems pretty hardcoded. Even after removing everything related to it from the` jigasi/rootfs/etc/cont-init.d/10-config` and even the Dockerfile (relating...
I think I figured my problem out: even though this part (in the 10-config) appends the custom-sip-communicator.properties to the sip-communicator.properties: ``` if [[ -f /config/custom-sip-communicator.properties ]]; then cat /config/custom-sip-communicator.properties >>...