mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-05-09 07:25:01 -04:00
* 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>
1.9 KiB
1.9 KiB
Immich Integration
What is Immich?
Immich is a self-hosted, open-source platform that allows users to backup and manage their photos and videos similar to Google Photos, but with the advantage of storing data on their own private server, ensuring greater privacy and control over their media.
How to integrate Immich with AdventureLog?
To integrate Immich with AdventureLog, you need to have an Immich server running and accessible from where AdventureLog is running.
- 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 Keyand name it something likeAdventureLog. - 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.
- In the Immich web interface, click on your user profile picture, go to
- Go to the AdventureLog web interface, click on your user profile picture, go to
Settingsand scroll down to theImmich Integrationsection.- Enter the URL of your Immich server, e.g.
https://immich.example.com/api. Note thatlocalhostor127.0.0.1will 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 exhttp://my-server-ip:portor a domain name. - Paste the API Key you obtained in the previous step.
- Click
Enable Immichto save the settings.
- Enter the URL of your Immich server, e.g.
- Now, when you are adding images to an adventure, you will see an option to search for images in Immich or upload from an album.
Enjoy the privacy and control of managing your travel media with Immich and AdventureLog! 🎉