44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"categories": [
|
|
"Monitor",
|
|
"Other"
|
|
],
|
|
"description": "A quick way to display system stats on a 128x64 I2C OLED display.",
|
|
"env": [
|
|
{
|
|
"default": "8",
|
|
"label": "start displaying screen",
|
|
"name": "start"
|
|
},
|
|
{
|
|
"default": "23",
|
|
"label": "end displaying screen",
|
|
"name": "end"
|
|
}
|
|
],
|
|
"note": "Run this command first to enable is2 communication! \nsudo raspi-config nonint do_i2c 0\nsudo /DietPi/dietpi/func/dietpi-set_hardware i2c enable || sudo /boot/dietpi/func/dietpi-set_hardware i2c enable\n",
|
|
"image_arm32": "mklements/oled_stats:latest",
|
|
"image_arm64": "mklements/oled_stats:latest",
|
|
"image_amd64": "mklements/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/"
|
|
}
|