mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "GoMFT",
 | 
						|
  "slug": "gomft",
 | 
						|
  "categories": [
 | 
						|
    7
 | 
						|
  ],
 | 
						|
  "date_created": "2025-03-18",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 8080,
 | 
						|
  "documentation": "https://github.com/StarFleetCPTN/GoMFT#configuration",
 | 
						|
  "website": "https://github.com/StarFleetCPTN/GoMFT",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/gomft.webp",
 | 
						|
  "config_path": "/opt/gomft/.env",
 | 
						|
  "description": "GoMFT is a web-based managed file transfer application built with Go, leveraging rclone for robust file transfer capabilities. It provides a user-friendly interface for configuring, scheduling, and monitoring file transfers across various storage providers.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/gomft.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 1,
 | 
						|
        "ram": 512,
 | 
						|
        "hdd": 4,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": "admin@example.com",
 | 
						|
    "password": "admin"
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "For additional configuration options check the documentation.",
 | 
						|
      "type": "info"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |