Skip to content

OpenBao - #16872

Merged
michelroegl-brunner merged 3 commits into
mainfrom
add-script-openbao-1788043042
Aug 30, 2026
Merged

OpenBao#16872
michelroegl-brunner merged 3 commits into
mainfrom
add-script-openbao-1788043042

Conversation

@push-app-to-main

Copy link
Copy Markdown
Contributor

Name of the Script

OpenBao

Script Type

CT (LXC Container)

Does this script support arm64?

arm64 supported

📋 Script Details

OpenBao

https://github.com/community-scripts/ProxmoxVED/pull/2080


Automated migration from ProxmoxVED (community-scripts/ProxmoxVED#2082).

@push-app-to-main
push-app-to-main Bot requested a review from a team as a code owner August 29, 2026 22:37
@github-actions

Copy link
Copy Markdown
Contributor

Try this branch

The engine and the scripts resolve independently, so this runs the changed
ct/ and install/ scripts against the production engine:

export COMMUNITY_SCRIPTS_URL=https://raw.githubusercontent.com/community-scripts/ProxmoxVE/add-script-openbao-1788043042
bash -c "$(curl -fsSL "$COMMUNITY_SCRIPTS_URL/ct/openbao.sh")"

Both lines are needed. Each script pins _CS_DEFAULT_URL to main, and that
pin is what fills COMMUNITY_SCRIPTS_URL when the variable is unset — so
curling the branch URL on its own gives you the ct/ script from this PR and
the install/ script from main. Frequently the one you meant to test.

The same command works on an Incus host: the engine detects the platform and
loads the matching backend, while the scripts still come from this branch.

Useful while testing

dev_mode=net logs every fetch with status and URL, which is the quickest way
to confirm the branch is really being used. dev_mode=keep stops a failed
build from deleting the container along with the evidence.

export COMMUNITY_SCRIPTS_URL=https://raw.githubusercontent.com/community-scripts/ProxmoxVE/add-script-openbao-1788043042
dev_mode=net,keep bash -c "$(curl -fsSL "$COMMUNITY_SCRIPTS_URL/ct/openbao.sh")"

@github-actions github-actions Bot added the new script A change that adds a new script label Aug 29, 2026
@michelroegl-brunner
michelroegl-brunner merged commit e6687be into main Aug 30, 2026
4 checks passed
@github-actions
github-actions Bot deleted the add-script-openbao-1788043042 branch August 31, 2026 02:06
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Sep 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

new script A change that adds a new script

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants