Browse Source

resync old template

Robert Middleswarth 3 years ago
parent
commit
06cc7f86b4
1 changed files with 39 additions and 1 deletions
  1. 39 1
      pi-hosted_template/template/portainer-v2.json

+ 39 - 1
pi-hosted_template/template/portainer-v2.json

@@ -3866,13 +3866,51 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, Linux and many others.",
+			"image": "dperson/samba:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/samba.png",
+			"name": "Samba",
+			"platform": "linux",
+			"ports": [
+				"139:139/tcp",
+				"445:445/tcp"
+			],
+			"command": "-s 'portainer:/mount:rw'",
+			"restart_policy": "unless-stopped",
+			"title": "Samba",
+			"type": 1,
+			"privileged": true,
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				}
+			],
+			"volumes": [
+				{
+					"bind": "/portainer/",
+					"container": "/mount"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",
 				"Tools"
 			],
 			"description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.",
-			"image": "radhifadlillah/shiori:latest",
+			"image": "nicholaswilde/shiori:latest",
 			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/shiori-icon.png",
 			"name": "shiori",
 			"platform": "linux",