Merge pull request #1794 from montagneId/feature/umbraco
feat: add Umbraco .NET CMS
This commit is contained in:
44
json/umbraco.json
Normal file
44
json/umbraco.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user