Add website json

This commit is contained in:
Joost van den Berg
2026-05-06 14:52:48 +02:00
parent 1ae259e3ad
commit 3e321c41f3

View File

@@ -1,44 +1,48 @@
{ {
"name": "Shiori", "name": "Umbraco CMS",
"slug": "shiori", "slug": "umbraco",
"categories": [ "categories": [
12 25
], ],
"date_created": "2026-04-25", "date_created": "2026-05-06",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 8080, "interface_port": 443,
"documentation": "https://github.com/go-shiori/shiori/tree/master/docs", "documentation": "https://docs.umbraco.com/",
"website": "https://github.com/go-shiori/shiori", "website": "https://umbraco.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/shiori.webp", "logo": "https://umbraco.com/media/54xnncgt/umbraco_logo_blue05.webp?rmode=pad&width=680&quality=85&v=1dad6b6701b24f0",
"config_path": "/opt/shiori/.env", "config_path": "",
"description": "Shiori is a simple self-hosted bookmark manager with web UI and offline archive support, distributed as a single binary.", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/shiori.sh", "script": "ct/umbraco.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 2,
"ram": 1024, "ram": 500,
"hdd": 4, "hdd": 8,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "shiori", "username": null,
"password": "gopher" "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Change the default account password after first login.", "text": "Cridentials are saved in /root",
"type": "warning" "type": "info"
}, },
{ {
"text": "Data and SQLite database are stored in /opt/shiori/data.", "text": "The PostgreSQL Provider is not officially supported by Umbraco HQ.",
"type": "info" "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"
}
] ]
} }