Immich¶
What is it?¶
Immich is a self-hosted photo and video backup tool, similar to google photos and apple photos.
Features¶
- Bulk Upload (Using the CLI)
- Facial Recognition
- Hardware Transcoding (Experimental)
- Oauth and/or password login
- Libraries
- Mobile App
- Partner Sharing
- Reverse Geocoding
- Smart Search
- XMP Sidecars
Info
By default, Immich is NOT protected behind your Authelia/SSO middleware. You have to create a user with an email and password for Immich upon start up. Its recommended that you use the email and password you set up upon instalation for consistencies sake.
Details | ||
---|---|---|
Project home | Docs | Github |
1. Installation¶
sb install sandbox-immich
2. URL¶
- To access Immich, visit
https://immich._yourdomain.com_
3. Setup¶
Info
📢 Again, no default user is configured until you run through the setup screen, so you would ideally run through setup as soon as immich is deployed to secure the site. It is not behind authelia by default.
Tip
In Administration > Settings is a button to copy the current admin configuration to your clipboard. So you can just grab it from there, and paste it into a file.
If you would like to have the config file available, create a new config file (e.g. immich.config, and the config format is .json
) and map it in inventory; just keep in mind that this disallows you from configuring Immich admin settings from the web ui.
immich_docker_envs_custom:
IMMICH_CONFIG_FILE: "/config/immich.config"