mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 21:09:37 +02:00
* Update email.md Removing the single quotes allow SMTP to work -- it did not work otherwise. Also, [Google recommends TLS over SSL](https://support.google.com/a/answer/2520500?sjid=7564827219172741277-NA) * Update immich_integration.md Added the /api to the example URL for the Immich server. * Add Korean language support to Navbar and layout * chore: Korean translation (#502) * correct ko translation at Navbar.svelte * correct ko.json correct ko.json::adventures auto commit auto commit auto commit auto commit auto commit adventures collection dashboard home immich immich map navbar auto commit notes profile recommendations settings share transportations auto commit worldtravel polishing auto commit auto commit auto commit auto commit auto commit auto commit auto commit auto commit auto commit auto commit auto commit auto commit --------- Co-authored-by: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Co-authored-by: motox986 <49492476+motox986@users.noreply.github.com> Co-authored-by: Seongjun Ji <metalg0su@gmail.com>
1.8 KiB
1.8 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 Key
and name it something likeAdventureLog
. - 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
Settings
and scroll down to theImmich Integration
section.- Enter the URL of your Immich server, e.g.
https://immich.example.com/api
. Note thatlocalhost
or127.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 exhttp://my-server-ip:port
or a domain name. - Paste the API Key you obtained in the previous step.
- Click
Enable Immich
to 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! 🎉