The only system monitor application you'll ever need.
Download for
macOS
·
Windows
·
Linux
This is the update server for Pachtop. This server is responsible for serving updates in the Pachtop Desktop application.
For the best experience use docker-compose
to set up the update server.
- Create a
docker-compose.yml
file with the following contents:
version: "3.3"
services:
pachtop-update-server:
image: ghcr.io/pacholoamit/pachtop-update-server:latest
container_name: pachtop-update-server
restart: always
ports:
- 8000:8000
-
Run
docker-compose up -d
to start the update server. -
If you visit
http://localhost:8000/releases/pachtop/darwin-x86_64/3.0.3
, you should receive a JSON response that allows Pachtop to be updated