This commit is contained in:
CanbiZ 2025-07-17 14:28:06 +02:00
parent 7f933f3d9d
commit 838a73fb90

View File

@ -1,27 +1,27 @@
{ {
"name": "LibreNMS", "name": "Cloudreve",
"slug": "librenms", "slug": "cloudreve",
"categories": [ "categories": [
9 12
], ],
"date_created": "2025-03-24", "date_created": "2025-07-17",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 5212,
"documentation": "https://docs.librenms.org/", "documentation": "https://docs.cloudreve.org/en/",
"website": "https://librenms.org/", "website": "https://cloudreve.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/cloudreve.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/cloudreve.webp",
"config_path": "/opt/librenms/config.php and /opt/librenms/.env", "config_path": "/opt/cloudreve/data/config.ini",
"description": "LibreNMS is an open-source, community-driven network monitoring system that provides automatic discovery, alerting, and performance tracking for network devices. It supports a wide range of hardware and integrates with various notification and logging platforms.", "description": "Cloudreve is an open-source, community-driven cloud storage system that provides file sharing, synchronization, and management features. It supports a wide range of storage backends and integrates with various notification and logging platforms.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/cloudreve.sh", "script": "ct/cloudreve.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 1,
"ram": 2048, "ram": 1024,
"hdd": 4, "hdd": 10,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
} }
@ -31,5 +31,10 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": [
{
"text": "After Installation: Register your user -> Login -> Dashboard -> Accept Primary URL.",
"type": "info"
}
]
} }