瀏覽代碼

foldingAtHome (#432)

bossman7309 2 年之前
父節點
當前提交
0abd0b832e
共有 2 個文件被更改,包括 41 次插入0 次删除
  1. 二進制
      images/folding-at-home-logo.png
  2. 41 0
      template/apps/foldingathome.json

二進制
images/folding-at-home-logo.png


+ 41 - 0
template/apps/foldingathome.json

@@ -0,0 +1,41 @@
+{
+	"categories": [
+		"tools"
+	],
+	"description": "Crunch numbers for scientists. just click deploy the stack, IMPORTANT!!! make sure you use firefox to open the site.",
+	"env": [
+		{
+			"default": "1000",
+			"label": "PUID",
+			"name": "PUID"
+		},
+		{
+			"default": "1000",
+			"label": "PGID",
+			"name": "PGID"
+		}
+	],
+	"image_arm64": "lscr.io/linuxserver/foldingathome:latest",
+	"image_amd64": "lscr.io/linuxserver/foldingathome:latest",
+	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/folding-at-home-logo.png",
+	"name": "FoldingAtHome",
+	"platform": "linux",
+	"ports": [
+		"7396:7396/tcp",
+		"36330:36300/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "FoldingAtHome",
+	"type": 1,
+	"volumes": [
+	{
+		"bind": "/portainer/Files/AppData/Config/FoldingAthome/config",
+		"container": "/config"
+	},
+	{
+		"bind": "/portainer/Files/AppData/Config/FoldingAtHome/data",
+		"container": "/data"
+	}
+	],
+	"webpage": "https://foldingathome.org/?lng=en"
+}