Commit Graph

59 Commits

Author SHA1 Message Date
jokob-sk 97870201db Update pialert.conf
Added clarification on how INCLUDED_SECTIONS behaves
2022-10-22 09:25:01 +11:00
Antoine 6eef2b094d Remove EVENT_LEVEL and add INCLUDED_SECTIONS 2022-10-21 15:50:12 +01:00
Antoine 059017e71a Add EVENT_LEVEL comments to config file 2022-10-20 09:57:06 +01:00
Antoine 1cefbe0299 Add a text option for webhooks and different repoting levels 2022-10-20 09:42:26 +01:00
jokob.sk e0c8221a9c increased ngix timeout for detailed NMAP scans in prev commit PUSHPROD 2022-10-09 12:06:35 +11:00
jokob.sk 32d5455f45 added option to specify HTTP method 2022-10-02 21:52:46 +11:00
jokob.sk ced6190b55 Discord compatible webhooks + bugfix of redirect after logon 2022-08-17 13:39:06 +10:00
jokob.sk 929ea98fce added support of multiple arp-scan interfaces & attempt at solving DB permission issues 2022-08-16 14:15:02 +10:00
jokob-sk 04c88aee06 implemented apprise notifications + readme updates 2022-08-13 19:07:04 +10:00
leiweibau 83395fd97e delete reset_password.sh
deleted because of the switch to an alternative
2022-08-12 14:32:32 +10:00
jokob-sk 886a3eef9f DB setup details for docker + small fixes 2022-08-12 12:18:52 +10:00
deadbeet c25fbe4cb8 add: ntfy and webhook support 2022-08-09 00:42:28 +10:00
jokob-sk 4b204b8a29 fixes and badges + webhook prep 2022-08-08 21:24:05 +10:00
jokob-sk 1093c5dabf terorero merge fix 2022-08-06 20:33:35 +10:00
jokob-sk 8d52ac629d Merge remote-tracking branch 'origin/terorero-merge' into pr/74 2022-08-06 19:47:26 +10:00
jokob-sk 09382a055a small fixes 2022-08-06 09:36:13 +10:00
jokob-sk 346ac5912c @leiweibau consolidation-2022-08-06 2022-08-06 09:24:46 +10:00
leiweibau 369abe38ba roll back timezone setting
Why try to fix a faulty configuration instead of correcting the error. In a future FAQ I will address the issue
2022-08-04 15:53:25 +02:00
leiweibau 1986b85580 Maintain "cleanup" Section of pialert.py
Add Config Parameters
No defaults set if they are missing. Will follow soon.
2022-08-04 15:37:45 +02:00
jokob-sk c99f1a6e0d manual merge of leiweibau and TeroRERO changes 2022-08-04 19:39:07 +10:00
leiweibau 00c61d8046 Add "Optimize" task to "cleanup section 2022-08-03 21:31:45 +02:00
leiweibau 69ca83914c Edit Config File
Remove parameters that cannot be used
2022-08-03 09:31:35 +02:00
jokob-sk 19a4538262 Merge remote-tracking branch 'origin/leiweibau-merge-2022-07-31' into pr/55 2022-07-31 10:09:27 +10:00
leiweibau e3564ac067 Update version.conf 2022-07-27 21:33:01 +02:00
Joshua 120b24620b Beta: Fix Timezone issues 2022-07-27 09:08:29 +10:00
Joshua 544f807971 Merge branch 'main' of https://github.com/leiweibau/Pi.Alert 2022-07-26 17:32:24 +10:00
leiweibau 4d59388c83 improve reset_password script 2022-07-25 16:55:37 +02:00
leiweibau 415ca8a1ff Update reset_password.sh 2022-07-25 14:37:30 +02:00
leiweibau d5582b318d More robust script
If the necessary entries do not exist in the configuration file, they will be created now.
2022-07-25 14:10:23 +02:00
jokob-sk 2a9d76bd9d Update pialert.conf 2022-07-24 10:22:08 +10:00
jokob-sk 9b4bdfa7a1 Merge branch 'leiweibau-merge-2022-07-24' into pr/37 2022-07-24 10:21:25 +10:00
leiweibau 3f304a02ff partial merge https://github.com/leiweibau/Pi.Alert/pull/9
- merged timezone configuration with pialert.conf as the settings file
- merged NTFY support
- the variable REPORT_DASHBOARD_URL was merged (duplication in Pushsafer and NTFY)
- update README
2022-07-23 21:19:30 +02:00
leiweibau 6bfa7d5816 make password protection configurable 2022-07-23 19:58:55 +02:00
jokob-sk 8898f9477b added pushsafer config section - got ignored due to the .gitignore file 2022-07-24 00:30:31 +10:00
jokob-sk 6bdd2076a6 Merge branch 'pr/35' into leiweibau-merge2 2022-07-23 20:56:33 +10:00
leiweibau f372529cdb support for Gotify from https://github.com/Haecky/Pi.Alert-TLS.On-Off
merge Commit https://github.com/Haecky/Pi.Alert-TLS.On-Off/commit/b5cd865a27541e0fcbcff9d4d72d7ae8b9ffe386

merge Commit https://github.com/Haecky/Pi.Alert-TLS.On-Off/commit/4e61e2ee45b2054375f884389f141b77853206dc
2022-07-22 21:43:27 +02:00
leiweibau fec58bf028 Basic Login
- Default password is "123456"
- there is a warning on the login page, when the default password is active
- to set ne new password, use the reset_password.sh in the config folder (./reset_password.sh newpassword)
- the password is stored as a sha256 hash
- the script creates a backup of the config file, just in case
2022-07-22 21:21:43 +02:00
Joshua 93a1cc671f Make timezone config in version.conf 2022-07-21 21:12:40 +10:00
Joshua 3631c271a6 Change new config references 2022-07-21 18:10:27 +10:00
Joshua 1065bcda00 add timezone to servertime 2022-07-21 13:12:39 +10:00
Joshua aeebbd08f2 Mobile Table view & Merge wording from leiweibau 2022-07-21 09:28:37 +10:00
leiweibau 1928d1b581 basic support for pushsafer.com
Currently, only a message with the link to the pi.alert page is sent. I am still struggling with the display of more detailed information.
2022-07-20 21:21:21 +02:00
Joshua c0366fab96 add ntfy support 2022-07-20 18:31:03 +10:00
leiweibau c1f68ae297 Maintenance
The source of a used GIF added to README.
The source of the used Fonts added to README.
Another used tool was added to the "Powered by" section.
More translation work was done and the technique used to do the manual Nmap-scans was changed to include a loading animation.
A speedtest has been added to the detailed view of the "Internet" device. This is also located under the "Nmap" tab.
2022-07-07 22:48:48 +02:00
leiweibau c8817c1e59 Maintenance
The source of a used GIF added to README.
The source of the used Fonts added to README.
Another used tool was added to the "Powered by" section.
More translation work was done and the technique used to do the manual Nmap-scans was changed to include a loading animation.
A speedtest has been added to the detailed view of the "Internet" device. This is also located under the "Nmap" tab.
2022-07-07 22:48:48 +02:00
leiweibau c9078db9f5 Maintaining 2022-06-26 17:40:05 +02:00
leiweibau eec3c46b74 Maintaining 2022-06-26 17:40:05 +02:00
pucherot 9232f31778 Pi.Alert v3.02
#114 - Fixed: UNIQUE constraint failed with Local MAC
2021-04-24 11:48:11 +02:00
pucherot c08226e1d3 Pi.Alert v3.02
#114 - Fixed: UNIQUE constraint failed with Local MAC
2021-04-24 11:48:11 +02:00
pucherot 27afadfcdc Pi.Alert 3.01
#106
2021-04-22 22:12:38 +02:00