Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several new features and improvements to the project, including support for SQLite and PostgreSQL databases, enhanced alerting capabilities, and various customizations for the home page. Additionally, it includes updates to the Dockerfile and documentation.
New Features and Improvements:
Database Support:
Dockerfile
to include necessary build packages and dependencies for SQLite and PostgreSQL. [1] [2]Alerting System:
server.yaml
andmonitors.yaml
. [1] [2]Home Page Customizations:
barStyle
,barRoundness
, andsummaryStyle
.Code and Configuration Changes:
Build Process:
build.js
to include validation forserver.yaml
and added new functions for handling GitHub labels and DNS checks. [1] [2] [3] [4] [5] [6] [7] [8]Docker Configuration:
Dockerfile
to install necessary build packages and dependencies. [1] [2] [3] [4]Documentation:
These changes enhance the functionality and customization options of the project, providing better support for different database systems and a more robust alerting mechanism.