mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +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>
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "Duplicati",
 | 
						|
    "slug": "duplicati",
 | 
						|
    "categories": [
 | 
						|
        7
 | 
						|
    ],
 | 
						|
    "date_created": "2025-02-06",
 | 
						|
    "type": "ct",
 | 
						|
    "updateable": true,
 | 
						|
    "privileged": false,
 | 
						|
    "interface_port": 8200,
 | 
						|
    "documentation": "https://docs.duplicati.com/",
 | 
						|
    "website": "https://duplicati.com/",
 | 
						|
    "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/duplicati.webp",
 | 
						|
    "config_path": "",
 | 
						|
    "description": "Duplicati is a free, open-source backup solution that offers zero-trust, fully encrypted backups for your data.",
 | 
						|
    "install_methods": [
 | 
						|
        {
 | 
						|
            "type": "default",
 | 
						|
            "script": "ct/duplicati.sh",
 | 
						|
            "resources": {
 | 
						|
                "cpu": 1,
 | 
						|
                "ram": 1048,
 | 
						|
                "hdd": 10,
 | 
						|
                "os": "debian",
 | 
						|
                "version": "12"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "default_credentials": {
 | 
						|
        "username": null,
 | 
						|
        "password": null
 | 
						|
    },
 | 
						|
    "notes": [
 | 
						|
        {
 | 
						|
            "text": "Admin password and database encryption key: `cat ~/duplicati.creds`",
 | 
						|
            "type": "info"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |