diff --git a/frontend/public/json/filebrowser-quantum.json b/frontend/public/json/filebrowser-quantum.json new file mode 100644 index 00000000..7f749a5f --- /dev/null +++ b/frontend/public/json/filebrowser-quantum.json @@ -0,0 +1,47 @@ +{ + "name": "FileBrowser Quantum", + "slug": "filebrowser-quantum", + "categories": [ + 1, + 11 + ], + "date_created": "2025-06-16", + "type": "addon", + "updateable": false, + "privileged": false, + "interface_port": 8080, + "documentation": "https://github.com/gtsteffaniak/filebrowser/wiki/Getting-Started", + "website": "https://github.com/gtsteffaniak/filebrowser", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/filebrowser-quantum.webp", + "config_path": "/usr/local/community-scripts/fq-config.yaml", + "description": "FileBrowser Quantum provides an easy way to access and manage your files from the web. It has has a web page interface that allows you to create secure shared links, users with their own specific permissions and settings, and offers a great viewing experience for many file types. This version is called Quantum because it packs tons of advanced features into a tiny easy to run file. Unlike the majority of alternative options, FileBrowser Quantum is simple to install and easy to configure.", + "install_methods": [ + { + "type": "default", + "script": "tools/addon/filebrowser-quantum.sh", + "resources": { + "cpu": null, + "ram": null, + "hdd": null, + "os": null, + "version": null + } + }, + { + "type": "alpine", + "script": "tools/addon/filebrowser-quantum.sh", + "resources": { + "cpu": null, + "ram": null, + "hdd": null, + "os": null, + "version": null + } + } + ], + "default_credentials": { + "username": "admin", + "password": "helper-scripts.com" + }, + "notes": [] +}