From abc0bdec657cccc94c704b93f76396b97ca38e2a Mon Sep 17 00:00:00 2001 From: don Date: Wed, 10 Aug 2022 23:40:24 -0400 Subject: [PATCH 1/2] 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/" +} From 535909f63ee2a98af3b870bc3ab8ca1baa3703d4 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Thu, 11 Aug 2022 03:44:06 +0000 Subject: [PATCH 2/2] Build App list and docs --- docs/AppList.md | 1 + pi-hosted_template/template/portainer-v2.json | 40 +++++++++++++++++++ template/portainer-v2-arm32.json | 40 +++++++++++++++++++ template/portainer-v2-arm64.json | 40 +++++++++++++++++++ 4 files changed, 121 insertions(+) diff --git a/docs/AppList.md b/docs/AppList.md index 281e4e9..808d135 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| [![](../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) | | | | | diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 1dafbf7..bf17330 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -6076,6 +6076,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-arm32.json b/template/portainer-v2-arm32.json index 1dafbf7..bf17330 100644 --- a/template/portainer-v2-arm32.json +++ b/template/portainer-v2-arm32.json @@ -6076,6 +6076,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 64eed7c..4e1a2f6 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -6629,6 +6629,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",