Rob Dyke
Rob Dyke
@basictheprogram concur re Autounattend.xml. Have you modified the language or input settings at all? I modified these settings to set language / input and managed to break my build..... `...
I got the cabolabs-ehrserver running in Docker recently. I am in the process of updating the Dockerfile and Docker.md information and adding docker-compose.yml and will submit a PR. 
@ppazos https://github.com/robdyke/cabolabs-ehrserver/tree/docker-contrib Updating docs at present.
Hummmm. So I set https://domain.tld in the config by the edge agent complained that it couldn't reach ws://endpoint on :8000 although it could reach the https:// on :443
Thanks and will do On Thu, 19 Nov 2020, 11:49 Ignacio Van Droogenbroeck, < [email protected]> wrote: > When you add an edge agent, you need to change the Portainer server's...
Paste me the logs from Portainer && agent side @baskinsy On Tue, 22 Dec 2020 at 15:11, baskinsy wrote: > I probably have the same issue or missing something. I...
@baskinsy I had those errors when using the provided docker-compose. I opened :8000 direct to portainer and the agent connected. Try the compose file that proxies agent through Traefik
@baskinsy the ws:// on :8000 is (as I understand) encrypted
Glad yr sorted. Opened an issue upsteam? I often use four.level.doma.is
Hi @xe-nvdk This doesn't expose portainer:8000 to the interwebs, it exposes traefik:8000 which routes the TCP to portainer. (yes, I've had trouble setting up portainer + edge with HTTPS only...