From 1377175271bb113245ecf1071fb052dc22f743ab Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 1 Mar 2020 13:54:24 +0100 Subject: [PATCH] :hammer: Update community forum links --- .github/support.yml | 2 +- README.md | 2 +- pi-hole/.README.j2 | 2 +- pi-hole/Dockerfile | 2 +- pi-hole/rootfs/etc/cont-init.d/patches.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/support.yml b/.github/support.yml index a03f641..9f0cb87 100644 --- a/.github/support.yml +++ b/.github/support.yml @@ -12,7 +12,7 @@ supportComment: > support channels to get help with the project. Head over to the - [Home Assistant community forum](https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck) + [Home Assistant community forum](https://community.home-assistant.io/t/home-assistant-community-add-on-pi-hole/33817?u=frenck) or join our [Discord](https://discord.me/hassioaddons) chat. # Close issues marked as support requests diff --git a/README.md b/README.md index 3371681..b4aefaa 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ SOFTWARE. [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-pi-hole/33817?u=frenck [frenck]: https://github.com/frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck diff --git a/pi-hole/.README.j2 b/pi-hole/.README.j2 index 8594fff..bc9f6de 100644 --- a/pi-hole/.README.j2 +++ b/pi-hole/.README.j2 @@ -65,7 +65,7 @@ If you are more interested in stable releases of our add-ons: [discord]: https://discord.me/hassioaddons [docs]: {{ repo }}/blob/{{ version }}/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-pi-hole/33817?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg diff --git a/pi-hole/Dockerfile b/pi-hole/Dockerfile index 492d838..ea6edeb 100644 --- a/pi-hole/Dockerfile +++ b/pi-hole/Dockerfile @@ -117,7 +117,7 @@ LABEL \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="Pi-hole" \ org.label-schema.schema-version="1.0" \ - org.label-schema.url="https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck" \ + org.label-schema.url="https://community.home-assistant.io/t/home-assistant-community-add-on-pi-hole/33817?u=frenck" \ org.label-schema.usage="https://github.com/hassio-addons/addon-pi-hole/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-pi-hole" \ diff --git a/pi-hole/rootfs/etc/cont-init.d/patches.sh b/pi-hole/rootfs/etc/cont-init.d/patches.sh index 1bf3519..1765b72 100644 --- a/pi-hole/rootfs/etc/cont-init.d/patches.sh +++ b/pi-hole/rootfs/etc/cont-init.d/patches.sh @@ -26,7 +26,7 @@ sed -i 's/Updates/Forums/g' "${base}/scripts/pi-hole/php/header.php" sed -i 's/Yes, poweroff/Yes, stop/g' "${base}/scripts/pi-hole/js/settings.js" sed -i 's/Yes, reboot/Yes, restart/g' "${base}/scripts/pi-hole/js/settings.js" sed -i 's#/etc/hostname#/data/hostname#g' "${base}/settings.php" -sed -i 's#https://github.com/pi-hole/pi-hole/releases#https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck#g' "${base}/scripts/pi-hole/php/header.php" +sed -i 's#https://github.com/pi-hole/pi-hole/releases#https://community.home-assistant.io/t/home-assistant-community-add-on-pi-hole/33817?u=frenck#g' "${base}/scripts/pi-hole/php/header.php" sed -i 's#https://github.com/pi-hole#https://github.com/hassio-addons/addon-pi-hole#g' "${base}/scripts/pi-hole/php/header.php" sed -i 's#sudo pihole -a poweroff#nohup bash -c \\"sudo /usr/bin/stop_addon\\" \&> /dev/null /dev/null