mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Enhancement: handle immich v1.118 breaking API change (#4110)
This commit is contained in:
parent
cd8c224ffa
commit
19bdc0ec34
4 changed files with 32 additions and 12 deletions
|
@ -5,6 +5,11 @@ 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`.
|
||||
|
||||
Allowed fields: `["users" ,"photos", "videos", "storage"]`.
|
||||
|
@ -16,4 +21,5 @@ widget:
|
|||
type: immich
|
||||
url: http://immich.host.or.ip
|
||||
key: adminapikeyadminapikeyadminapikey
|
||||
version: 2 # optional, default is 1
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue