mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-27 16:27:36 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "Cloudreve",
|
|
"slug": "cloudreve",
|
|
"categories": [
|
|
12
|
|
],
|
|
"date_created": "2025-07-17",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5212,
|
|
"documentation": "https://docs.cloudreve.org/en/",
|
|
"website": "https://cloudreve.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/cloudreve.webp",
|
|
"config_path": "/opt/cloudreve/data/conf.ini",
|
|
"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": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/cloudreve.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 1024,
|
|
"hdd": 10,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "After Installation: Register your user -> Login -> Dashboard -> Accept Primary URL.",
|
|
"type": "warn"
|
|
}
|
|
]
|
|
}
|