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: 19 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T10:04:09.000Z (10 months ago)
- Last Synced: 2024-08-02T15:30:57.754Z (9 months ago)
- Topics: go, golang, html, htmx, monitoring, self-hosted, sqlite, status-page
- Language: Go
- Homepage: https://statusnook.com
- Size: 3.22 MB
- Stars: 737
- Watchers: 4
- Forks: 15
- 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


