Files
ProxmoxVEDHelperScripts/json/umbraco.json
2026-05-12 15:07:05 +02:00

45 lines
1.4 KiB
JSON

{
"name": "Umbraco CMS",
"slug": "umbraco",
"categories": [
25
],
"date_created": "2026-05-06",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 443,
"documentation": "https://docs.umbraco.com/",
"website": "https://umbraco.com/",
"logo": "https://umbraco.com/media/54xnncgt/umbraco_logo_blue05.webp?rmode=pad&width=680&quality=85&v=1dad6b6701b24f0",
"config_path": "",
"description": "Umbraco is a free, open-source .NET CMS with a friendly editing experience, beautiful backoffice, and powerful customization options. Automatically setup a Umbraco server up, as well as a FTP server so you can publish to this container from Visual Studio.",
"install_methods": [
{
"type": "default",
"script": "ct/umbraco.sh",
"resources": {
"cpu": 2,
"ram": 512,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Cridentials are saved in /root",
"type": "info"
},
{
"text": "The FTPProfile.pubxml can be used to publish directly from Visual Studio, but you can also use the built-in code editor in the Umbraco backoffice.",
"type": "info"
}
]
}