#266, docs, contact details
This commit is contained in:
4
.github/workflows/docker_dev.yml
vendored
4
.github/workflows/docker_dev.yml
vendored
@@ -18,7 +18,9 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# repot_template.html - Back module. Template to email reporting in HTML format
|
# 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
|
||||||
#--------------------------------------------------------------------------- -->
|
#--------------------------------------------------------------------------- -->
|
||||||
<html>
|
<html>
|
||||||
<head></head>
|
<head></head>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# repot_template.html - Back module. Template to email reporting in HTML format
|
# 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
|
||||||
#--------------------------------------------------------------------------- -->
|
#--------------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# repot_template.html - Back module. Template to email reporting in HTML format
|
# 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
|
||||||
#--------------------------------------------------------------------------- -->
|
#--------------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|||||||
@@ -81,9 +81,17 @@ decides to change the MAC).
|
|||||||
GPL 3.0
|
GPL 3.0
|
||||||
[Read more here](../LICENSE.txt)
|
[Read more here](../LICENSE.txt)
|
||||||
|
|
||||||
### Contact
|
### 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***
|
***Suggestions and comments are welcome***
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,14 @@ decides to change the MAC).
|
|||||||
[Read more here](../LICENSE.txt)
|
[Read more here](../LICENSE.txt)
|
||||||
|
|
||||||
### Contact
|
### 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***
|
***Suggestions and comments are welcome***
|
||||||
|
|
||||||
|
|||||||
@@ -77,4 +77,11 @@
|
|||||||
[Read more here](../LICENSE.txt)
|
[Read more here](../LICENSE.txt)
|
||||||
|
|
||||||
### Contact
|
### 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)
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# index.html - Redirect default page to pialert web admin portal
|
# index.html - Redirect default page to pialert web admin portal
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
|
# Puche 2021 GNU GPLv3
|
||||||
#--------------------------------------------------------------------------- -->
|
#--------------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<meta http-equiv="refresh" content="0; url=pialert"/>
|
<meta http-equiv="refresh" content="0; url=pialert"/>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# pialert_front.conf - lighttpd domain redirection
|
# pialert_front.conf - lighttpd domain redirection
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
|
# Puche 2021 GNU GPLv3
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
$HTTP["host"] == "pi.alert" {
|
$HTTP["host"] == "pi.alert" {
|
||||||
|
|||||||
Reference in New Issue
Block a user