This commit is contained in:
CanbiZ (MickLesk)
2026-04-21 07:43:48 +02:00
parent 4b79bf778a
commit 38fbb530fa
6 changed files with 0 additions and 287 deletions

View File

@@ -1,44 +0,0 @@
{
"name": "UpSnap",
"slug": "upsnap",
"categories": [
4
],
"date_created": "2026-04-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8090,
"documentation": "https://github.com/seriousm4x/UpSnap/wiki",
"website": "https://github.com/seriousm4x/UpSnap",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/upsnap.webp",
"description": "UpSnap is a simple Wake-on-LAN web app with device dashboard, scheduled wake events via cron, network scanning with nmap, custom shutdown commands, user management, and 35 themes.",
"install_methods": [
{
"type": "default",
"script": "ct/upsnap.sh",
"config_path": "",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "The first user to register becomes the admin (visit `http://IP:8090/_/`).",
"type": "info"
},
{
"text": "Do not expose UpSnap to the internet — shutdown commands can execute shell commands. Use a VPN for remote access.",
"type": "warning"
}
]
}

View File

@@ -1,40 +0,0 @@
{
"name": "WhoDB",
"slug": "whodb",
"categories": [
8
],
"date_created": "2026-04-13",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://docs.whodb.com/",
"website": "https://whodb.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/whodb.webp",
"description": "WhoDB is a lightweight next-gen database management tool built with Go and React, supporting PostgreSQL, MySQL, SQLite, MongoDB, Redis, MariaDB, ElasticSearch, and ClickHouse with AI-powered natural language queries.",
"install_methods": [
{
"type": "default",
"script": "ct/whodb.sh",
"config_path": "",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "WhoDB connects to external databases — enter your database credentials on the login page.",
"type": "info"
}
]
}