nextExplorer: fix json

This commit is contained in:
vhsdream 2025-12-21 14:52:17 -05:00
parent 84d15b7bfa
commit 7ac760f9ca

View File

@ -1,37 +1,41 @@
{ {
"name": "nextExplorer", "name": "nextExplorer",
"slug": "nextexplorer", "slug": "nextexplorer",
"categories": [ "categories": [
11, 11,
12 12
], ],
"date_created": "2025-12-11", "date_created": "2025-12-11",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 3000, "interface_port": 3000,
"documentation": "https://explorer.nxz.ai", "documentation": "https://explorer.nxz.ai",
"website": "https://github.com/vikramsoni2/nextExplorer", "website": "https://github.com/vikramsoni2/nextExplorer",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nextexplorer.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nextexplorer.webp",
"config_path": "/etc/nextExplorer/.env", "config_path": "/etc/nextExplorer/.env",
"description": "", "description": "Self-hosted file access for teams, homelabs, and agencies with a refined interface.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/nextexplorer.sh", "script": "ct/nextexplorer.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 3072, "ram": 3072,
"hdd": 8, "hdd": 8,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"notes": [ "default_credentials": {
{ "username": null,
"text": "Bind mount your volume(s) in the `/mnt` directory", "password": null
"type": "info" },
} "notes": [
] {
"text": "Bind mount your volume(s) in the `/mnt` directory",
"type": "info"
}
]
} }