[Feature request]: Fabric GUI that is cross platform and seperate of the server
What do you need?
I want to be able to connect a gui seperately from the server for instance I run my fabric server on fedora, it would be nice if I could access the gui via a web page or a electron app etc.
The gui im referencing is here https://www.youtube.com/watch?v=aEdS8ocmOZs
@gedw99 could you please give a link to gio
The web GUI in the web/ directory works like that.
You can run "fabric --server" on some machine in your network, then on another machine, run the Svelte app, pointing it to the fabric host (where your server is running)
See https://github.com/danielmiessler/Fabric/blob/main/web/README.md