Pedro Rodrigues

Results 8 comments of Pedro Rodrigues

Have you tried running both `fang-rtsp-watchdog.sh` and `30-rtsp-watchdog` manually, and see if it raises an error?

Try adding `set -x` as the first command of the `/media/mmcblk0p2/data/etc/scripts/30-rtsp-watchdog` script, to try and debug if it is the script that's not found, or if it is something called...

Try `ls -la` on the directory and post the results here. Maybe the permissions are not as expected? On Wed, 2 Oct 2019 at 20:57, mirjef wrote: > tried adding...

Cool, glad I could help :) On Wed, 2 Oct 2019 at 22:12, mirjef wrote: > @gokuu Thanx for your help!! I finally found > my (stupid) mistake. I used...

+1 to this. I'm using traefik as the proxy container, and am still struggling to get this working.

I could not get it to work with separate subdomains, because of CORS issues. So what I did was this: ```yaml version: '3.8' services: plane-frontend: container_name: plane-frontend image: makeplane/plane-frontend:0.6 restart:...

Figured out the issue with the email (and fixed my previous comment). Turns out that, when your environment variable definition contains only a single variable that needs expansion, you need...