瀏覽代碼

Merge branch 'master' of github.com:novaspirit/pi-hosted

Robert Middleswarth 2 年之前
父節點
當前提交
92aafcbe8c

+ 1 - 0
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| [![](../build/images/blue_doc_icon.png)](https://github.com/pducharme/UniFi-Video-Controller) |  |  |  |  |
 |[UnPoller Monitor](https://unpoller.com/)|32/64 bit|Stack| [![](../build/images/blue_doc_icon.png)](https://github.com/novaspirit/pi-hosted/blob/master/docs/UnPoller-Monitor.md) | [![](../build/images/red_doc_icon.png)](../docs/UnPoller-Monitor.md) | [![](../build/images/script_icon.png)](../tools/unpoller-install.sh) |  |  |
 |[Uptime Kuma](https://github.com/louislam/uptime-kuma)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install#-docker) |  |  |  |  |
+|[UrBackup](https://www.urbackup.org/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://www.github.com/uroni/urbackup-server-docker) |  |  |  |  |
 |[Vaultwarden](https://github.com/dani-garcia/vaultwarden)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/dani-garcia/vaultwarden/wiki) |  |  |  |  |
 |[Vikunja With Frontend](https://vikunja.io/)|32/64 bit|Stack| [![](../build/images/blue_doc_icon.png)](https://vikunja.io/docs/full-docker-example/#example-with-nginx-as-proxy) |  | [![](../build/images/script_icon.png)](../tools/install_vikunja.sh) |  |  |
 |[Vlmcsd - KMS](https://hub.docker.com/r/mikolatero/vlmcsd)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/mikolatero/docker-vlmcsd) |  |  |  |  |

+ 40 - 0
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": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.urbackup.org/\" target=\"_blank\">https://www.urbackup.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://www.github.com/uroni/urbackup-server-docker\" target=\"_blank\">https://www.github.com/uroni/urbackup-server-docker</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

+ 42 - 0
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/"
+}

+ 40 - 0
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": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.urbackup.org/\" target=\"_blank\">https://www.urbackup.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://www.github.com/uroni/urbackup-server-docker\" target=\"_blank\">https://www.github.com/uroni/urbackup-server-docker</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

+ 40 - 0
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": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.urbackup.org/\" target=\"_blank\">https://www.urbackup.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://www.github.com/uroni/urbackup-server-docker\" target=\"_blank\">https://www.github.com/uroni/urbackup-server-docker</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",