README.md in mission_control-servers-0.1.4 vs README.md in mission_control-servers-0.1.5

- old
+ new

@@ -46,10 +46,18 @@ - Free Disk Space The data will be retained for 7 days automatically. After 7 days, the data will start truncating itself so that it doesn't take up much disk space within the database. +If you would like to put the dashboard on something like a Raspberry Pi, you can use the `dark` parameter to +change the dashboard to a dark mode automatically. This will hopefully help provide a "hands off" approach to +setting up the kiosk mode. + +```html +http://localhost:3000/mission_control-servers/projects?dark=true +``` + ## Protecting the Dashboard You can protect the dashboard by using a constraint. This will allow you to only allow certain users to access the dashboard. However, the ingress still needs to be accessible by the servers which are being monitored. @@ -89,8 +97,13 @@ ![ScreenShot-2024-02-06-21-34-07](https://github.com/kobaltz/mission_control-servers/assets/635114/6f524e6e-1d4d-4587-9949-f1f3c57724c8) Detailed Dashboard updates automatically ![ScreenShot-2024-02-06-22-21-15](https://github.com/kobaltz/mission_control-servers/assets/635114/320c57ad-64bf-4582-a680-c79c91e62b60) + +Dark Mode support added in v0.1.4 (you can set this with a URL Param dark=true) + +![ScreenShot-2024-02-08-23-08-05](https://github.com/kobaltz/mission_control-servers/assets/635114/5a7b2cd5-0218-448d-86fa-c54f821a8999) + ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).