ソースを参照

Merge pull request #68 from AndreasRoither/master

Add Mealie to templates
don 3 年 前
コミット
a35709c325

BIN
pi-hosted_template/images/mealie.png


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

@@ -4354,6 +4354,87 @@
 					"container": "/app/data"
 				}
 			]
+		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "A self-hosted recipe manager and meal planner",
+			"image": "hkotel/mealie:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/mealie.png",
+			"name": "mealie",
+			"note": "Default Credentials: Username: changeme@email.com Password: MyPassword. Documentation is Available \u003ca href='https://hay-kot.github.io/mealie/documentation/getting-started/install/'\u003ehere\u003c/a\u003e.",
+			"platform": "linux",
+			"ports": [
+				"9925:80/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Mealie",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/mealie",
+					"container": "/app/data"
+				}
+			],
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				},
+				{
+					"default": "Europe/Berlin",
+					"label": "TZ",
+					"name": "TZ"
+				},
+				{
+					"default": "2",
+					"label": "WEB_CONCURRENCY",
+					"name": "WEB_CONCURRENCY"
+				},
+				{
+					"default": "8",
+					"label": "MAX_WORKERS",
+					"name": "MAX_WORKERS"
+				},
+				{
+					"default": true,
+					"label": "RECIPE_PUBLIC",
+					"name": "RECIPE_PUBLIC"
+				},
+				{
+					"default": true,
+					"label": "RECIPE_SHOW_NUTRITION",
+					"name": "RECIPE_SHOW_NUTRITION"
+				},
+				{
+					"default": true,
+					"label": "RECIPE_SHOW_ASSETS",
+					"name": "RECIPE_SHOW_ASSETS"
+				},
+				{
+					"default": true,
+					"label": "RECIPE_LANDSCAPE_VIEW",
+					"name": "RECIPE_LANDSCAPE_VIEW"
+				},
+				{
+					"default": false,
+					"label": "RECIPE_DISABLE_COMMENTS",
+					"name": "RECIPE_DISABLE_COMMENTS"
+				},
+				{
+					"default": false,
+					"label": "RECIPE_DISABLE_AMOUNT",
+					"name": "RECIPE_DISABLE_AMOUNT"
+				}
+			]
 		}
 	]
 }