Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions widgets/immich-stats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- type: custom-api
title: Immich stats
cache: 1d
url: https://${IMMICH_URL}/api/server/statistics
url: ${IMMICH_URL}/api/server/statistics
headers:
x-api-key: ${IMMICH_API_KEY}
Accept: application/json
Expand All @@ -27,5 +27,5 @@

## Environment variables

- `IMMICH_URL` - the URL of the Immich server
- `IMMICH_API_KEY` - the API key of the server which can be found in `Account settings -> API keys`
- `IMMICH_URL` - The URL for your immich server, including port but without trailing slash, e.g.: 'http://192.168.1.2:2283', or 'https://immich.example.com'
- `IMMICH_API_KEY` - the API key of the server which can be found in `Account settings -> API keys`. Permissions required: `server.statistics`