Block a user
revproxy-webui (0.3.49)
Published 2026-05-24 21:42:04 +00:00 by jleung
Installation
sudo curl -o /etc/apt/keyrings/gitea-jleung.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-jleung.asc] $distribution $component" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt updateChoose $distribution and $component from the list below.
sudo apt install revproxy-webui=0.3.49
Repository Info
Distributions |
stable |
Components |
main |
Architectures |
all |
About this package
RevProxy admin WebUI (static Blazor WASM bundle) Static front-end for the RevProxy controller. Installs the bundle to /opt/revproxy/webui/wwwroot/ so an operator-chosen HTTP server (nginx, caddy, apache, …) can serve the assets directly. A sample nginx server block ships at /opt/revproxy/webui/nginx-site.conf. . Configuration is fetched at runtime from the paired controller's /api/auth/config endpoint, so this package itself has no settings to manage. See /opt/revproxy/webui/README.md.