https://github.com/parzival-space/pagepulse
A simple webservice status page made using Spring Boot.
https://github.com/parzival-space/pagepulse
jdbc selfhosted spring-boot status-page
Last synced: 14 days ago
JSON representation
A simple webservice status page made using Spring Boot.
- Host: GitHub
- URL: https://github.com/parzival-space/pagepulse
- Owner: parzival-space
- License: gpl-3.0
- Created: 2023-03-12T23:14:11.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2024-12-11T00:59:08.000Z (over 1 year ago)
- Last Synced: 2025-03-18T02:40:29.013Z (about 1 year ago)
- Topics: jdbc, selfhosted, spring-boot, status-page
- Language: Java
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PagePulse
A simple self-hosted status page that allows you to check the availability of your website, application or service.
As long as its reachable using HTTP/HTTPS its supported.
The app also allows you to connect to databases using JDBC.
By default it will create a SQLite database.
## Features
* Easily check the status of your website, application or service
* Simple and easy to use interface
* Easy to deploy and self-host
* Social connections (Currently only Discord and GitHub)
## Getting Started
To get started with PagePulse, please refer to the [Installation](https://github.com/parzival-space/pagepulse/wiki/Installation) section of the Wiki.
You will find detailed instructions on how to use this software.
## Contributing
Do you want to improve PagePulse?
You are more than welcome to contribute to this project.
To contribute, please follow these steps:
1. [Fork the Repository](https://github.com/parzival-space/pagepulse/fork)
2. Create a branch with a descriptive name for your feature or bugfix (ex: feature/super-cool-feature)
3. If your code is not already covered by the unit tests, it would be nice if you could write some for it
4. Submit a pull request
5. Profit!
## Screenshots
Status overview.

Service details.

## License
Distributed under the GNU GPL-3.0 license. See ``LICENSE`` for more information.