Azathoth88

Results 14 comments of Azathoth88

I tried to make image with Portainer. The output: Step 1/10 : FROM debian:buster-slim ---> 80b9e7aadac5 Step 2/10 : RUN apt-get update && apt-get install -y git golang openssl curl...

I think the Dockerfile is corrupt. The part produces errors: ``` RUN git clone https://github.com/bolkedebruin/rdpgw.git && \ cd rdpgw && \ env GOOS=linux GOARCH=amd64 GOROOT=/go /go/bin/go build && \ mkdir...

@krisss85 thank you very much!

Try to increase the padding of the css-class .ace_editor with 10px

Trendschau klingt deutsch. Ich bin mal so frei und schreibe daher auch deutsch. Ich habe zwei Test-Installationen. Auf meinem lokalen NAS funktioniert das Einbetten. Auf einem Strato-Server geht es nicht....

I have same problems. Installed with ``` docker run \ > --name tooljet \ > --restart unless-stopped \ > -p 8066:80 \ > -v tooljet_data:/var/lib/postgresql/13/main \ > tooljet/try:latest ``` When...

The application is now no longer accessible with the latest image.

@adishM98 In principle, I would like to do that. However, I don't get any errors in the Docker container. Nothing happens at all. I start the container via Portainer -...

I had already used another port and had the same problem. I had already deleted the container and created it again - none of this worked. Now I have completely...

To understand: The RTSP stream is at the moment TCP and must be sent in UDP, right? After this I have to use input_args: preset-rtsp-udp?