อัปสเตท

A simple and easy-to-use open-source status monitoring tool.

Access Upstat

  1. เปิดเบราว์เซอร์ของคุณแล้วไปที่: http://<SERVER_IP> (HTTP)
  2. Create your admin account immediately.

ไฟล์และไดเร็กทอรีที่สำคัญ

  • Upstat installation directory: /root/upstat
  • ไฟล์สภาพแวดล้อม: /root/upstat/.env
  • ไฟล์ Docker Compose: /root/upstat/docker-compose.yml
  • Caddy configuration: /root/upstat/Caddyfile
  • ปริมาณข้อมูลของ PostgreSQL: /var/lib/docker/volumes/upstat_postgres_data/_data
  • Caddy data and config volumes: /var/lib/docker/volumes/upstat_caddy_data/_data, /var/lib/docker/volumes/upstat_caddy_config/_data

Manage the Stack

Go to the installation directory:

cd /root/upstat

Common Docker Compose commands:

# Check status
docker compose ps

# View logs (follow live)
docker compose logs -f

# Restart all services
docker compose restart

# Stop services
docker compose down

# Start again
docker compose up -d

Domain & HTTPS (Caddy)

0. HTTPS does NOT work with IP addresses.

1. Point a domain (e.g. upstat.example.com) to your server’s IP address.

2. Update Caddyfile:

upstat.example.com {
    reverse_proxy web:3000
}

3. Restart services:

docker compose -f /root/alist/docker-compose.yml restart

4. Caddy will automatically issue and renew SSL certificates.

รายละเอียดการสมัคร