From 50673f371aa089b09ca534a6e817599985f1b657 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 17 Jul 2026 23:04:11 +1000 Subject: [PATCH] Add the openbao private fork repository 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) --- config/git.unkin.net/unkin/repository/openbao.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/git.unkin.net/unkin/repository/openbao.yaml diff --git a/config/git.unkin.net/unkin/repository/openbao.yaml b/config/git.unkin.net/unkin/repository/openbao.yaml new file mode 100644 index 0000000..8b1272c --- /dev/null +++ b/config/git.unkin.net/unkin/repository/openbao.yaml @@ -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