mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "FileBrowser Quantum",
 | 
						|
  "slug": "filebrowser-quantum",
 | 
						|
  "categories": [
 | 
						|
    1,
 | 
						|
    11
 | 
						|
  ],
 | 
						|
  "date_created": "2025-06-18",
 | 
						|
  "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": []
 | 
						|
}
 |