Web Dashboard / Admin UI?
Closed this issue ยท 1 comments
When experimenting/debugging, I like having some sort of UI for my databases, such as sqlitebrowser for SQLite. For remoteStorage
, I think it'd make sense to have a simple JS web UI that users can interact with their data from.
deployd
was a cool API builder that is no longer actively maintained, but it had a cool web dashboard which could be used for basic CRUD operations in your database.
The starter-kit
has a portal, but the starter-kit
hasn't been updated since 2015 so I don't know how relevant that is.
I wasn't sure if this should be made in https://github.com/remotestorage/remotestorage.js or not, so I opted for this server repo since it'd make sense for the server to serve this web/admin UI. ๐
Hi @Nezteb,
This server project is an outdated one, but no need to open server project issues on other server repos for this. Here's a file browser, which lets you inspect your storage with any RS-compatible server:
Since Gitea doesn't federate quite yet, feel free to ask questions or propose features for this app on the RS forums. (And if you actually want to contribute code to it, let me know and I send you an invite for a Kosmos account, so you can open PRs on that Gitea.)