Add the openbao private fork repository
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful

Create the Gitea repository for the private OpenBao fork so its integration
branch (main) can be pushed and hosted on git.unkin.net.

- Add config/git.unkin.net/unkin/repository/openbao.yaml (private, default branch
  main, delete branch after merge)
This commit is contained in:
2026-07-17 23:04:11 +10:00
parent c1a7b50ab0
commit 50673f371a
@@ -0,0 +1,4 @@
description: "Private fork of OpenBao adding per-namespace raft, cross-cluster performance replicas, virtual KV, and KV events"
private: true
default_branch: "main"
default_delete_branch_after_merge: true