dczysz

Results 26 comments of dczysz

Seems like the UI install is working again now, still ending up with a ? though for my manually installed dependencies. So progress at least. I'll try to play around...

Sorry I haven't had a chance to get back to this for a while. Feel free to close this if you'd like as it's not a huge issue, just takes...

It would also be nice to change the file type like we can with `logo url`. This works but feels wrong: ``` static_asset "assets/images/favicon.png" "image/svg+xml" /path/to/favicon.svg ```

Yeah exactly, unless having the mime type on the `static_asset` line is enough, and just have `favicon url` behave similar to `logo url`? Example scenario: We want to use a...

Caddy version in case it's useful: ``` $ /usr/bin/caddy version v2.4.6 h1:HGkGICFGvyrodcqOOclHKfvJC0qTU7vny/7FhYp9hNw= ``` ``` $ caddy list-modules -versions ... http.authentication.providers.authorize v1.3.24 http.handlers.authp v1.4.39 http.handlers.trace v1.1.8 Non-standard modules: 3 ``` Edit:...

>this is the issue you don't have enable admin api in authp Ah that makes sense. I'll give that a try then.

~~Is this the error you're talking about or is this something else?~~ Never mind, you probably mean not catching the previous error. This is where I'm stuck at now, but...

> @dczysz , please try with the [latest release](https://github.com/greenpau/go-authcrunch/releases/tag/v1.0.23) and see what the error is. Hmm, with v1.0.23 I'm still getting the same output as before ending with `failed to...

``` $ cmd/authdbctl/authdbctl.exe --debug connect {"level":"debug","time":"2022-04-11T10:25:45.411-0600","msg":"token file does not exist","path":"C:\\Users\\dczysz\\.config\\authdbctl\\token.jwt"} {"level":"debug","time":"2022-04-11T10:25:45.411-0600","msg":"runtime configuration","config_path":"~/.config/authdbctl/config.yaml","base_url":"https://localhost","token_path":"C:\\Users\\dczysz\\.config\\authdbctl\\token.jwt","username":"webadmin","realm":"local"} {"level":"debug","time":"2022-04-11T10:25:45.437-0600","msg":"logged in successfully"} 2022/04/11 10:25:45 failed to obtain auth token ``` ``` $ cmd/authdbctl/authdbctl.exe --version authdbctl 1.0.23, branch:...

That might be it... If I put an invalid password in my config.yml I still get the same logs, including `logged in successfully`. So it seems like it's not reading...