mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-10 22:34:57 +00:00
remove header and update json
Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
_ _ _ ______
|
||||
(_) (_) | | | ___|
|
||||
_ _ __ ___ _ __ ___ _ ___| |__ | |_ _ __ __ _ _ __ ___ ___
|
||||
| | '_ ` _ \| '_ ` _ \| |/ __| '_ \| _| '__/ _` | '_ ` _ \ / _ \
|
||||
| | | | | | | | | | | | | (__| | | | | | | | (_| | | | | | | __/
|
||||
|_|_| |_| |_|_| |_| |_|_|\___|_| |_\_| |_| \__,_|_| |_| |_|\___|
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user