wsw70

Results 96 comments of wsw70

> I can't quite remember the steps as it's been a while. Same here :) > I certain you need to find the cloud account User ID and the Shared...

> Yes, labels with the same site address get merged. OK thank. I understand that you mean that when adding extra `*.example.com` entries in specific docker-compose files, it will be...

> You need to keep the parentheses in the labels as well. Ah! I followed the docs. ``` caddy: (encode) caddy.encode: zstd gzip ↓ (encode) { encode zstd gzip }...

> You need to keep the parentheses in the labels as well. Unfortunately this does not change the error

> hey @wsw70 where you able to make authelia work at the end ? Authelia is working fine. What I could not (and still cannot) make work was the snippet...

> i am super curious as to how you made Authelia work without that snippet/label part.. i am trying to make it work with Caddy Docker Proxy and struggling, let...

> i used Authentik Looks really cool. It is a more complicated (and probably - complete) system compared to Authelia, though. Good luck!

> I'm fine with the change to ConfigParser, don't think that will cause any issues. done in https://github.com/jamesoff/simplemonitor/pull/1398/commits/f5bb0efda46f706ddb77d920f8a6740ece422802

> @ljharb > The code isn't valid javascript, because `` is HTML, not javascript. > > You can't expect to use JavaScript eslint rules on a non-javascript source file. Sorry,...

> But you're using the typescript-eslint parser - that's not for vue files, that's for full TS files. Hmmm, `.eslintrc.js` was created by my framework ([Quasar](https://quasar.dev/), based on Vue3) and...