فهرست منبع

Merge branch 'master' of github.com:novaspirit/pi-hosted

Robert Middleswarth 1 سال پیش
والد
کامیت
b6c41a71ce
1فایلهای تغییر یافته به همراه24 افزوده شده و 0 حذف شده
  1. 24 0
      template/apps/alexa-wake-on-lan.json

+ 24 - 0
template/apps/alexa-wake-on-lan.json

@@ -0,0 +1,24 @@
+{
+	"categories": [
+		"HomeAutomation",
+		"Other",
+		"Tools"
+	],
+	"description": "A Fauxmo frontend that facilitates multi-device control via Alexa services by emulating wemo devices, enabling users to turn computers on/off seamlessly using voice commands.",
+	"image_arm64": "cristianeduardmihai/alexa-wol:latest",
+	"image_amd64": "cristianeduardmihai/alexa-wol:latest",
+	"logo": "https://raw.githubusercontent.com/CristianEduardMihai/alexa-wol/main/images/logo.jpg",
+	"name": "Alexa Wake On Lan",
+	"officialDoc": "https://github.com/CristianEduardMihai/alexa-wol",
+	"platform": "linux",
+	"network": "host",
+	"restart_policy": "unless-stopped",
+	"title": "Alexa Wake On Lan",
+	"type": 1,
+	"volumes": [
+		{
+      "bind": "/portainer/Files/AppData/Config/AlexaWakeOnLan/config",
+			"container": "/alexa/api/config"
+		}
+	]
+}