remove header and update json

Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com>
This commit is contained in:
Thiago Canozzo Lahr
2026-02-26 18:02:53 -03:00
parent 4333c036e8
commit 6de566a27c
2 changed files with 10 additions and 21 deletions

View File

@@ -1,6 +0,0 @@
_ _ _ ______
(_) (_) | | | ___|
_ _ __ ___ _ __ ___ _ ___| |__ | |_ _ __ __ _ _ __ ___ ___
| | '_ ` _ \| '_ ` _ \| |/ __| '_ \| _| '__/ _` | '_ ` _ \ / _ \
| | | | | | | | | | | | | (__| | | | | | | | (_| | | | | | | __/
|_|_| |_| |_|_| |_| |_|_|\___|_| |_\_| |_| \__,_|_| |_| |_|\___|

View File

@@ -1,16 +1,19 @@
{
"name": "ImmichFrame",
"slug": "immichframe",
"categories": [3],
"date_created": "2025-02-22",
"categories": [
13
],
"date_created": "2026-02-26",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://immichframe.dev/docs/overview",
"website": "https://immichframe.dev",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/immichframe.webp",
"description": "ImmichFrame is a digital photo frame web application that connects to your Immich server and displays your photos as a fullscreen slideshow. Built natively from source using ASP.NET Core and SvelteKit, without Docker.",
"documentation": null,
"config_path": "/app/Config/Settings.yml",
"website": null,
"logo": "https://github.com/selfhst/icons/blob/main/webp/immich-frame.webp",
"description": "ImmichFrame is a digital photo frame web application that connects to your Immich server and displays your photos as a fullscreen slideshow.",
"install_methods": [
{
"type": "default",
@@ -30,15 +33,7 @@
},
"notes": [
{
"text": "After installation, edit `/app/Config/Settings.yml` and set **ImmichServerUrl** and **ApiKey**. Then restart the service with `systemctl restart immichframe`.",
"type": "warning"
},
{
"text": "Get your API Key at: Immich → Account Settings → API Keys → New API Key.",
"type": "info"
},
{
"text": "The process runs as a dedicated unprivileged user `immichframe`.",
"text": "After installation, edit `/app/Config/Settings.yml` and set ImmichServerUrl and ApiKey. Then restart the service with `systemctl restart immichframe`.",
"type": "info"
}
]