From abc0bdec657cccc94c704b93f76396b97ca38e2a Mon Sep 17 00:00:00 2001 From: don Date: Wed, 10 Aug 2022 23:40:24 -0400 Subject: [PATCH] Create urbackup.json --- template/apps/urbackup.json | 42 +++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 template/apps/urbackup.json diff --git a/template/apps/urbackup.json b/template/apps/urbackup.json new file mode 100644 index 0000000..e4c2aeb --- /dev/null +++ b/template/apps/urbackup.json @@ -0,0 +1,42 @@ +{ + "categories": [ + "Backup" + ], + "description": "UrBackup is an easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "1000", + "label": "PGID", + "name": "PGID" + } + ], + "image32": "uroni/urbackup-server:latest", + "image64": "uroni/urbackup-server:latest", + "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/urbackup.png", + "name": "UrBackup", + "officialDoc": "https://www.github.com/uroni/urbackup-server-docker", + "platform": "linux", + "ports": [ + "55415:55415/tcp", + "55414:55414/tcp" + ], + "restart_policy": "unless-stopped", + "title": "UrBackup", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/urbackup", + "container": "/var/urbackup" + }, + { + "bind": "/portainer/backups", + "container": "/backup" + } + ], + "webpage": "https://www.urbackup.org/" +}