Michael Robbins

Results 35 comments of Michael Robbins

Just wanted to say with the above script, this works great for a single application, but if you're protecting multiple services behind a single OIDC app, then this approach won't...

I think instead we'd have to extract the group(s) out of the OIDC token(s) within traefik-forward-auth and then make decisions then based on the users (eg. groups)

I've just ensured my clean and to_dict both do the same thing, seems to work for me, but it could be better I guess? ``` def clean(self): suggestions = self.string2tokens(self.name)...

Yep that would make perfect sense, I don't remember why I chose to duplicate the code, maybe before clean was calling it's own super().clean(). Either way, yes, I'd prefer this...

Getting this exact same error, nothing in client or server logs, just a HTTP 504 from Express from the server container Is there a way to enable debug logging on...

Late reply, but if you're after some raspberry pi specific server classes/environments I've got some here: https://github.com/dalmura/infrastructure/blob/main/sites/archived/indigo-sidero/sidero/serverclasses.yaml

(late reply) This would actually be really nice as I might have a mix of JSON and YAML config files in a few directories representing a hierarchy of configs. I'm...

Also got a Sungrow SG5.0RS I'm just sorting out the config modbus map for atm, that'll come soon :)

Not really, I'm starting with the sg5kd, I just hack up the `solariot.py` to print out all possible registers and then check what's populated and try understand what the hell...

@FlaMike I've got a VTO 2101 as well but it's unable to detect button presses at all, did you do anything special/different to get it working?