From 654b85968973533bb87a2554392dbf4c68aabff5 Mon Sep 17 00:00:00 2001 From: Mihai Cristian <59600013+CristianEduardMihai@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:44:09 +0200 Subject: [PATCH] Added `alexa-wake-on-lan.json` (#477) --- template/apps/alexa-wake-on-lan.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 template/apps/alexa-wake-on-lan.json diff --git a/template/apps/alexa-wake-on-lan.json b/template/apps/alexa-wake-on-lan.json new file mode 100644 index 00000000..155a9ac7 --- /dev/null +++ b/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" + } + ] +}