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 <git@seanmorley.com>
This commit is contained in:
Stephan Zwicknagl
2026-03-30 23:19:28 +08:00
committed by GitHub
parent e03c96c9cd
commit 6467f1438a

View File

@@ -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.