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 @@

Detailed Dashboard updates automatically

+
+Dark Mode support added in v0.1.4 (you can set this with a URL Param dark=true)
+
+
+
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).