소스 검색

sync old location with the latest templates

Robert Middleswarth 3 년 전
부모
커밋
8b90e16714
1개의 변경된 파일73개의 추가작업 그리고 1개의 파일을 삭제
  1. 73 1
      pi-hosted_template/template/portainer-v2.json

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

@@ -1659,7 +1659,7 @@
 			"note": "Bringing HomeKit support where there is none",
 			"platform": "linux",
 			"privileged": true,
-			"restart_policy": "always",
+			"restart_policy": "unless-stopped",
 			"title": "Homebridge",
 			"type": 1,
 			"volumes": [
@@ -1669,6 +1669,55 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"HomeAutomation"
+			],
+			"description": "Homebridge with Bluetooth allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting thousands of different smart accessories.",
+			"env": [
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				},
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1",
+					"label": "HOMEBRIDGE_CONFIG_UI",
+					"name": "HOMEBRIDGE_CONFIG_UI"
+				},
+				{
+					"default": "8581",
+					"label": "HOMEBRIDGE_CONFIG_UI_PORT",
+					"name": "HOMEBRIDGE_CONFIG_UI_PORT"
+				},
+				{
+					"default": "America/New_York",
+					"label": "TZ",
+					"name": "TZ"
+				}
+			],
+			"image": "bitkill/homebridge-bluetooth:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/homebridge.png",
+			"name": "homebridge-bluetooth",
+			"network": "host",
+			"note": "Bringing HomeKit support where there is none",
+			"platform": "linux",
+			"privileged": true,
+			"restart_policy": "unless-stopped",
+			"title": "Homebridge with Bluetooth",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/homebridge-bluetooth",
+					"container": "/homebridge"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",
@@ -2063,6 +2112,29 @@
 				}
 			]
 		},
+		{
+			"categories": [
+					"Other",
+					"Tools"
+			],
+			"description": "An alternative private front-end to Reddit",
+			"image": "spikecodes/libreddit:armv7",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/libreddit.png",
+			"name": "libreddit",
+			"platform": "linux",
+			"ports": [
+				"8088:8080/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "libreddit",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/libreddit",
+					"container": "/config"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",