diff --git a/ct/headers/immichframe b/ct/headers/immichframe deleted file mode 100644 index 8c0ede1f1..000000000 --- a/ct/headers/immichframe +++ /dev/null @@ -1,6 +0,0 @@ - _ _ _ ______ -(_) (_) | | | ___| - _ _ __ ___ _ __ ___ _ ___| |__ | |_ _ __ __ _ _ __ ___ ___ -| | '_ ` _ \| '_ ` _ \| |/ __| '_ \| _| '__/ _` | '_ ` _ \ / _ \ -| | | | | | | | | | | | | (__| | | | | | | | (_| | | | | | | __/ -|_|_| |_| |_|_| |_| |_|_|\___|_| |_\_| |_| \__,_|_| |_| |_|\___| diff --git a/frontend/public/json/immichframe.json b/frontend/public/json/immichframe.json index c20cada74..88d3b4422 100644 --- a/frontend/public/json/immichframe.json +++ b/frontend/public/json/immichframe.json @@ -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" } ]