salvo-server
GUI Development
Running Desktop
cargo install dioxus-cli --version 0.6.0-alpha.4dx build -p mumble-web2-gui --platform desktop
Running Web
cargo install dioxus-cli --version 0.6.0-alpha.4cargo install cargo install wtransport --example gencert- in the proxy directory:
cp config.toml.example config.toml- run
gencertand copy the certificate hash into config.toml cargo run -p mumble-web2-proxyin the background
with dx serve
- in the gui directory
export 'MUMBLE_WEB2_GUI_CONFIG={"cert_hash": <CERTIFICATE HASH HERE>, "proxy_url": "https://localhost:4433"}'dx serve -p mumble-web2-gui --platform web
- connect to
localhost:8080(most common)
with mumble-web2-proxy only
- in the gui directory:
dx build -p mumble-web2-gui --platform web
- connect to
localhost:4434(most common)
Description
Languages
Rust
87.7%
SCSS
5.4%
JavaScript
3.1%
Dockerfile
3%
Shell
0.8%