-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
13 lines (13 loc) · 2.48 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"alfredworkflow" : {
"category" : "Internet",
"readme" : "Control Pi-hole quicky\nhttps:\/\/github.com\/IOIO72\/alfred-pi-hole\n\n\n# Setup workflow\n\nBefore you use this workflow you need to set it up.\n\n\n## Mandatory variables\n\nurl\n\tSet the URL to the admin web-interface.\n\tFor example: http:\/\/192.168.1.1:8089\/admin\/\n\nhost_address\n\tSet IP address or name of the host.\n\tFor example: 192.168.1.1\n\nhost_user\n\tSet name of the host user.\n\tFor example: pi\n\n\n## Optional variables\n\nhost_password (optional)\n\tSet password of the host user,\n\tif you don't use [ssh key](https:\/\/en.wikipedia.org\/wiki\/Ssh-keygen).\n\ncontainer (optional)\n\tSet [docker](https:\/\/www.docker.com\/) container name.\n\tFor example: pihole\n\ndisable_duration (optional)\n\tSet duration for disable command\n\tuntil Pi-hole gets enabled automatically.\n\tFor example: 5m\n\n\tLeave empty for infinite duration.\n\n\n## External trigger\n\nWith Alfred 4.1 upwards you can use the external triggers of this workflow to use its actions from other workflows or Apple Scripts. (see: https:\/\/www.alfredapp.com\/help\/workflows\/triggers\/external\/)\n\n\n# MIT License\n\nCopyright 2022 Tamio Honma <tamio@honma.de>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and\/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"createdby" : "Tamio Honma",
"downloadurl" : "",
"version" : "1.2.0",
"bundleid" : "de.honma.alfred.pi-hole",
"description" : "Quickly control Pi-hole",
"name" : "Pi-hole",
"webaddress" : "https:\/\/github.com\/IOIO72\/alfred-pi-hole"
}
}