mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-24 14:02:13 +08:00
Some checks failed
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled
25 lines
630 B
Markdown
25 lines
630 B
Markdown
---
|
|
title: Immich
|
|
description: Immich Widget Configuration
|
|
---
|
|
|
|
Learn more about [Immich](https://github.com/immich-app/immich).
|
|
|
|
| Immich Version | Homepage Widget Version |
|
|
| -------------- | ----------------------- |
|
|
| < v1.118 | 1 (default) |
|
|
| >= v1.118 | 2 |
|
|
|
|
Find your API key under `Account Settings > API Keys`. The key should have the
|
|
`server.statistics` permission.
|
|
|
|
Allowed fields: `["users" ,"photos", "videos", "storage"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: immich
|
|
url: http://immich.host.or.ip
|
|
key: adminapikeyadminapikeyadminapikey
|
|
version: 2 # optional, default is 1
|
|
```
|