diff options
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", + # }, +} |