Compare commits
17 Commits
a5d4b881a5
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b278be072d | |||
| 96f2fc0302 | |||
| c2a84ecd83 | |||
| 6b26a75149 | |||
| da36708a15 | |||
| bbfe0edf2f | |||
| 844fff8db6 | |||
| 7bf810210f | |||
| a4967d0bbf | |||
| 773f734d8e | |||
| 4495339979 | |||
| d59d1244f3 | |||
| 043e73424c | |||
| 5cfbf60f65 | |||
| dfbb90a7dc | |||
| d1d00e5c47 | |||
| 93175707eb |
@@ -1,4 +1,4 @@
|
|||||||
description: "Sudaporn's Research Data visualisation, normalised "
|
description: "Sudaporn's Research Data visualisation, normalised "
|
||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
description: "Sudaporn's Research Data visualisation, normalised"
|
description: "Sudaporn's Research Data visualisation, normalised"
|
||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Kubernetes operator for managing BIND9 DNS clusters, zones, views, and TSIG keys"
|
||||||
|
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_teams:
|
||||||
|
- "Owners"
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
description: "Vault PKI certificate issuance and SSH host key signing tool for Puppet-managed infrastructure"
|
description: "Vault PKI certificate issuance and SSH host key signing tool for Puppet-managed infrastructure"
|
||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
branch_protection:
|
branch_protection:
|
||||||
- rule_name: "master"
|
- rule_name: "master"
|
||||||
enable_push: false
|
enable_push: false
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
description: "Docker image to be used in Kubernetes as a developers container"
|
description: "Docker image to be used in Kubernetes as a developers container"
|
||||||
private: false
|
private: false
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Postgres-backed External Node Classifier (ENC) for Puppet, replacing Cobbler. Go API + encapi-cli."
|
||||||
|
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:
|
||||||
|
- "unkinben"
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
description: "A repository for building initrd.img in docker "
|
description: "A repository for building initrd.img in docker "
|
||||||
private: false
|
private: false
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
description: "A CLI tool written in Go that queries the PuppetDB API to look up and filter node facts."
|
description: "A CLI tool written in Go that queries the PuppetDB API to look up and filter node facts."
|
||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "main"
|
||||||
default_delete_branch_after_merge: true
|
default_delete_branch_after_merge: true
|
||||||
default_merge_style: "squash"
|
default_merge_style: "squash"
|
||||||
branch_protection:
|
branch_protection:
|
||||||
- rule_name: "master"
|
- rule_name: "main"
|
||||||
enable_push: false
|
enable_push: false
|
||||||
status_check_contexts:
|
status_check_contexts:
|
||||||
- "ci/woodpecker/pr/lint"
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
- "ci/woodpecker/pr/pre-commit"
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
- "ci/woodpecker/pr/unit-tests"
|
|
||||||
approval_whitelist_users:
|
approval_whitelist_users:
|
||||||
- "unkinben"
|
- "unkinben"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
description: "Package the internal ca-certificates"
|
description: "Package the internal ca-certificates"
|
||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
description: "Build rpms for jellyfin-web"
|
description: "Build rpms for jellyfin-web"
|
||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
archived: true
|
archived: true
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
description: "A stack of microservices that aim to offer a distributed streaming service."
|
description: "A stack of microservices that aim to offer a distributed streaming service."
|
||||||
private: false
|
private: false
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
description: "Manage Gitea resources, teams, repos, and Woodpecker CI via Terraform"
|
description: "Manage Gitea resources, teams, repos, and Woodpecker CI via Terraform"
|
||||||
private: false
|
private: false
|
||||||
default_branch: "main"
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
branch_protection:
|
branch_protection:
|
||||||
- rule_name: "main"
|
- rule_name: "main"
|
||||||
enable_push: false
|
enable_push: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
description: "Manage nomad with Terraform"
|
description: "Manage nomad with Terraform"
|
||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
branch_protection:
|
branch_protection:
|
||||||
- rule_name: "master"
|
- rule_name: "master"
|
||||||
enable_push: false
|
enable_push: false
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
description: "Terraform provider for managing ArtifactAPI"
|
description: "Terraform provider for managing ArtifactAPI"
|
||||||
private: false
|
private: false
|
||||||
default_delete_branch_after_merge: false
|
default_delete_branch_after_merge: true
|
||||||
branch_protection:
|
branch_protection:
|
||||||
- rule_name: "main"
|
- rule_name: "main"
|
||||||
enable_push: false
|
enable_push: false
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Terraform provider for encapi: manage Puppet ENC roles, statuses, and node assignments."
|
||||||
|
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/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
approval_whitelist_users:
|
||||||
|
- "unkinben"
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
description: "Terraform provider for the Vault/OpenBao LiteLLM dynamic secrets engine (litellmvaultsecret)"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
# Squash-only: the gitea provider has no "default merge style", so we restrict
|
||||||
|
# the allowed styles to squash to force it.
|
||||||
|
allow_merge_commits: false
|
||||||
|
allow_rebase: false
|
||||||
|
allow_rebase_explicit: false
|
||||||
|
allow_squash_merge: true
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
approval_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
description: "Terraform configuration for managing Prowlarr indexer automation"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
enable_push: false
|
||||||
|
merge_whitelist_users:
|
||||||
|
- "benvin"
|
||||||
|
- "unkinben"
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
- "ci/woodpecker/pr/plan"
|
||||||
|
approval_whitelist_users:
|
||||||
|
- "unkinben"
|
||||||
|
approval_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
description: "Terraform configuration for managing Radarr movie automation"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
enable_push: false
|
||||||
|
merge_whitelist_users:
|
||||||
|
- "benvin"
|
||||||
|
- "unkinben"
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
- "ci/woodpecker/pr/plan"
|
||||||
|
approval_whitelist_users:
|
||||||
|
- "unkinben"
|
||||||
|
approval_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
description: "Terraform configuration for managing Sonarr TV automation"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
enable_push: false
|
||||||
|
merge_whitelist_users:
|
||||||
|
- "benvin"
|
||||||
|
- "unkinben"
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
- "ci/woodpecker/pr/plan"
|
||||||
|
approval_whitelist_users:
|
||||||
|
- "unkinben"
|
||||||
|
approval_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
description: "Spiritual successor to shorewall — nftables firewall manager using google/nftables"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
enable_push: false
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
description: "HashiCorp Vault / OpenBao dynamic secrets engine for LiteLLM virtual keys"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
# Squash-only: the gitea provider has no "default merge style", so we restrict
|
||||||
|
# the allowed styles to squash to force it.
|
||||||
|
allow_merge_commits: false
|
||||||
|
allow_rebase: false
|
||||||
|
allow_rebase_explicit: false
|
||||||
|
allow_squash_merge: true
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
approval_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
Reference in New Issue
Block a user