about summary refs log tree commit diff
path: root/bundles/calibre/metadata.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/calibre/metadata.py')
-rw-r--r--bundles/calibre/metadata.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/bundles/calibre/metadata.py b/bundles/calibre/metadata.py
new file mode 100644
index 0000000..552e281
--- /dev/null
+++ b/bundles/calibre/metadata.py
@@ -0,0 +1,16 @@
+defaults = {
+    "containers": {
+        "calibre": {
+            "version": "4.0.6",
+        },
+    },
+    # "backup": {
+    #     "/var/lib/calibre": {},
+    # },
+    # "metrics": {
+    #     "calibre": {},
+    # },
+    # "go": {
+    #     "calibre": "https://calibre.gzr.im",
+    # },
+}