about summary refs log tree commit diff
path: root/bundles/gonic/metadata.py
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-04-09 11:05:20 +0900
committerRobert Günzler <r@gnzler.io>2026-04-22 14:36:52 +0900
commitdd91fd46a22b7666a4155874de1998c896a619d3 (patch)
tree3a79f6016b25b779b525027116270d868bd025e3 /bundles/gonic/metadata.py
parentf87c066685098da9a67dd410104cbba8c5fdcdbd (diff)
deploy gonic
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/gonic/metadata.py')
-rw-r--r--bundles/gonic/metadata.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/bundles/gonic/metadata.py b/bundles/gonic/metadata.py
new file mode 100644
index 0000000..67b033d
--- /dev/null
+++ b/bundles/gonic/metadata.py
@@ -0,0 +1,16 @@
+defaults = {
+    "containers": {
+        "gonic": {
+            "version": "latest",
+        },
+    },
+    # "backup": {
+    #     "/var/lib/gonic": {},
+    # },
+    # "metrics": {
+    #     "gonic": {},
+    # },
+    # "go": {
+    #     "gonic": "https://gonic.gzr.im",
+    # },
+}