forked from forkanization/Proxmox-arm64
Add statuses to all cts
This commit is contained in:
+42
-41
@@ -1,43 +1,44 @@
|
||||
{
|
||||
"name": "Semaphore",
|
||||
"slug": "semaphore",
|
||||
"categories": [
|
||||
7
|
||||
],
|
||||
"date_created": "2025-01-01",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"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",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/semaphore.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin",
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "This instance uses BoltDB",
|
||||
"type": "info"
|
||||
"name": "Semaphore",
|
||||
"slug": "semaphore",
|
||||
"categories": [
|
||||
7
|
||||
],
|
||||
"date_created": "2025-01-01",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"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",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/semaphore.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin",
|
||||
"password": null
|
||||
},
|
||||
{
|
||||
"text": "Admin password: `cat ~/semaphore.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
"notes": [
|
||||
{
|
||||
"text": "This instance uses BoltDB",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Admin password: `cat ~/semaphore.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
],
|
||||
"status": "\ud83d\udea7"
|
||||
}
|
||||
Reference in New Issue
Block a user