feat(ct): openlist - #2195
Open
uchouT wants to merge 2 commits into
Open
Conversation
Contributor
Try this scriptCOMMUNITY_SCRIPTS_URL=https://raw.githubusercontent.com/uchouT/ProxmoxVED/add-openlist \
bash -c "$(curl -fsSL https://raw.githubusercontent.com/uchouT/ProxmoxVED/add-openlist/ct/openlist.sh)"
Against a core branch as wellAdd Useful flags while testing
|
CrazyWolf13
requested changes
Aug 19, 2026
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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
OpenList as a CT script, in two variants sharing one json: Debian 13 (systemd) and Alpine 3.24 (OpenRC).
The upstream release binary is deployed as-is — the glibc asset on Debian, the static musl one on Alpine — and runs with --data /opt/openlist_data. Config, database, logs and search index therefore live outside the directory CLEAN_INSTALL wipes, so an update replaces the binary and nothing else; no backup/restore step is needed. The admin password is generated during the install, applied with openlist admin set and printed on the last line.
Both variants were installed and updated on Proxmox VE.
✅ 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.Model: Claude Opus 5, high reasoning effort
📋 Additional Information (optional)
Successfully running on my own server via these scripts.
📦 Application Requirements (for new scripts)
🌐 Source