pi-hosted/template/apps/urbackup.json
Rafael Blumberg 9431ee2b09
Create Amd64 Portainer template. Includes Counts, Preinstall changes as well(#59)
Co-authored-by: Robert Middleswarth <72569+rmiddle@users.noreply.github.com>
2022-08-21 16:09:22 -04:00

43 lines
1.1 KiB
JSON

{
"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"
}
],
"image_arm32": "uroni/urbackup-server:latest",
"image_arm64": "uroni/urbackup-server:latest",
"image_amd64": "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/"
}