about summary refs log tree commit diff
path: root/bundles/authelia/metadata.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/authelia/metadata.py')
-rw-r--r--bundles/authelia/metadata.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/bundles/authelia/metadata.py b/bundles/authelia/metadata.py
new file mode 100644
index 0000000..294e295
--- /dev/null
+++ b/bundles/authelia/metadata.py
@@ -0,0 +1,13 @@
+defaults = {
+    "backup": {
+        "includes": {
+            "/var/lib/authelia/data",
+        }
+    },
+    "containers": {
+        "authelia": {},
+    },
+    "metrics": {
+        "authelia": {},
+    },
+}