-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Synapse admin UI #2032
Comments
And in d), I’d like to put everything from #2031 regarding deleting/pruning rooms locally while making federated server that my HS is leaving those rooms. ;) |
For c) you can do following right now:
|
|
Seems like here someone started a GUI: https://github.com/aminhusni/Trinity_Matrix_Management_GUI |
@rubo77 looks like it might be abandoned :( We really need a GUI method to administrate Matrix/HS stuff like that though... |
Any news on Admin GUI dev ? |
Is the |
@devcline Nothing concrete I'm afraid - clearly it is a good thing to have, more a question of finding the time to work on it - practically speaking it sits well behind S2S spec work as we try and get to an r0 release. You can see our immediate 'to do' here https://github.com/orgs/matrix-org/projects/2 |
@awesome-manuel no, not that I can see. I suspect we'd build out our admin interface, prove it in the wild and then spec. |
|
According to vector-im/riot-web#4125
Which is understandable to do in riot with a universal API to every server. But it should be reasonable to create something specifically for the synapse server. Connecting directly to the databse |
building a web UI is on the horizon in the next ~3 months, one way or another |
@ara4n any word on target scope of features? :D |
Being able to use the server notice thingy to send custom messages would be great. (Yes, you can use the manhole now but it's a pain in the nether regions) |
Hope this WebUI is coming soon |
We started to implement an admin UI for synapse: https://github.com/Awesome-Technologies/synapse-admin |
Nice! |
We did a complete rewrite using (react-admin)[https://marmelab.com/react-admin/]. |
Is this still on the horizon @ara4n ? I haven't been able to find anything regarding this recently. |
This looks pretty cool. Is this currently the main functional admin gui? |
How can we get access to the endpoints /matrix and /_synapse/admin ? |
You can use a reverse proxy. The documentation is there: https://matrix-org.github.io/synapse/latest/reverse_proxy.html#synapse-administration-endpoints |
We are using reverse proxy but for synapse-admin UI it shows failed to
fetch data so how can i fix it.
…On Mon, 12 Jul 2021, 3:26 pm Dirk Klimpel, ***@***.***> wrote:
You can use a reverse proxy. The documentation is there:
https://matrix-org.github.io/synapse/latest/reverse_proxy.html#synapse-administration-endpoints
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2032 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUVBFUQA3GDPHTRBPWRG2NTTXK2FLANCNFSM4DEG5DKA>
.
|
You can get support there:
And a few closed issues here: https://github.com/Awesome-Technologies/synapse-admin/issues?q=is%3Aissue+fail |
I don't think we have any plans on adding an admin UI to Synapse any time soon, and https://github.com/Awesome-Technologies/synapse-admin is a good alternative, so I'm going to close this for now. |
I try to understand synapse and the matrix behind.
So I'm looking for administration tools e.g.:
a) To delete (hard) accounts on my home server.
b) To setup a expiration of the account validity, if a user had no login within the last two years (as example).
c) To see how many accounts are registered.
d) etc.
thank you.
The text was updated successfully, but these errors were encountered: