mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "File Browser",
 | 
						|
  "slug": "filebrowser",
 | 
						|
  "categories": [
 | 
						|
    1,
 | 
						|
    11
 | 
						|
  ],
 | 
						|
  "date_created": "2024-05-02",
 | 
						|
  "type": "addon",
 | 
						|
  "updateable": false,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 8080,
 | 
						|
  "documentation": null,
 | 
						|
  "website": "https://filebrowser.org/features",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/file-browser.webp",
 | 
						|
  "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"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |