Sign inSign up

waazaafr/system-api

By waazaafr

Updated about 1 year ago

Image
0

406

waazaafr/system-api repository overview

Simple HTTP API without permission of any sort. I use it to have some live statistics of VPS through a tailnet:

  • cpu usage
  • ram usage
  • disk usage
services:
  system-api:
    container_name: system-api
    hostname: system-api
    image: waazaafr/system-api
    restart: unless-stopped
    ports:
      - <private_ip>:5000:5000

When running you can access those statistics :

http://<private_ip>:5000/cpu
http://<private_ip>:5000/ram
http://<private_ip>:5000/hdd

=======================================================================

Feel free to join me on https://discord.gg/p9xkjEw8ts⁠

If you like this, consider buing me a coffee: https://buymeacoffee.com/waazaa⁠


Affiliate links

If you need an UnRAID license follow this link: https://unraid.net/pricing?via=4c3f80⁠

Tag summary

Content type

Image

Digest

sha256:76b82cf9c

Size

91.2 MB

Last updated

about 1 year ago

docker pull waazaafr/system-api