Vladislav

Results 18 comments of Vladislav

> Aegis already supports displaying QR codes for entries One at a time, not all at a time and one QR code > Could you rephrase that? I'm not sure...

> We don't want to show QR codes that could be too large to scan. Maybe user can make a choice which size of QR-code he'll make? > Is that...

Now i have no implementation for mkinitcpio-systemd-tool of this service. I'll try later and make a PR.

Seems one bug more - in initcpio udev errors too: ``` systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:39 Unknown group 'render', ignoring systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring systemd-udevd[140]: /usr/lib/udev/rules.d/50-udev-default.rules:42 Unknown group 'sgx', ignoring systemd-udevd[140]:...

It seems that CloudFlare api changed answer of json request: ``` {'result': [], 'result_info': {'page': 1, 'per_page': 20, 'total_pages': 0, 'count': 0, 'total_count': 0}, 'success': True, 'errors': [], 'messages': []}...

And when reverse-proxy ssh3, it's not enough to add option to start without certificates. Need to proxy_pass some headers: > proxy_set_header Host $host; > proxy_set_header X-Real-IP $remote_addr; > proxy_set_header X-Forwarded-For...

With debug: > 10:49AM INF Server started, listening on 0.0.0.0:444/ssh3 > ~ # netstat -tulpan | grep 444 > udp6 0 0 :::444 :::* 3748226/./ssh3-serv > 10:50AM INF Server started,...

Same issue there. I have teslamate standalone installation (no docker) with grafana 11 and postgresql 16.

@Vincent43 for example, in my configuration I'm using `--header=/header-luks.img --allow-discards`

I was able to successfully log in using keycloak as OIDC provider. 1. Make new client in keycloak with default settings (enable auth) and add localhost as valid redirect url...