Skip to content

feat(ct): openlist - #2195

Open
uchouT wants to merge 2 commits into
community-scripts:mainfrom
uchouT:add-openlist
Open

feat(ct): openlist#2195
uchouT wants to merge 2 commits into
community-scripts:mainfrom
uchouT:add-openlist

Conversation

@uchouT

@uchouT uchouT commented Aug 18, 2026

Copy link
Copy Markdown

✍️ 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)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🏗️ arm64 Support (X in brackets)

  • arm64 supported - Tested and supported on arm64.
  • arm64 not tested - Assumed to work on arm64, but testing has not been done.
  • arm64 not supported - Confirmed upstream dependencies or binaries do not support arm64.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔍 Code & Security Review (X in brackets)

  • Follows CODE-AUDIT.md & CONTRIBUTING.md guidelines
  • Uses correct script structure (AppName.sh, AppName-install.sh, AppName.json)
  • No hardcoded credentials
  • No Docker / Docker Compose – The application is installed bare-metal; Docker is not used.
  • No git pull – Updates use fetch_and_deploy_gh_release, fetch_and_deploy_codeberg_release, fetch_and_deploy_gl_release, or fetch_and_deploy_from_url instead of git pull.

🤖 AI Assistance (X in brackets)

If you used an AI tool (GitHub Copilot, Claude, ChatGPT, etc.) to write or generate any scripts in this PR, you must confirm compliance below.
Select exactly one option.

  • No AI used – Scripts were written without AI assistance.
  • AI was used – I confirm the scripts were built using AGENTS.md and .github/agents/pve-script-creator.agent.md as 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.

image

📦 Application Requirements (for new scripts)

⚠️ Do not remove this section.
It is used by automated PR validation checks.
If this PR is not a new script submission, leave the checkboxes unchecked.

Required for 🆕 New script submissions.
Pull requests that do not meet these requirements may be closed without review.

  • The application is at least 6 months old
  • The application is actively maintained
  • The application has 600+ GitHub stars
  • Official release tarballs are published
  • I understand that not all scripts will be accepted due to various reasons and criteria by the community-scripts ORG

🌐 Source

@uchouT
uchouT requested a review from a team as a code owner August 18, 2026 22:38
@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Try this script

COMMUNITY_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)"

COMMUNITY_SCRIPTS_URL is not optional. Fetching the ct/ script from a branch
does not tell the engine where that branch is — with bash -c "$(curl …)" there
is no file on disk for the scripts root to be derived from, so it would fall back
to upstream main and look for the install script there.

Against a core branch as well

Add COMMUNITY_SCRIPTS_CORE_URL=https://raw.githubusercontent.com/OWNER/core/BRANCH
to test an engine change at the same time. The two resolve independently.

Useful flags while testing

dev_mode=net logs every fetch with status and duration, so you can confirm the
branch is really being used. dev_mode=keep stops a failed build from deleting
the container along with the evidence.

Comment thread ct/alpine-openlist.sh Outdated
Comment thread ct/openlist.sh Outdated
Comment thread ct/openlist.sh Outdated
Comment thread install/openlist-install.sh Outdated
Comment thread install/openlist-install.sh Outdated
Comment thread install/openlist-install.sh Outdated
Comment thread install/openlist-install.sh Outdated
Comment thread install/openlist-install.sh
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants