Simplified install and update scripts with binaries instead of building it from source. Added app icon. Updated app resources.

This commit is contained in:
Luís Oliveira
2025-09-06 09:56:35 +01:00
parent 91fcd53a53
commit 791db5589a
3 changed files with 15 additions and 30 deletions

View File

@@ -4,14 +4,14 @@
"categories": [
4
],
"date_created": "2025-09-05",
"date_created": "2025-09-06",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8000,
"documentation": "https://mmastrac.github.io/stylus/",
"website": "https://github.com/mmastrac/stylus",
"logo": null,
"logo": "https: //cdn.jsdelivr.net/gh/selfhst/icons/webp/stylus.webp",
"config_path": "/opt/stylus/config.yaml",
"description": "Stylus (style + status) is a lightweight status page for infrastructure and networks. Configure a set of bash scripts that test the various parts of your infrastructure, set up visualizations with minimal configuration, and Stylus will generate you a dashboard for your system.",
"install_methods": [
@@ -19,9 +19,9 @@
"type": "default",
"script": "ct/stylus.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"cpu": 1,
"ram": 1024,
"hdd": 2,
"os": "debian",
"version": "12"
}