diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-22 14:32:23 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-22 14:38:23 +0900 |
| commit | ada70ea42c39b579b8aad248068b95c956a79a1c (patch) | |
| tree | c0ec92bd447fba698fbcbf027d9ef8dbb642a509 /bundles/copyparty/metadata.py | |
| parent | 82bf37339cd01640a9c66702a4275de6180851cb (diff) | |
deploy copyparty
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/copyparty/metadata.py')
| -rw-r--r-- | bundles/copyparty/metadata.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bundles/copyparty/metadata.py b/bundles/copyparty/metadata.py new file mode 100644 index 0000000..a52c2f0 --- /dev/null +++ b/bundles/copyparty/metadata.py @@ -0,0 +1,17 @@ +defaults = { + "containers": { + "copyparty": { + "version": "1.20.12", + "edition": "iv", + }, + }, + # "backup": { + # "/var/lib/copyparty": {}, + # }, + # "metrics": { + # "copyparty": {}, + # }, + # "go": { + # "copyparty": "https://copyparty.gzr.im", + # }, +} |