26 lines
618 B
Markdown
Raw Normal View History

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).
| Immich Version | Homepage Widget Version |
| -------------- | ----------------------- |
| < v1.118 | 1 (default) |
| >= v1.118 | 2 |
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:
type: immich
url: http://immich.host.or.ip
key: adminapikeyadminapikeyadminapikey
version: 2 # optional, default is 1
2023-09-29 21:01:11 +03:00
```