From 6467f1438af4125f80f0182e2b2ae4590f9a73f1 Mon Sep 17 00:00:00 2001 From: Stephan Zwicknagl <64196842+stephanzwicknagl@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:19:28 +0800 Subject: [PATCH] Docs: Reorder immich API permissions to natural order (#1086) * Refactor AdventureLog Bot workflow to improve issue validation handling and encapsulate comment and close logic (#1068) * Reorder immich API permissions to natural order --------- Co-authored-by: Sean Morley --- documentation/docs/configuration/immich_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/configuration/immich_integration.md b/documentation/docs/configuration/immich_integration.md index 63aea39a..9222a76f 100644 --- a/documentation/docs/configuration/immich_integration.md +++ b/documentation/docs/configuration/immich_integration.md @@ -18,7 +18,7 @@ To integrate Immich with AdventureLog, you need to have an Immich server running 1. Obtain the Immich API Key from the Immich server. - In the Immich web interface, click on your user profile picture, go to `Account Settings` > `API Keys`. - Click `New API Key` and name it something like `AdventureLog`. - - Make sure the key has the following permissions: `asset.read, album.read, asset.view, library.read, user.read` + - Make sure the key has the following permissions: `asset.read, asset.view, album.read, library.read, user.read` - Copy the generated API Key, you will need it in the next step. 2. Go to the AdventureLog web interface, click on your user profile picture, go to `Settings` and scroll down to the `Immich Integration` section. - Enter the URL of your Immich server, e.g. `https://immich.example.com/api`. Note that `localhost` or `127.0.0.1` will probably not work because Immich and AdventureLog are running on different docker networks. It is recommended to use the IP address of the server where Immich is running ex `http://my-server-ip:port` or a domain name.