diff --git a/frontend/public/json/stylus.json b/frontend/public/json/stylus.json index 9ef41244..6a0261ab 100644 --- a/frontend/public/json/stylus.json +++ b/frontend/public/json/stylus.json @@ -1,40 +1,40 @@ { - "name": "Stylus", - "slug": "stylus", - "categories": [ - 4 - ], - "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": "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": [ - { - "type": "default", - "script": "ct/stylus.sh", - "resources": { - "cpu": 1, - "ram": 1024, - "hdd": 2, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Configuration Path: `/opt/stylus/config.yaml`", - "type": "info" - } - ] + "name": "Stylus", + "slug": "stylus", + "categories": [ + 4 + ], + "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": "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": [ + { + "type": "default", + "script": "ct/stylus.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Configuration Path: `/opt/stylus/config.yaml`", + "type": "info" + } + ] }