mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	* Update paymenter.json * Update paymenter-install.sh * Update paymenter.json Updated json notes * Update paymenter-install.sh * Update paymenter-install.sh * Update paymenter-install.sh * Update paymenter.sh --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "Paymenter",
 | 
						|
  "slug": "paymenter",
 | 
						|
  "categories": [
 | 
						|
        21
 | 
						|
  ],
 | 
						|
  "date_created": "2025-01-28",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 80,
 | 
						|
  "documentation": "https://paymenter.org/docs",
 | 
						|
  "website": "https://paymenter.org/",
 | 
						|
  "logo": "https://avatars.githubusercontent.com/u/115177786?s=200&v=4",
 | 
						|
  "description": "Paymenter is an open source webshop solution for hosting companies. It's developed to provide an more easy way to manage your hosting company.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/paymenter.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 2,
 | 
						|
        "ram": 1024,
 | 
						|
        "hdd": 5,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": "admin@paymenter.org",
 | 
						|
    "password": "paymenter"
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "After installation, navigate to the directory with `cd /opt/paymenter` and run `php artisan app:init`. An interactive setup will prompt you to enter your company name and application URL.",
 | 
						|
      "type": "info"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |