https://github.com/goksan/statusnook
Effortlessly deploy a status page and start monitoring endpoints in minutes
https://github.com/goksan/statusnook
go golang html htmx monitoring self-hosted sqlite status-page
Last synced: 2 months ago
JSON representation
Effortlessly deploy a status page and start monitoring endpoints in minutes
- Host: GitHub
- URL: https://github.com/goksan/statusnook
- Owner: goksan
- License: mit
- Created: 2024-04-24T13:02:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T14:27:53.000Z (over 1 year ago)
- Last Synced: 2025-04-05T08:35:15.268Z (about 1 year ago)
- Topics: go, golang, html, htmx, monitoring, self-hosted, sqlite, status-page
- Language: Go
- Homepage: https://statusnook.com
- Size: 3.22 MB
- Stars: 884
- Watchers: 7
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Effortlessly deploy a status page and start monitoring endpoints in minutes

## Deployment paths
### Standalone
Quickly deploy Statusnook with managed TLS.
Requires ports 80 and 443
```
curl -fsSL https://get.statusnook.com | sudo bash
```
### Reverse proxy
Deploy Statusnook behind Caddy, NGINX, etc.
```
curl -fsSL https://get.statusnook.com | sudo bash -s -- -port 8000
```
### Docker
#### CLI
```
docker run -d -p 127.0.0.1:8000:8000 -v statusnook-data:/app/statusnook-data --restart always goksan/statusnook
```
#### compose.yaml
```
services:
statusnook:
ports:
- 127.0.0.1:8000:8000
volumes:
- statusnook-data:/app/statusnook-data
restart: always
image: goksan/statusnook
volumes:
statusnook-data:
name: statusnook-data
```
```
docker compose up
```
[](https://www.vultr.com/marketplace/apps/statusnook)
[](https://railway.app/template/VkhOWC?referralCode=rj6bHN)
[](https://zeabur.com/templates/STATOK)
### Binaries
amd64 and arm64 Linux binaries can be found on the [Releases](https://github.com/goksan/Statusnook/releases) page.
## Configuration
Statusnook has the following configuration options:
* Web UI based config
* Text based config (YAML) via the settings page, or on push via GitHub
[Learn more about configuration](docs/configuration.md)
## Gallery


