浏览代码

Merge pull request #85 from AndreasRoither/master

Add gotify to templates
don 3 年之前
父节点
当前提交
ae0ec39cda
共有 2 个文件被更改,包括 42 次插入1 次删除
  1. 二进制
      pi-hosted_template/images/gotify.png
  2. 42 1
      pi-hosted_template/template/portainer-v2.json

二进制
pi-hosted_template/images/gotify.png


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

@@ -4513,6 +4513,47 @@
 					"container": "/homebridge"
 				}
 			]
-		}
+    },
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "A simple server for sending and receiving messages",
+			"image": "gotify/server-arm7:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/gotify.png",
+			"name": "gotify",
+			"note": "ARM7 Image. Documentation is Available \u003ca href='https://gotify.net/docs/index'\u003ehere\u003c/a\u003e.",
+			"platform": "linux",
+			"ports": [
+				"9008:80/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Gotify",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/gotify",
+					"container": "/app/data"
+				}
+			],
+			"env": [
+				{
+					"default": "Europe/Berlin",
+					"label": "TZ",
+					"name": "TZ"
+				},
+				{
+					"default": "admin",
+					"label": "GOTIFY_DEFAULTUSER_NAME",
+					"name": "GOTIFY_DEFAULTUSER_NAME"
+				},
+				{
+					"default": "admin123",
+					"label": "GOTIFY_DEFAULTUSER_PASS",
+					"name": "GOTIFY_DEFAULTUSER_PASS"
+				}
+			]
+    }
 	]
 }