A self-hosted uptime monitoring service built with Go (Echo v4) and Vue 3.
10K+
A self-hosted uptime monitoring service built with Go (Echo v4) and Vue 3. Monitor your websites, APIs, and services — get instant Discord notifications when something goes down or comes back up.
static/The easiest way to run ping-uptime is using Docker.
Run the ping-uptime on your Linux system without Docker.
curl -fsSL https://raw.githubusercontent.com/terarush/ping-uptime/main/install.sh | bash
Run the container using the following command, passing your .env file:
docker run -d \
--name ping-uptime \
-p 8080:8080 \
rafia9005/ping-uptime:latest
Run the container with custom volume mounts for configuration:
docker run -d \
--name ping-uptime \
-p 8081:8080 \
-e DB_NAME=/app/data/ping-uptime \
-v $(pwd)/data:/app/data \
rafia9005/ping-uptime:latest
Content type
Image
Digest
sha256:51c2b5b04…
Size
10.8 MB
Last updated
11 days ago
docker pull rafia9005/ping-uptime:v0.1.34