feat: add WRP (Web Rendering Proxy) LXC script - #2168
Open
N0t4R0b0t wants to merge 3 commits into
Open
Conversation
Browser-in-browser proxy so legacy/vintage browsers can use the modern HTTPS web. Installed from tenox7/wrp's prebuilt release binaries (bare-metal, no Go toolchain needed) plus Chromium as the rendering backend. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Matches the metadata layout used by comparable single-binary scripts (hister, newt) so the website can surface the config location. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
CrazyWolf13
requested changes
Aug 10, 2026
Replaces the manual dpkg --print-architecture case statements in both the ct and install scripts with core.func's arch_resolve helper. The armhf branch is dropped: arch_check already exits 106 on anything that is not amd64 or arm64, so it was unreachable. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
CrazyWolf13
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✍️ Description
Adds a new LXC script for WRP (Web Rendering Proxy) — a browser-in-browser proxy that drives a headless Chromium and renders pages back as clickable images or simplified HTML, so vintage browsers can reach the modern HTTPS-only web.
Structure follows
ct/hister.shclosely, as both are single-binary GitHub-release apps:check_for_gh_releasegates the update path.fetch_and_deploy_gh_release ... "singlefile"with an explicit per-architecture asset name.Upstream publishes per-arch static binaries, so the arch case statement maps
dpkg --print-architectureonto the exact published asset names (wrp-amd64-linux,wrp-arm64-linux,wrp-arm-linux), and errors out on anything else rather than guessing.I run this container daily and have exercised both a clean install and an in-place update through
update_script.🔗 Related PR / Issue
Link: #
✅ Prerequisites (X in brackets)
🏗️ arm64 Support (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.🔍 Code & Security Review (X in brackets)
CODE-AUDIT.md&CONTRIBUTING.mdguidelinesAppName.sh,AppName-install.sh,AppName.json)fetch_and_deploy_gh_release,fetch_and_deploy_codeberg_release,fetch_and_deploy_gl_release, orfetch_and_deploy_from_urlinstead ofgit pull.🤖 AI Assistance (X in brackets)
AGENTS.mdand.github/agents/pve-script-creator.agent.mdas guidance, and the output has been reviewed and corrected to match those guidelines.📋 Additional Information (optional)
A couple of deliberate choices worth calling out:
wrp.jsonso it is not mistaken for an oversight. Happy to swap it if the org would rather add a proper icon first.ExecStartflags rather than a config file, soconfig_pathpoints at the systemd unit and a note explains how to add flags (-t,-g,-m, …) and restart.chromiumandfonts-liberationonly — no core packages re-listed.📦 Application Requirements (for new scripts)
🌐 Source
Upstream: https://github.com/tenox7/wrp
Latest release: https://github.com/tenox7/wrp/releases/latest