addon-adguard-home/adguard/rootfs/etc/cont-init.d/20-binary.sh
Franck Nijhof a57a270e85
Initial add-on code (#1)
* 🎉 Initial add-on code

* 🔒 Adds support for the authentication API

* 🚑 Removes duplicate daemon statement from NGinx configuration

* 🚑 🔒 Fixes authentication bypass vulnerability

* 🔥 Removes BountySource links

* 🔥 Removes Anchore.io links

* 🎆 Updates maintenance year to 2019

* ⬆️ Upgrades nginx to 1.14.2-r0

* ⬆️ Upgrades nginx-mod-http-lua to 1.14.2-r0

* ⬆️ Upgrades AdGuard Home to 0.92

* 🎆 Updates maintenance year to 2019

* 🚜 🚀 Refactor of GitLab CI

* ⬆️ Upgrades AdGuard Home to v0.92-hotfix1

* Current status
2019-01-09 00:06:57 +01:00

9 lines
405 B
Bash

#!/usr/bin/with-contenv bash
# ==============================================================================
# Community Hass.io Add-ons: AdGuard Home
# Place executable into the data folder on startup.
# ==============================================================================
# shellcheck disable=SC1091
source /usr/lib/hassio-addons/base.sh
cp -f /opt/AdGuardHome/AdGuardHome /data/AdGuardHome