Aleksa Sarai

Results 775 comments of Aleksa Sarai

We need to add additional fields (the `version` field) as well as additional hook points (either `preconfig` or `precreate`/`postcreate`). I believe this will require a `1.1` bump since it's a...

Heh, you beat me to this. :wink: I reckon the config should look like: ``` { "nis": { "hostname": "a", "domainname": "b.com" } } ``` Where you can replace "nis"...

We could shove it in config-linux then under `nisdomainname`. But maybe Solaris implements it?

Thinking about this more I think it's possible to just use `kernel.domainname` to set the domain name without needing any OCI support (especially because the idea would be to just...

I've figured out this can be entirely done with opencontainers/runc#1827 and moby/moby#37302.

I hope I didn't go overboard, I ended up copying the structure of the actual spec docs but maybe I should've been a bit more terse?

@turt2live I've made the corrections you mentioned. One thing with using `DELETE` is that now it makes slightly less semantic sense to disable only some of the two-factor providers (then...

I haven't had much time to review this after I first posted it. It is still a feature I'd like (I still use Matrix daily and wish we'd have 2FA)...

I was just about to open an issue for this. There are a few things that would be important to implement: * Support using a proxy for all outgoing connections...

The simplest solution would be to just add Tor (as a client) to every synapse server which would avoid any privacy issues, but this might not be practical (some people...