mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-05 19:23:08 +00:00

* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "File Browser",
|
|
"slug": "filebrowser",
|
|
"categories": [1],
|
|
"date_created": "2024-05-02",
|
|
"type": "addon",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 8080,
|
|
"documentation": null,
|
|
"website": "https://filebrowser.org/features",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/file-browser.svg",
|
|
"config_path": "",
|
|
"description": "File Browser offers a user-friendly web interface for managing files within a designated directory. It allows you to perform various actions such as uploading, deleting, previewing, renaming, and editing files.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "tools/addon/filebrowser.sh",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
},
|
|
{
|
|
"type": "alpine",
|
|
"script": "tools/addon/filebrowser.sh",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "helper-scripts.com"
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Execute within an existing LXC Console",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
}
|
|
|