Matrix/Synapse Admin Interface
-
That would be my concern yeah. I suppose it the balance of maintainability of the package and potential quicker release. Imo I'd wait until something like this is integrated into the synapse main project.
-
I just pinged one of my friends over at the Matrix team and this is what he said:
*I wouldn't wait until we add an admin interface of our own as that's not really in the plans for the next 18 months.
We tend to keep our admin APIs fairly stable and warn people when we add backwards-incompatible changes though (lots of people rely on them).So I think the dangers of the 3rd party dashboard getting out of sync are overblown, as long as the project continues to be maintained.*
-
Any further thoughts on this with the above feedback? I have been able to run that locally myself easily with the instance of Matrix I have setup through Cloudron. Unfortunately I don't know much about all the dev stuff you all go through so I can't say how hard it would be to get that working well through Cloudron. But it took me around 5 minutes to get it running and working for all of my instances of Matrix. Basically once it is setup you just need the single instance and then you specify which Matrix instance you are logging into as an admin. Login will fail if you aren't using an account that has been made a Matrix Server Admin. But basically we would just need a single instance and that single instance could manage any and all Matrix instances even those outside of Cloudron itself.
-
@ericdrgn Since this will most likely get packaged as a separate app, you can open a new post here - https://forum.cloudron.io/category/5/app-wishlist . We simply pick things from there based on interest/upvotes. Aside from that, I think it makes sense to have this packaged .
-
@archos best bet is probably to upvote here:
https://forum.cloudron.io/post/24184 -
@archos I just tested this now. It runs trivially on surfer. All you have to do is:
-
Install surfer
-
Upload the tarball - https://github.com/Awesome-Technologies/synapse-admin/releases/download/0.8.5/synapse-admin-0.8.5.tar.gz
-
Extract tarball
-
Login with Synapse credentials. Note that the user you are trying to login with has to be Synapse admin. See https://docs.cloudron.io/apps/synapse/#admin on how to do this.
-
-
@atridad I don't know if it's actually that useful. It can only manage (existing) rooms and add users from what I can tell. It's not that full fledged an admin interface as I imagined. But still, if other's consider it useful, this is trivial to package.
-
@girish said in Matrix/Synapse Admin Interface:
@atridad I don't know if it's actually that useful. It can only manage (existing) rooms and add users from what I can tell. It's not that full fledged an admin interface as I imagined. But still, if other's consider it useful, this is trivial to package.
I am running into some issues after having used this tool to set up registration tokens where even as the admin and logged in as the admin, it will not let me delete user data. Is there an easier workaround for this? Note: Not my area of expertise but I am slowly learning and ChatGPT def helps. I am even having trouble using the Surfer CLI to access this because it won't accept my username and password despite being the superadmin.
-
-
@girish said in Matrix/Synapse Admin Interface:
@archos I just tested this now. It runs trivially on surfer. All you have to do is:
-
Install surfer
-
Upload the tarball - https://github.com/Awesome-Technologies/synapse-admin/releases/download/0.8.5/synapse-admin-0.8.5.tar.gz
-
Extract tarball
-
Login with Synapse credentials. Note that the user you are trying to login with has to be Synapse admin. See https://docs.cloudron.io/apps/synapse/#admin on how to do this.
This should be in the docs if not already
-