mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-02 09:23:09 +00:00

* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
37 lines
885 B
JSON
37 lines
885 B
JSON
{
|
|
"name": "Jenkins",
|
|
"slug": "jenkins",
|
|
"categories": [
|
|
22
|
|
],
|
|
"date_created": "2024-12-26",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 8080,
|
|
"documentation": "https://www.jenkins.io/doc/",
|
|
"website": "https://www.jenkins.io/",
|
|
"logo": "https://www.jenkins.io/images/logos/jenkins/jenkins.svg",
|
|
"config_path": "",
|
|
"description": "Jenkins provides hundreds of plugins to support building, deploying and automating any project. ",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/jenkins.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 1024,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|
|
|