From ee371d7af91d030231caee3101940db7fead3eae Mon Sep 17 00:00:00 2001 From: novaspirit Date: Tue, 12 Oct 2021 16:11:17 -0400 Subject: [PATCH] added nextcloudpi for testing --- pi-hosted_template/template/portainer-v2.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 84b9421..4397e3d 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -1179,6 +1179,46 @@ "title": "Nextcloud", "type": 3 }, + { + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" + ], + "description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/main/pi-hosted_template/images/nextcloud-icon.png", + "name": "nextcloudpi", + "note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.", + "platform": "linux", + "image": "ownyourbits/nextcloudpi", + "title": "NextcloudPi", + "type": 1, + "ports":[ + "4443:4443/tcp", + "8443:443/tcp", + "8480:8480/tcp" + ], + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/ncdata", + "container": "/data" + } + ] + }, { "categories": [ "Web",