feat: add kutt

This commit is contained in:
Tom Frenzel
2025-12-14 16:02:37 +01:00
parent abaa4a4e17
commit 01d2df1834
3 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
{
"name": "Kutt",
"slug": "kutt",
"categories": [
21
],
"date_created": "2025-12-14",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://github.com/thedevs-network/kutt/",
"config_path": "/etc/kutt-data/.env",
"website": "https://kutt.it",
"logo": "https://kutt.it/images/favicon-196x196.png",
"description": "Kutt is a modern URL shortener with support for custom domains. Create and edit links, view statistics, manage users, and more.",
"install_methods": [
{
"type": "default",
"script": "ct/kutt.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 2,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "A valid TLS certificate is **REQUIRED**",
"type": "warning"
}
]
}