Update stylus.json

This commit is contained in:
CanbiZ 2025-09-09 16:50:37 +02:00
parent 7a8d180c07
commit 4117df34a4

View File

@ -1,40 +1,40 @@
{ {
"name": "Stylus", "name": "Stylus",
"slug": "stylus", "slug": "stylus",
"categories": [ "categories": [
4 4
], ],
"date_created": "2025-09-06", "date_created": "2025-09-06",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 8000, "interface_port": 8000,
"documentation": "https://mmastrac.github.io/stylus/", "documentation": "https://mmastrac.github.io/stylus/",
"website": "https://github.com/mmastrac/stylus", "website": "https://github.com/mmastrac/stylus",
"logo": "https: //cdn.jsdelivr.net/gh/selfhst/icons/webp/stylus.webp", "logo": "https: //cdn.jsdelivr.net/gh/selfhst/icons/webp/stylus.webp",
"config_path": "/opt/stylus/config.yaml", "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.", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/stylus.sh", "script": "ct/stylus.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 1024, "ram": 1024,
"hdd": 2, "hdd": 2,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Configuration Path: `/opt/stylus/config.yaml`", "text": "Configuration Path: `/opt/stylus/config.yaml`",
"type": "info" "type": "info"
} }
] ]
} }