element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
33 stars 5 forks source link

Admin with unix sockets #3368

Open matrixbot opened 2 weeks ago

matrixbot commented 2 weeks ago

This issue was originally created by @Dreamsorcerer at https://github.com/matrix-org/dendrite/issues/3368.

Admin tools only support HTTP. It would be nice to work with unix sockets too:

./bin/create-account -url 'unix:/path/to/dendrite.sock' ...