mirror of
https://github.com/hassio-addons/addon-adguard-home.git
synced 2025-05-07 12:41:31 +00:00
* 🎉 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
9 lines
405 B
Bash
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
|