Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 787 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 787 Bytes

server-status

A very simple server status web frontend. Inspired by various others found on the internet, but were complicated.

files

  • api.php - json data with all server data
  • index.php - web frontend
  • script/config.php - config and server info
  • script/model.php - php work for the frontend
  • statusupdate.txt - client update script
  • statusupdate.php - print the client update script (easier to wget)

set-up