Merge branch 'community-scripts:main' into main

This commit is contained in:
nnsense
2026-05-08 15:12:04 +02:00
committed by GitHub
26 changed files with 1398 additions and 367 deletions

View File

@@ -41,4 +41,4 @@
"type": "warning"
}
]
}
}

View File

@@ -19,9 +19,9 @@
"script": "ct/hoodik.sh",
"config_path": "/opt/hoodik/.env",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 20,
"cpu": 1,
"ram": 1024,
"hdd": 5,
"os": "Debian",
"version": "13"
}
@@ -36,21 +36,9 @@
"text": "First visit will prompt you to create an admin account",
"type": "info"
},
{
"text": "Installation builds Rust backend and Vue frontend from source - takes 15-20 minutes",
"type": "warning"
},
{
"text": "Requires 4GB RAM and 20GB disk for build process",
"type": "warning"
},
{
"text": "Data is stored in /opt/hoodik_data",
"type": "info"
},
{
"text": "SSL is disabled by default - use a reverse proxy for HTTPS",
"type": "warning"
}
]
}
}

View File

@@ -37,4 +37,4 @@
"type": "info"
}
]
}
}

View File

@@ -45,4 +45,4 @@
"type": "info"
}
]
}
}

View File

@@ -33,8 +33,16 @@
},
"notes": [
{
"text": "Configuration is stored in /etc/puter and data in /var/puter.",
"text": "Access via http://<IP>.nip.io:4100 (not the raw IP). nip.io is required for Puter's subdomain routing.",
"type": "info"
},
{
"text": "Camera, microphone, and other media capture features require HTTPS (a secure context). They will not work on the default HTTP setup.",
"type": "warning"
},
{
"text": "Configuration is stored in /etc/puter/config.json and data in /var/puter.",
"type": "info"
}
]
}
}

52
json/stoatchat.json Normal file
View File

@@ -0,0 +1,52 @@
{
"name": "Stoatchat",
"slug": "stoatchat",
"categories": [
22
],
"date_created": "2026-05-08",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://github.com/stoatchat/self-hosted",
"website": "https://stoat.chat",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/stoatchat.webp",
"description": "A self-hostable open-source chat platform and community server. Stoatchat is a fork of Revolt, featuring real-time messaging, voice channels, file sharing, and a full-featured web client. Built with Rust (backend) and SolidJS (frontend).",
"install_methods": [
{
"type": "default",
"script": "ct/stoatchat.sh",
"config_path": "/Revolt.toml",
"resources": {
"cpu": 4,
"ram": 10240,
"hdd": 30,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Initial setup takes 30-60 minutes due to Rust compilation and frontend build. Do not interrupt the process.",
"type": "warning"
},
{
"text": "The first account registered becomes the instance administrator. Registration is open by default; set invite_only = true in /Revolt.toml to restrict it.",
"type": "info"
},
{
"text": "Voice and video calls require additional LiveKit setup. See https://github.com/stoatchat/self-hosted for details.",
"type": "info"
},
{
"text": "The files encryption key in /Revolt.toml is generated during installation. Back it up — losing it will make all uploaded files unreadable.",
"type": "warning"
}
]
}

48
json/xyops.json Normal file
View File

@@ -0,0 +1,48 @@
{
"name": "xyOps",
"slug": "xyops",
"categories": [
19
],
"date_created": "2026-05-08",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 5522,
"documentation": "https://github.com/pixlcore/xyops/tree/main/docs",
"website": "https://github.com/pixlcore/xyops",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/xyops.webp",
"description": "A complete task scheduler and server monitoring system with workflow automation, multi-server management, real-time monitoring, and a built-in satellite agent (xySat) for running jobs on remote servers.",
"install_methods": [
{
"type": "default",
"script": "ct/xyops.sh",
"config_path": "/opt/xyops/conf/config.json",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": [
{
"text": "Change the default admin password immediately after first login.",
"type": "warning"
},
{
"text": "A local xySat satellite is started automatically alongside the conductor, allowing jobs to run on this server right away.",
"type": "info"
},
{
"text": "The WebSocket port 5523 is used for secure wss:// connections. Port 5522 serves the web interface and ws:// connections.",
"type": "info"
}
]
}