Skip to content

Commit dc0d9c7

Browse files
authored
Merge pull request #208 from malkinskir/patch-3
Update README with improved environment variable details
2 parents a367b85 + 871ac65 commit dc0d9c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

widgets/immich-stats/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- type: custom-api
55
title: Immich stats
66
cache: 1d
7-
url: https://${IMMICH_URL}/api/server/statistics
7+
url: ${IMMICH_URL}/api/server/statistics
88
headers:
99
x-api-key: ${IMMICH_API_KEY}
1010
Accept: application/json
@@ -27,5 +27,5 @@
2727
2828
## Environment variables
2929
30-
- `IMMICH_URL` - the URL of the Immich server
31-
- `IMMICH_API_KEY` - the API key of the server which can be found in `Account settings -> API keys`
30+
- `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'
31+
- `IMMICH_API_KEY` - the API key of the server which can be found in `Account settings -> API keys`. Permissions required: `server.statistics`

0 commit comments

Comments
 (0)