ProxmoxVE/json/glpi.json

44 lines
937 B
JSON
Raw Normal View History

2025-01-02 03:29:44 +00:00
{
2025-01-02 03:55:32 +00:00
"name": "Semaphore",
"slug": "semaphore",
2025-01-02 03:29:44 +00:00
"categories": [
2025-01-02 03:55:32 +00:00
7
2025-01-02 03:29:44 +00:00
],
2025-01-02 03:55:32 +00:00
"date_created": "2025-01-01",
2025-01-02 03:29:44 +00:00
"type": "ct",
"updateable": true,
"privileged": false,
2025-01-02 03:55:32 +00:00
"interface_port": 3000,
"documentation": "https://docs.semaphoreui.com/",
"website": "https://semaphoreui.com/",
"logo": "https://docs.semaphoreui.com/favicon.png?x=",
"description": "Semaphore UI is a modern web interface for managing popular DevOps tools",
2025-01-02 03:29:44 +00:00
"install_methods": [
{
"type": "default",
2025-01-02 03:55:32 +00:00
"script": "ct/semaphore.sh",
2025-01-02 03:29:44 +00:00
"resources": {
"cpu": 2,
"ram": 2048,
2025-01-02 03:55:32 +00:00
"hdd": 4,
2025-01-02 03:29:44 +00:00
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
2025-01-02 03:55:32 +00:00
"username": "admin",
"password": null
2025-01-02 03:29:44 +00:00
},
2025-01-02 03:55:32 +00:00
"notes": [
{
"text": "This instance uses BoltDB",
"type": "info"
},
{
"text": "Admin password: `cat ~/semaphore.creds`",
"type": "info"
}
]
2025-01-02 03:29:44 +00:00
}