From fc77e2b1509f1d7b0c61ce63f061b9b54cd22b58 Mon Sep 17 00:00:00 2001 From: benvin Date: Sun, 19 Jul 2026 18:35:04 +1000 Subject: [PATCH] Add tomswallapi repository --- .../unkin/repository/tomswallapi.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/git.unkin.net/unkin/repository/tomswallapi.yaml diff --git a/config/git.unkin.net/unkin/repository/tomswallapi.yaml b/config/git.unkin.net/unkin/repository/tomswallapi.yaml new file mode 100644 index 0000000..717206a --- /dev/null +++ b/config/git.unkin.net/unkin/repository/tomswallapi.yaml @@ -0,0 +1,14 @@ +description: "Fleet control plane for tomswall firewalls. Terraform-managed API that compiles fleet-wide zones, address groups, and firewall policy into per-device tomswall configs; agents pull and differentially apply." +private: false +default_branch: "main" +default_delete_branch_after_merge: true +default_merge_style: "squash" +branch_protection: + - rule_name: "main" + enable_push: false + status_check_contexts: + - "ci/woodpecker/pr/pre-commit" + - "ci/woodpecker/pr/test" + - "ci/woodpecker/pr/build" + approval_whitelist_users: + - "benvin"