mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
{
 | 
						|
  "name": "Rclone",
 | 
						|
  "slug": "rclone",
 | 
						|
  "categories": [
 | 
						|
    11
 | 
						|
  ],
 | 
						|
  "date_created": "2025-05-15",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 3000,
 | 
						|
  "documentation": "https://rclone.org/docs/",
 | 
						|
  "website": "https://rclone.org/",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/rclone.svg",
 | 
						|
  "config_path": "~/.config/rclone/rclone.conf",
 | 
						|
  "description": "Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/rclone.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 1,
 | 
						|
        "ram": 256,
 | 
						|
        "hdd": 1,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "alpine",
 | 
						|
      "script": "ct/alpine-rclone.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 1,
 | 
						|
        "ram": 256,
 | 
						|
        "hdd": 1,
 | 
						|
        "os": "alpine",
 | 
						|
        "version": "3.22"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "type": "info",
 | 
						|
      "text": "`cat ~/rclone.creds` to view login credentials"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "info",
 | 
						|
      "text": "`htpasswd -b -B /opt/login.pwd newuser newuserpassword` to add more users."
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |