mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-08-02 19:27:37 +00:00
New Script: Zammad (#640)
* New Script: Zammad * Implement changes * Changes after review * Added changes * Added changes * Change to new System * Change to new Default System * formatting * Update zammad.json * fix json * Update zammad.json fix OS * remove / in json * Sync with develop branch --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2326e11699
commit
9379ac4032
34
json/zammad.json
Normal file
34
json/zammad.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "Zammad",
|
||||
"slug": "zammad",
|
||||
"categories": [
|
||||
11
|
||||
],
|
||||
"date_created": "2024-12-18",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": null,
|
||||
"documentation": "https://docs.zammad.org/en/latest/",
|
||||
"website": "https://zammad.com/",
|
||||
"logo": "https://raw.githubusercontent.com/zammad/zammad/refs/heads/develop/public/assets/images/logo.svg",
|
||||
"description": "Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and emails. It is distributed under version 3 of the GNU AFFERO General Public License (GNU AGPLv3).",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/zammad.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
Reference in New Issue
Block a user