weblauncher

Crates.ioweblauncher
lib.rsweblauncher
version1.3.0
created_at2025-06-10 20:31:58.999641+00
updated_at2025-06-20 01:33:19.140571+00
descriptionexecute commands through a web interface
homepage
repositoryhttps://github.com/Ithyx/WebLauncher
max_upload_size
id1707733
size83,438
Mathis Lamidey (Ithyx)

documentation

README

WebLauncher - execute commands through a web interface

Important

WebLauncher has not been designed with any kind of security in mind. You should not use this. If you use this anyways, do not expose it to a public network.

What is does

WebLauncher is meant to be a way of controlling devices remotely with user configurable commands.

How to use

  • Create a config file either in ${XDG_CONFIG_HOME}/weblauncher/config.toml or at any arbitrary location (in which case you will need to use the configuration flag). The file uses the TOML syntax, and you can see examples in the tests directory.

  • Run the program.

  • Access the dashboard by opening the URL output in your browser, or make your own requests directly.

Commit count: 24

cargo fmt