Create jumpserver.json

This commit is contained in:
Nícolas Pastorello 2025-04-10 15:57:01 -03:00 committed by GitHub
parent 403f08fd63
commit 235364518a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,34 @@
{
"name": "JumpServer",
"slug": "jumpserver",
"categories": [
6
],
"date_created": "2025-04-08",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://www.jumpserver.com/docs",
"website": "https://www.jumpserver.com/",
"logo": "https://avatars.githubusercontent.com/u/68588906",
"description": "JumpServer is an open-source Privileged Access Management (PAM) tool that provides DevOps and IT teams with on-demand and secure access to SSH, RDP, Kubernetes, Database and RemoteApp endpoints through a web browser.",
"install_methods": [
{
"type": "default",
"script": "ct/jumpserver.sh",
"resources": {
"cpu": 2,
"ram": 8192,
"hdd": 60,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "ChangeMe"
},
"notes": []
}