Create web UI application #82
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: projectmoon/tenebrous-dicebot#82
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a Rust WebAssembly web IU to manage the bot on a per-user basis.
This might also need a backend service to A) serve the WebAssembly and B) proxy API calls from client to the bot. Exposing the bot API directly to the network is not a smart idea without rate limiting and a reverse proxy.