|
@@ -0,0 +1,41 @@
|
|
|
+{
|
|
|
+ "categories": [
|
|
|
+ "Monitor",
|
|
|
+ "Other"
|
|
|
+ ],
|
|
|
+ "description": "A quick way to display system stats on a 128x64 I2C OLED display.",
|
|
|
+ "env": [
|
|
|
+ {
|
|
|
+ "default": "8:30",
|
|
|
+ "name": "start"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "23:00",
|
|
|
+ "name": "end"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "note": "Run this command first to enable is2 communication! sudo raspi-config nonint do_i2c 0",
|
|
|
+ "image_arm32": "macley/oled_stats:latest",
|
|
|
+ "image_arm64": "macley/oled_stats:latest",
|
|
|
+ "image_amd64": "macley/oled_stats:latest",
|
|
|
+ "logo": "https://camo.githubusercontent.com/4cf4aaa1e53612347e4d48f152d6d4eea0ce93a6ecacacaa9d44061d0994b408/68747470733a2f2f7777772e7468652d6469792d6c6966652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f30392f3138373137323831322d64653264653635632d626433302d343065372d613835322d3264343234656463323761622e6a7067",
|
|
|
+ "name": "OLED_Stats",
|
|
|
+ "officialDoc": "https://github.com/mklements/OLED_Stats_Docker",
|
|
|
+ "platform": "linux",
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "title": "System Stats OLED display",
|
|
|
+ "type": 1,
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "bind": "/etc/timezone",
|
|
|
+ "container": "/etc/timezone"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "bind": "/etc/localtime",
|
|
|
+ "container": "/etc/localtime"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "network": "host",
|
|
|
+ "privileged": true,
|
|
|
+ "webpage": "https://www.the-diy-life.com/"
|
|
|
+}
|