mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Move configuration info into config_path (#4106)
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
			
		||||
  "documentation": "https://github.com/StarFleetCPTN/GoMFT#configuration",
 | 
			
		||||
  "website": "https://github.com/StarFleetCPTN/GoMFT",
 | 
			
		||||
  "logo": "https://raw.githubusercontent.com/StarFleetCPTN/GoMFT/83be259754689acc49a4b0dba25ba8384088a0fc/static/img/logo.svg",
 | 
			
		||||
  "config_path": "",
 | 
			
		||||
  "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": [
 | 
			
		||||
    {
 | 
			
		||||
@@ -33,9 +33,8 @@
 | 
			
		||||
  },
 | 
			
		||||
  "notes": [
 | 
			
		||||
    {
 | 
			
		||||
      "text": "For additional configuration options, edit .env file here: `/opt/gomft/.env`. Check the documentation for more details.",
 | 
			
		||||
      "text": "For additional configuration options check the documentation.",
 | 
			
		||||
      "type": "info"
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user