mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-28 19:46:17 +00:00
34 lines
890 B
JSON
34 lines
890 B
JSON
{
|
|
"name": "Opengist",
|
|
"slug": "opengist",
|
|
"categories": [
|
|
20
|
|
],
|
|
"date_created": "2025-01-14",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 6157,
|
|
"documentation": null,
|
|
"website": "https://opengist.io/",
|
|
"logo": "https://raw.githubusercontent.com/thomiceli/opengist/master/public/opengist.svg",
|
|
"description": "Self-hosted pastebin powered by Git, open-source alternative to Github Gist.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/opengist.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 1024,
|
|
"hdd": 8,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |