pacholoamit / pachtop-server

Update server for Pachtop desktop application

Home Page:https://github.com/pacholoamit/pachtop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Pachtop Update Server

The only system monitor application you'll ever need.
Download for macOS · Windows · Linux

Pachtop is a cross-platform desktop application built with Rust that allows you to monitor your system resources in real time.

This is the update server for Pachtop. This server is responsible for serving updates in the Pachtop Desktop application.

Usage:

For the best experience use docker-compose to set up the update server.

  1. 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
  1. Run docker-compose up -d to start the update server.

  2. 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

About

Update server for Pachtop desktop application

https://github.com/pacholoamit/pachtop


Languages

Language:Rust 90.9%Language:Dockerfile 9.1%