1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 13:31:52 +00:00
ProxmoxVE/json/paymenter.json
2025-01-31 20:21:24 +01:00

35 lines
870 B
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": []
}