Block a user
revproxy-worker (0.3.54)
Published 2026-05-25 06:09: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-worker=0.3.54
Repository Info
Distributions |
stable |
Components |
main |
Architectures |
amd64 |
About this package
RevProxy worker — frontend reverse-proxy node Edge reverse-proxy node for RevProxy. Native AoT-compiled binary — no .NET runtime dependency on the host. . Single-tree installation under /opt/revproxy/worker/ — binary, config, join bundle, and runtime data all live in one directory. Postinst creates a system user `revproxy-worker`, grants the binary `cap_net_bind_service` so it can bind 80/443 without root, and enables the systemd unit. On interactive installs debconf prompts for the join bundle the controller's /workers/new wizard issued and stores it at /opt/revproxy/worker/join.bundle. Non-interactive installs can preseed the same answer via debconf-set-selections or write the bundle file directly post-install. . The unit is NOT auto-started — the operator finishes with `systemctl start revproxy-worker`. The worker enrolls into the controller's fleet on first start, persists its identity to /opt/revproxy/worker/data/worker-identity.json, and uses mTLS for all subsequent controller traffic. See /opt/revproxy/worker/README.md.
Dependencies
| libssl3 | libssl1.1 |
| ca-certificates |
| adduser |
| libcap2-bin |