⬆️ Updating add-on AdGuard Home to 4f78b5b

This commit is contained in:
Community Hass.io Add-ons Bot 2019-01-10 20:54:01 +00:00
parent 2c71891270
commit 1429256cde
4 changed files with 17 additions and 11 deletions

View file

@ -572,10 +572,10 @@ 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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/2746ec0 [addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/4f78b5b
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/2746ec0/README.md [addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/4f78b5b/README.md
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
[adguard-version-shield]: https://img.shields.io/badge/version-2746ec0-blue.svg [adguard-version-shield]: https://img.shields.io/badge/version-4f78b5b-blue.svg
[adguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adguard.svg [adguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adguard.svg
[adguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [adguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,3 +1,3 @@
2019/01/10 20:18 UTC - [2746ec0](https://github.com/hassio-addons/addon-adguard-home/commit/2746ec0b356834053e31c560f5533d0b88368d30) by [@frenck](https://github.com/frenck) 2019/01/10 20:48 UTC - [4f78b5b](https://github.com/hassio-addons/addon-adguard-home/commit/4f78b5b780b64e028071bcd75d6e43a5c561c1c9) by [@frenck](https://github.com/frenck)
> :tractor: Improves configuration handling > :books: Updated README's

View file

@ -12,7 +12,13 @@ Network-wide ads & trackers blocking DNS server.
## About ## About
Lorem ipsum. AdGuard Home is a network-wide ad-and-tracker blocking DNS server with
parental control (adult content blocking) capabilities. Its purpose is to let
you control your entire network and all your devices, and it does not require
using a client-side program.
AdGuard Home provides a beautiful, easy and feature richt web interface to
easily manage the filtering process and its settings.
[Click here for the full documentation][docs] [Click here for the full documentation][docs]
@ -39,12 +45,12 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/2746ec0/README.md [docs]: https://github.com/hassio-addons/addon-adguard-home/blob/4f78b5b/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=frenck [forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-2746ec0-blue.svg [release-shield]: https://img.shields.io/badge/version-4f78b5b-blue.svg
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/2746ec0 [release]: https://github.com/hassio-addons/addon-adguard-home/tree/4f78b5b

View file

@ -1,6 +1,6 @@
{ {
"name": "AdGuard Home", "name": "AdGuard Home",
"version": "2746ec0", "version": "4f78b5b",
"slug": "adguard", "slug": "adguard",
"description": "Network-wide ads & trackers blocking DNS server.", "description": "Network-wide ads & trackers blocking DNS server.",
"url": "https://github.com/hassio-addons/addon-adguard-home", "url": "https://github.com/hassio-addons/addon-adguard-home",
@ -25,7 +25,7 @@
"log_level": "info", "log_level": "info",
"dns_port": 53, "dns_port": 53,
"admin_port": 3210, "admin_port": 3210,
"ssl": true, "ssl": false,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem" "keyfile": "privkey.pem"
}, },