2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: Immich
|
|
|
|
description: Immich Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-24 14:27:47 -08:00
|
|
|
Learn more about [Immich](https://github.com/immich-app/immich).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2024-01-19 23:07:55 -05:00
|
|
|
Find your API key under `Account Settings > API Keys`.
|
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
Allowed fields: `["users" ,"photos", "videos", "storage"]`.
|
|
|
|
|
|
|
|
Note that API key must be from admin user.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: immich
|
|
|
|
url: http://immich.host.or.ip
|
|
|
|
key: adminapikeyadminapikeyadminapikey
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|