about summary refs log tree commit diff
path: root/bundles/git/metadata.py
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-04-09 11:04:46 +0900
committerRobert Günzler <r@gnzler.io>2026-04-22 14:36:52 +0900
commitf87c066685098da9a67dd410104cbba8c5fdcdbd (patch)
tree5fe9d3c916931959d267123973e3123b1740a5e1 /bundles/git/metadata.py
parentaa913b59b3e5048fec396ee4b50288f740cdfccf (diff)
deploy cgit
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/git/metadata.py')
-rw-r--r--bundles/git/metadata.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/bundles/git/metadata.py b/bundles/git/metadata.py
new file mode 100644
index 0000000..bcc825b
--- /dev/null
+++ b/bundles/git/metadata.py
@@ -0,0 +1,25 @@
+defaults = {
+    "apk": {
+        "packages": {
+            "git": {},
+            "cgit-pink": {},
+            "fcgiwrap": {},
+            "fcgiwrap-openrc": {},
+            # filter deps
+            "py3-markdown": {},
+            "py3-pygments": {},
+        },
+    },
+    "www": {
+        "cgit": {},
+    },
+    # "backup": {
+    #     "/var/lib/git": {},
+    # },
+    # "metrics": {
+    #     "git": {},
+    # },
+    # "go": {
+    #     "git": "https://git.gzr.im",
+    # },
+}