Is there a GUI for justfile which can also run as a webpage?
So that I can run a task remotely when the webpage is served.
Nope, unfortunately not. I think we wouldn't want to add this, because of security considerations.
I wrote such a UI and backend server by myself. https://github.com/J-F-Liu/RemoteTask
Okay, actually, that is extremely cool. I'm now tempted to add it 😅 I'm going to open this so we can think about it. It's very dangerous, but as a tool for prototyping or testing, it seems very powerful.
Nice to hear this. I'm thinking of creating a generic UI which list available tasks in a dropdown combox, select one and fill in additional args. We may only need to list some facade tasks.
The tool is mainly useful in local intranet, if accessible from outside consider what are the potential dangerous, whether auth by some token is enough.
Any news on this? We have a use case for it where it would just be perfect 😎