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", "name": "ImmichFrame",
"slug": "immichframe", "slug": "immichframe",
"categories": [3], "categories": [
"date_created": "2025-02-22", 13
],
"date_created": "2026-02-26",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 8080, "interface_port": 8080,
"documentation": "https://immichframe.dev/docs/overview", "documentation": null,
"website": "https://immichframe.dev", "config_path": "/app/Config/Settings.yml",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/immichframe.webp", "website": null,
"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.", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
@@ -30,15 +33,7 @@
}, },
"notes": [ "notes": [
{ {
"text": "After installation, edit `/app/Config/Settings.yml` and set **ImmichServerUrl** and **ApiKey**. Then restart the service with `systemctl restart immichframe`.", "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`.",
"type": "info" "type": "info"
} }
] ]