Browse Source

Merge pull request #63 from novaspirit/beta

Beta
don 3 years ago
parent
commit
53616442f8

BIN
pi-hosted_template/images/Nextcloud-Pi.png


+ 40 - 0
pi-hosted_template/template/portainer-v2.json

@@ -1179,6 +1179,46 @@
 			"title": "Nextcloud",
 			"title": "Nextcloud",
 			"type": 3
 			"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": [
 			"categories": [
 				"Web",
 				"Web",