initial commit

This commit is contained in:
2025-04-09 11:20:41 +02:00
parent a452f7354a
commit fef9984140
1399 changed files with 92621 additions and 6 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"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": []
}