nextExplorer: fix json

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

View File

@ -14,7 +14,7 @@
"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",
@ -28,6 +28,10 @@
} }
} }
], ],
"default_credentials": {
"username": null,
"password": null
},
"notes": [ "notes": [
{ {
"text": "Bind mount your volume(s) in the `/mnt` directory", "text": "Bind mount your volume(s) in the `/mnt` directory",