mirror of
https://github.com/hassio-addons/addon-pi-hole.git
synced 2025-05-03 18:31:23 +00:00
🔨 Update community forum links
This commit is contained in:
parent
9d0dc7e6de
commit
1377175271
5 changed files with 5 additions and 5 deletions
2
.github/support.yml
vendored
2
.github/support.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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" \
|
||||
|
|
|
@ -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 \&#g' "${base}/scripts/pi-hole/php/savesettings.php"
|
||||
sed -i 's#sudo pihole -a reboot#nohup bash -c \\"sudo /usr/bin/restart_addon\\" \&> /dev/null </dev/null \&#g' "${base}/scripts/pi-hole/php/savesettings.php"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue