dev: dynacat

This commit is contained in:
MickLesk
2026-04-25 22:15:51 +02:00
parent 22e007a872
commit e8c64f4154
3 changed files with 183 additions and 0 deletions

44
json/dynacat.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "Dynacat",
"slug": "dynacat",
"categories": [
10
],
"date_created": "2026-04-25",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://dynacat.artur.zone/",
"website": "https://github.com/Panonim/dynacat",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/dynacat.webp",
"description": "Dynacat is a lightweight self-hosted dashboard focused on dynamic updates and easy integration with external services.",
"install_methods": [
{
"type": "default",
"script": "ct/dynacat.sh",
"config_path": "/opt/dynacat/config/dynacat.yml",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 6,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration file is located at /opt/dynacat/config/dynacat.yml",
"type": "info"
},
{
"text": "Dynacat listens on port 8080 by default",
"type": "info"
}
]
}