Skip to content

Commit

Permalink
Update Notes: 2024-11-11
Browse files Browse the repository at this point in the history
New:
* Add link to github docs to navbar (#405)
* Option of archiving reports (manual and/or automatic). This should make it possible to remove the red badge but still retain certain notifications. The new parameter REPORT_TO_ARCHIVE has been created in the configuration file for automatic archiving.
* Keyword search in config file editor

Fixed:
* A new parameter (PIHOLE6_API_MAXCLIENTS) has been added to the configuration file in the Pi-hole section.nIn this context, a bug in the API request for Pi-hole 6 has also been fixed (#413)
* An attempt has been made to shorten the periods during which the scan blocks the database
* For web service notifications in which the SSL status code did not change, a Javascript error occurred which could lead to display problems

Updated:
* Docu
* Minor UI improvements and backend tweaks
* Extension of the journal function
* The Reports page has been revised
* Initial configuration file
* The Satellite API now returns a status code to the satellite in addition to a message

Changed:
* Unify variable names (WiP)
  • Loading branch information
leiweibau committed Nov 11, 2024
1 parent 165ebb5 commit 47993d0
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/pialert.conf
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ SMTP_SKIP_LOGIN = False
REPORT_WEBGUI = True
REPORT_WEBGUI_WEBMON = True
REPORT_TO_ARCHIVE = 0
# Number of hours after which a report is moved to the archive. The value 0 disables the feature

# Mail Reporting
# ----------------------
2 changes: 1 addition & 1 deletion config/version.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = ''
VERSION_YEAR = '2024'
VERSION_DATE = '2024-10-20'
VERSION_DATE = '2024-11-11'
Binary file modified tar/pialert_latest.tar
Binary file not shown.

0 comments on commit 47993d0

Please sign in to comment.