sam
847c636f41
rename gui_config to proxy_overrides ( #23 )
...
Build Mumble Web 2 / linux_build (push) Successful in 1m13s
Build Mumble Web 2 / windows_build (push) Successful in 2m39s
Build Mumble Web 2 / android_build (push) Successful in 6m18s
Build android container / android-release-builder-container-build (push) Successful in -7s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 30m8s
Reviewed-on: #23
Reviewed-by: restitux <restitux@ohea.xyz >
Co-authored-by: Sam Sartor <me@samsartor.com >
Co-committed-by: Sam Sartor <me@samsartor.com >
2026-03-05 07:16:02 +00:00
restitux
aa3fcf09cf
meta: update dioxus cli to 0.7.3 ( #19 )
...
Build Mumble Web 2 / linux_build (push) Successful in 1m26s
Build Mumble Web 2 / windows_build (push) Successful in 2m37s
Build Mumble Web 2 / android_build (push) Successful in 5m54s
Reviewed-on: #19
Reviewed-by: Sam Sartor <cap@samsartor.com >
2026-01-25 06:25:21 +00:00
liamwarfield
7c75e64a64
Add SELinux :z labels to docker-compose volume mounts
...
Build Mumble Web 2 / linux_build (push) Successful in 1m29s
Build Mumble Web 2 / windows_build (push) Successful in 2m40s
Build Mumble Web 2 / android_build (push) Successful in 5m57s
Enables volume access on SELinux-enabled systems like Fedora by
applying shared labels to the mounted paths.
2026-01-19 15:08:38 -07:00
restitux
d7b88874df
android builds ( #9 )
...
Build Mumble Web 2 / linux_build (push) Successful in 1m31s
Build Mumble Web 2 / windows_build (push) Successful in 2m39s
Build Mumble Web 2 / android_build (push) Successful in 5m54s
Build android container / android-release-builder-container-build (push) Successful in 5s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 16s
This adds android builds to the CI infrastructure. These builds generate an `apk` file that you can download and install.
- Adds a new container build job that builds a container with all the required android dependencies
- Adds a new release build that builds an android apk
- Updated the imp module to split out mobile and desktop behavior
- Adds logic to request microphone permissions
- Added a custom android manifest that declares the required permissions
Reviewed-on: #9
2026-01-19 01:03:45 +00:00
restitux
96589e28c6
meta: update Dioxus to 0.7.2 ( #6 )
...
Build Mumble Web 2 / linux_build (push) Successful in 1m50s
Build Mumble Web 2 / windows_build (push) Successful in 4m16s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 14s
Build with latest container: https://git.ohea.xyz/mumble/mumble-web2/actions/runs/192/jobs/1
Reviewed-on: #6
2026-01-05 01:45:40 +00:00
sam
d6b482528f
Load status from relative url ( #5 )
...
Build Mumble Web 2 / linux_build (push) Successful in 2m23s
Build Mumble Web 2 / windows_build (push) Successful in 2m33s
Remove public_url config option
Use proxy_url instead for example configs
Get status from relative endpoint, like /config
Show version on login page
Reviewed-on: #5
Co-authored-by: Sam Sartor <me@samsartor.com >
Co-committed-by: Sam Sartor <me@samsartor.com >
2025-12-05 07:00:38 +00:00
sam
55412f5778
Revert 0.7.2 upgrade
Build Mumble Web 2 / linux_build (push) Successful in 1m39s
Build Mumble Web 2 / windows_build (push) Successful in 2m52s
2025-12-04 22:21:37 -07:00
sam
2982a7f8d8
Finish 0.7.2 upgrade
Build Mumble Web 2 / linux_build (push) Failing after 58s
Build Mumble Web 2 / windows_build (push) Successful in 2m29s
2025-12-04 22:17:15 -07:00
restitux
a11fb4f10e
Windows Desktop Client CI ( #2 )
...
Build Mumble Web 2 / linux_build (push) Successful in 1m43s
Build Mumble Web 2 / windows_build (push) Successful in 2m38s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Failing after 11s
Adds a windows container build and a windows client build.
Outstanding issues:
- I'm not sure if `workflow_dispatch` works. Based on [this PR](https://github.com/go-gitea/gitea/pull/28163 ) it seems like it should, but I don't see a button. It might only work after merging into the default branch.
- The windows build container is building dioxus from git HEAD because there is an unreleased bugfix we are depending on. We should revert this to a versioned release (maybe using `binstall`) once they cut 0.7.2
Reviewed-on: #2
2025-12-05 03:58:11 +00:00
restitux
b9e293cca4
[cicd] add docker build workflow
2025-11-09 01:19:09 -07:00
sam
70634065ac
fix some problems with url origins in web (denoising works there too)
2025-10-28 01:44:28 -06:00
sam
1ff302816e
load an actual denoising model
2025-10-28 01:10:35 -06:00
restitux
cfb8144561
add /status endpoint to proxy
2025-10-25 23:52:38 -06:00
sam
b8a201911f
further simplify proxy config
2025-10-25 21:28:58 -06:00
sam
134e42e69f
simplify proxy and update readme
2025-10-25 20:21:02 -06:00
sam
55a91b1459
actually read the config maybe
2025-10-25 20:03:19 -06:00
restitux
1793504467
add /config endpoint, add docker proxy setup, and style chat box
2025-07-13 19:33:55 -06:00