mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-29 18:47:38 +00:00
New Script: Semaphore (#596)
* re-add files * update a lot of things * more stuff * update password generation * Ready to PR! * remove empty end lines * Ready to PR! * Update semaphore.json --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
41
json/semaphore.json
Normal file
41
json/semaphore.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "Semaphore",
|
||||
"slug": "semaphore",
|
||||
"categories": [],
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"text": "Admin password: `cat ~/semaphore.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user