Christoph Wiechert

Results 146 comments of Christoph Wiechert

Valid. Would you prepare a pr?

Does docker(-compose) support the array syntax? ```yaml environment: - "CRON[]= 0 5 2 * * command1" - "CRON[]= 0 5 2 * * command1" ``` Just an idea

> I had a quick look, and on the face of it, it doesn't seem to. Looks like this is not supported cause not all shells support array-structs so I...

Einfach die Datei in deinem fork mit nem neuen commit reparieren.

Und jetzt noch das andere file 😉

Rein vom Feature her finde ich diese Lazy-Config schon ziemlich nett. Ich hatte ja ein paar WDS40 mit Quarz aufgebaut und mich damals schon gefragt warum er die Config nicht...

When you enable PsiTransfer to server also HTTPS you need to forward the https-port: https://github.com/psi-4ward/psitransfer/blob/master/config.js#L18 Also, you need to access it by the right protocol - HTTPS. Browsers usually try...

@fruizaviles the port doesnt matter! @JasonB73 ``` "sslKeyFile": enable, "sslCertFile": enable, "forceHttps": ''enable, ``` is very wrong! forceHttps needs to be `true` or `false` and you've a `"` before the...