feat: add Kan, Puter, Lychee, Fleet scripts (ct/install/json)

This commit is contained in:
MickLesk
2026-04-04 23:21:13 +02:00
parent 3999830b2c
commit d2f6be43e7
12 changed files with 749 additions and 0 deletions

44
json/fleet.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "Fleet",
"slug": "fleet",
"categories": [
9
],
"date_created": "2026-04-04",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://fleetdm.com/docs",
"website": "https://fleetdm.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/fleet.webp",
"config_path": "/opt/fleet/.env",
"description": "Fleet is an open-source device management platform for IT and security teams to manage and monitor servers, laptops, and other devices with osquery.",
"install_methods": [
{
"type": "default",
"script": "ct/fleet.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Create your admin account on first login via the web interface.",
"type": "info"
},
{
"text": "TLS is disabled by default. Configure TLS in /opt/fleet/.env for production use.",
"type": "warning"
}
]
}

44
json/kan.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "Kan",
"slug": "kan",
"categories": [
25
],
"date_created": "2026-04-04",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://github.com/kanbn/kan#readme",
"website": "https://kan.bn/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kan.webp",
"config_path": "/opt/kan/.env",
"description": "Kan is an open-source Kanban board and project management tool built with Next.js and PostgreSQL.",
"install_methods": [
{
"type": "default",
"script": "ct/kan.sh",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 12,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Building from source requires significant resources and may take several minutes.",
"type": "warning"
},
{
"text": "Update NEXT_PUBLIC_BASE_URL in /opt/kan/.env if accessing from a different hostname.",
"type": "info"
}
]
}

44
json/lychee.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "Lychee",
"slug": "lychee",
"categories": [
13
],
"date_created": "2026-04-04",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://lycheeorg.dev/docs",
"website": "https://lycheeorg.github.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/lychee.webp",
"config_path": "/opt/lychee/.env",
"description": "Lychee is a free, self-hosted photo management tool that allows you to upload, manage, and share photos with a beautiful web interface.",
"install_methods": [
{
"type": "default",
"script": "ct/lychee.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Create your admin account on first login via the web interface.",
"type": "info"
},
{
"text": "Photo storage uses disk space under /opt/lychee/storage. Plan disk size accordingly.",
"type": "info"
}
]
}

40
json/puter.json Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "Puter",
"slug": "puter",
"categories": [
0
],
"date_created": "2026-04-04",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 4100,
"documentation": "https://docs.puter.com/",
"website": "https://puter.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/puter.webp",
"config_path": "/etc/puter",
"description": "Puter is an open-source personal cloud and web desktop environment that runs in your browser, providing a full desktop experience with file management, app ecosystem, and cloud storage.",
"install_methods": [
{
"type": "default",
"script": "ct/puter.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration is stored in /etc/puter and data in /var/puter.",
"type": "info"
}
]
}