feat: add Nezha and Shiori installation scripts and JSON configurations

This commit is contained in:
MickLesk
2026-04-25 22:43:10 +02:00
parent 69d6461db9
commit ca2d4691fe
7 changed files with 371 additions and 42 deletions

View File

@@ -1,44 +1,44 @@
{
"name": "Nagios Core",
"slug": "nagios",
"categories": [
9
],
"date_created": "2026-04-25",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/quickstart.html",
"website": "https://www.nagios.org/projects/nagios-core/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nagios.webp",
"description": "Nagios Core is an open-source monitoring platform for hosts, services, and network infrastructure with a classic web interface.",
"install_methods": [
{
"type": "default",
"script": "ct/nagios.sh",
"config_path": "/etc/nagios4/nagios.cfg",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 20,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": "nagiosadmin",
"password": "nagiosadmin"
},
"notes": [
{
"text": "After first login, change the default web password in /etc/nagios4/htpasswd.users.",
"type": "warning"
"name": "Nagios Core",
"slug": "nagios",
"categories": [
9
],
"date_created": "2026-04-25",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/quickstart.html",
"website": "https://www.nagios.org/projects/nagios-core/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nagios.webp",
"description": "Nagios Core is an open-source monitoring platform for hosts, services, and network infrastructure with a classic web interface.",
"install_methods": [
{
"type": "default",
"script": "ct/nagios.sh",
"config_path": "/etc/nagios4/nagios.cfg",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 20,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": "nagiosadmin",
"password": "nagiosadmin"
},
{
"text": "Web UI path is /nagios4 on port 80.",
"type": "info"
}
]
}
"notes": [
{
"text": "After first login, change the default web password in /etc/nagios4/htpasswd.users.",
"type": "warning"
},
{
"text": "Web UI path is /nagios4 on port 80.",
"type": "info"
}
]
}

44
json/nezha.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "Nezha",
"slug": "nezha",
"categories": [
9
],
"date_created": "2026-04-25",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8008,
"documentation": "https://nezha.wiki/en_US/guide/dashboard.html",
"website": "https://nezha.wiki/en_US/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nezha.webp",
"config_path": "/opt/nezha/data/config.yaml",
"description": "Nezha is a lightweight server and website monitoring dashboard with real-time status, alerts, and remote operation features.",
"install_methods": [
{
"type": "default",
"script": "ct/nezha.sh",
"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": "Dashboard is exposed on port 8008 by default.",
"type": "info"
}
]
}

44
json/shiori.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "Shiori",
"slug": "shiori",
"categories": [
12
],
"date_created": "2026-04-25",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://github.com/go-shiori/shiori/tree/master/docs",
"website": "https://github.com/go-shiori/shiori",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/shiori.webp",
"config_path": "/opt/shiori/.env",
"description": "Shiori is a simple self-hosted bookmark manager with web UI and offline archive support, distributed as a single binary.",
"install_methods": [
{
"type": "default",
"script": "ct/shiori.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": "shiori",
"password": "gopher"
},
"notes": [
{
"text": "Change the default account password after first login.",
"type": "warning"
},
{
"text": "Data and SQLite database are stored in /opt/shiori/data.",
"type": "info"
}
]
}