Skip to content

Commit

Permalink
Added alexa-wake-on-lan.json (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianEduardMihai committed Nov 27, 2023
1 parent c3478dd commit 654b859
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions template/apps/alexa-wake-on-lan.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 654b859

Please sign in to comment.