Jona Abdinghoff
Jona Abdinghoff
should this issue also be filled against the hap-node? didn't see anything about breaking changes around `configureCameraSource`?
But I should be able to set these options in the admin api, right? I can set the provision api fine and bridge/unbridge rooms, but as soon as I try...
that's what I get for building docker images with nix. not sure if I can easily fix this, otherwise I'll just have to go back to using a dockerfile
sorry about the way too long delay, didn't really have the time to reproduce this. it seems weird that it complains about gpg issues? like it fails at just installing...
sadly this isn't exactly trivial, since the admin register api endpoint doesn't take an email address. the only way around this to me seems to be to completely rewrite this...
Oh yeah this does look promising. I was just looking at the inital register endpoint. I guess this wouldn't check if this 3pid is actually yours, by in this case...
yeah this was already reported in #67, but the current fix in 1.0.0.dev7 isnt particularly pretty, but I havent yet had time to get around that. it would work though....
are those policies being exposed somehow? otherwise you can set this manually via https://github.com/ZerataX/matrix-registration/blob/master/config.sample.yaml#L41
looks like this msc isn't yet merged? https://github.com/matrix-org/matrix-doc/pull/2000 it is in synapse though: https://github.com/matrix-org/synapse/pull/7118/ @xelantro looks like if you don't define a password policy it just responds with {} since...
https://github.com/ZerataX/matrix-registration/blob/2a36ebb4fa660bbd75600946b592119c497f1fba/docker.nix#L13-L26 I could easily add something to this like ```nix Env = [ "PATH=${pkgs.matrix-registration.alembic}/bin/" ]; ``` and maybe also add a symlink for the ini to /data? kinda wish i...