diff --git a/docs/AppList.md b/docs/AppList.md
index 5c628c0..6c1b8d8 100644
--- a/docs/AppList.md
+++ b/docs/AppList.md
@@ -157,6 +157,7 @@ List of all apps included in this project with info related to it.
|[UniFi Video](https://github.com/pducharme/UniFi-Video-Controller)|32/64 bit|Container| [](https://github.com/pducharme/UniFi-Video-Controller) | | | | |
|[UnPoller Monitor](https://unpoller.com/)|32/64 bit|Stack| [](https://github.com/novaspirit/pi-hosted/blob/master/docs/UnPoller-Monitor.md) | [](../docs/UnPoller-Monitor.md) | [](../tools/unpoller-install.sh) | | |
|[Uptime Kuma](https://github.com/louislam/uptime-kuma)|32/64 bit|Container| [](https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install#-docker) | | | | |
+|[UrBackup](https://www.urbackup.org/)|32/64 bit|Container| [](https://www.github.com/uroni/urbackup-server-docker) | | | | |
|[Vaultwarden](https://github.com/dani-garcia/vaultwarden)|32/64 bit|Container| [](https://github.com/dani-garcia/vaultwarden/wiki) | | | | |
|[Vikunja With Frontend](https://vikunja.io/)|32/64 bit|Stack| [](https://vikunja.io/docs/full-docker-example/#example-with-nginx-as-proxy) | | [](../tools/install_vikunja.sh) | | |
|[Vlmcsd - KMS](https://hub.docker.com/r/mikolatero/vlmcsd)|32/64 bit|Container| [](https://github.com/mikolatero/docker-vlmcsd) | | | | |
diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json
index b685d08..3ff4020 100644
--- a/pi-hosted_template/template/portainer-v2.json
+++ b/pi-hosted_template/template/portainer-v2.json
@@ -6092,6 +6092,46 @@
}
]
},
+ {
+ "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": "uroni/urbackup-server:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/urbackup.png",
+ "name": "UrBackup",
+ "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"
+ }
+ ],
+ "note": "
Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.urbackup.org/
Official Docker Documentation: https://www.github.com/uroni/urbackup-server-docker
"
+ },
{
"categories": [
"Other",
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/"
+}
diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json
index b685d08..3ff4020 100644
--- a/template/portainer-v2-arm32.json
+++ b/template/portainer-v2-arm32.json
@@ -6092,6 +6092,46 @@
}
]
},
+ {
+ "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": "uroni/urbackup-server:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/urbackup.png",
+ "name": "UrBackup",
+ "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"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.urbackup.org/
Official Docker Documentation: https://www.github.com/uroni/urbackup-server-docker
"
+ },
{
"categories": [
"Other",
diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json
index 4c0997d..180eeb3 100644
--- a/template/portainer-v2-arm64.json
+++ b/template/portainer-v2-arm64.json
@@ -6645,6 +6645,46 @@
}
]
},
+ {
+ "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": "uroni/urbackup-server:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/urbackup.png",
+ "name": "UrBackup",
+ "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"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.urbackup.org/
Official Docker Documentation: https://www.github.com/uroni/urbackup-server-docker
"
+ },
{
"categories": [
"Other",