restitux 128791bccd
Build dioxus container / BuildContainer (push) Successful in 2m23s
Add CI and artifact publishing (#1)
Reviewed-on: #1
Reviewed-by: Sam Sartor <cap@samsartor.com>
2025-11-28 05:24:11 +00:00
2025-11-09 01:19:09 -07:00
2025-10-26 18:55:09 -06:00
2025-11-09 01:19:09 -07:00
2025-11-27 19:31:02 -07:00
2025-10-28 01:10:35 -06:00
2025-04-06 18:08:09 -06:00
2025-10-25 20:21:02 -06:00

GUI Development

Running Desktop

  1. cargo install dioxus-cli --version 0.6.3
  2. dx run -p mumble-web2-gui --platform desktop --release

Running Web (development)

  1. cargo install dioxus-cli --version 0.6.3
  2. dx serve -p mumble-web2-gui --platform web
  3. cd docker && docker compose up
  4. connect to https://localhost:64444
  5. fill in the proxy url as https://127.0.0.1:4433/proxy (this should autofill)

Running Web (with proxy only)

  1. cargo install dioxus-cli --version 0.6.3
  2. dx build -p mumble-web2-gui --platform web --release
  3. cp config.toml.example config.toml
  4. cargo run -p mumble-web2-proxy in the background
  5. connect to localhost:8080
S
Description
No description provided
Readme 987 KiB
Languages
Rust 87.7%
SCSS 5.4%
JavaScript 3.1%
Dockerfile 3%
Shell 0.8%