AndyTaylorTweet / Pi-Star_DV_Dash

Pi-Star DV Dashboard (Based on works by Hans-J. Barthen (DL5DI) and Kim Huebel (DG9VH)).
http://www.pistar.uk/downloads/
111 stars 120 forks source link

Added status file. removed blank line in ircddblocal.php #134

Open ea3ihi opened 3 years ago

ea3ihi commented 3 years ago

Added a status script (in api folder) to expose the configuration and status of the pi-star as json. The idea is to be able to monitor the status of several pi-stars from an iot server.

I have removed extra lines at the end of ircddblocal.php to prevent those lines from being sent with the script output

MW0MWZ commented 3 years ago

Its a nice idea, but exposes passwords - so I can't add it in its current state. I'll take a look at this later to make sure it strips password fields.

ea3ihi commented 3 years ago

Yes, exposing the full config was too much, I have a new version that does not expose the config but a limited subsed, will try to create a PR from the updated version