diff --git a/.github/workflows/docker_dev.yml b/.github/workflows/docker_dev.yml index 09a9786c..9f4900d5 100755 --- a/.github/workflows/docker_dev.yml +++ b/.github/workflows/docker_dev.yml @@ -18,7 +18,9 @@ jobs: permissions: contents: read packages: write - if: contains(github.event.head_commit.message, 'PUSHPROD') != 'True' + if: > + contains(github.event.head_commit.message, 'PUSHPROD') != 'True' && + github.repository == 'jokob-sk/Pi.Alert' steps: - name: Checkout uses: actions/checkout@v3 diff --git a/back/report_sample.html b/back/report_sample.html index 66c7da31..07101f90 100755 --- a/back/report_sample.html +++ b/back/report_sample.html @@ -4,7 +4,7 @@ # # repot_template.html - Back module. Template to email reporting in HTML format #------------------------------------------------------------------------------- - # Puche 2021 pi.alert.application@gmail.com GNU GPLv3 + # Puche 2021 GNU GPLv3 #--------------------------------------------------------------------------- -->
diff --git a/back/report_template.html b/back/report_template.html index 08d8aad3..b930d930 100755 --- a/back/report_template.html +++ b/back/report_template.html @@ -4,7 +4,7 @@ # # repot_template.html - Back module. Template to email reporting in HTML format #------------------------------------------------------------------------------- -# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 +# Puche 2021 GNU GPLv3 #--------------------------------------------------------------------------- --> diff --git a/back/report_template_new_version.html b/back/report_template_new_version.html index a2267ef8..76241bd5 100755 --- a/back/report_template_new_version.html +++ b/back/report_template_new_version.html @@ -4,7 +4,7 @@ # # repot_template.html - Back module. Template to email reporting in HTML format #------------------------------------------------------------------------------- -# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 +# Puche 2021 GNU GPLv3 #--------------------------------------------------------------------------- --> diff --git a/docs/DEVICE_MANAGEMENT.md b/docs/DEVICE_MANAGEMENT.md index e58969c6..b6f472b1 100755 --- a/docs/DEVICE_MANAGEMENT.md +++ b/docs/DEVICE_MANAGEMENT.md @@ -81,9 +81,17 @@ decides to change the MAC). GPL 3.0 [Read more here](../LICENSE.txt) -### Contact - pi.alert.application@gmail.com +### Contact + + Always use the Issue tracker for the correct fork, for example: + [jokob-sk/Pi.Alert](https://github.com/jokob-sk/Pi.Alert/issues). Please also follow the guidelines on: + + - ➕ [Pull Request guidelines](https://github.com/jokob-sk/Pi.Alert/tree/main/docs#-pull-requests-prs) + - 🙏 [Feature request guidelines](https://github.com/jokob-sk/Pi.Alert/tree/main/docs#-feature-requests) + - 🐛 [Issue guidelines](https://github.com/jokob-sk/Pi.Alert/tree/main/docs#-submitting-an-issue-or-bug) + + ***Suggestions and comments are welcome*** diff --git a/docs/RANDOM_MAC.md b/docs/RANDOM_MAC.md index 32c036bf..c632569d 100755 --- a/docs/RANDOM_MAC.md +++ b/docs/RANDOM_MAC.md @@ -33,7 +33,14 @@ decides to change the MAC). [Read more here](../LICENSE.txt) ### Contact - pi.alert.application@gmail.com + Always use the Issue tracker for the correct fork, for example: + + [jokob-sk/Pi.Alert](https://github.com/jokob-sk/Pi.Alert/issues). Please also follow the guidelines on: + + - ➕ [Pull Request guidelines](https://github.com/jokob-sk/Pi.Alert/tree/main/docs#-pull-requests-prs) + - 🙏 [Feature request guidelines](https://github.com/jokob-sk/Pi.Alert/tree/main/docs#-feature-requests) + - 🐛 [Issue guidelines](https://github.com/jokob-sk/Pi.Alert/tree/main/docs#-submitting-an-issue-or-bug) + ***Suggestions and comments are welcome*** diff --git a/docs/VERSIONS_HISTORY.md b/docs/VERSIONS_HISTORY.md index b0bd8d36..a471625d 100755 --- a/docs/VERSIONS_HISTORY.md +++ b/docs/VERSIONS_HISTORY.md @@ -77,4 +77,11 @@ [Read more here](../LICENSE.txt) ### Contact - pi.alert.application@gmail.com + Always use the Issue tracker for the correct fork, for example: + + [jokob-sk/Pi.Alert](https://github.com/jokob-sk/Pi.Alert/issues). Please also follow the guidelines on: + + - ➕ [Pull Request guidelines](https://github.com/jokob-sk/Pi.Alert/tree/main/docs#-pull-requests-prs) + - 🙏 [Feature request guidelines](https://github.com/jokob-sk/Pi.Alert/tree/main/docs#-feature-requests) + - 🐛 [Issue guidelines](https://github.com/jokob-sk/Pi.Alert/tree/main/docs#-submitting-an-issue-or-bug) + diff --git a/install/index.html b/install/index.html index 0443ceff..f90faaec 100755 --- a/install/index.html +++ b/install/index.html @@ -4,7 +4,7 @@ # # index.html - Redirect default page to pialert web admin portal #------------------------------------------------------------------------------- -# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 +# Puche 2021 GNU GPLv3 #--------------------------------------------------------------------------- --> diff --git a/install/pialert_front.conf b/install/pialert_front.conf index 5a52ab9b..ff8dbd9d 100755 --- a/install/pialert_front.conf +++ b/install/pialert_front.conf @@ -4,7 +4,7 @@ # # pialert_front.conf - lighttpd domain redirection # ------------------------------------------------------------------------------ -# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 +# Puche 2021 GNU GPLv3 # ------------------------------------------------------------------------------ $HTTP["host"] == "pi.alert" {