Immich: Difference between revisions
Inital page |
Adapt config example to new pull request |
||
Line 7: | Line 7: | ||
The following example configuration will enable Immich locally | The following example configuration will enable Immich locally | ||
{{file|/etc/nixos/configuration.nix|nix|3= | {{file|/etc/nixos/configuration.nix|nix|3=services.immich.enable = true; | ||
services.immich | }}After applying the configuration you can access the instance via http://localhost:3001. | ||
}}After applying the configuration you can access the instance via http://localhost: | |||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:Web Applications]] | [[Category:Web Applications]] |
Revision as of 12:46, 9 July 2024
Immich is an open-source software, designed to provide a self-hosted alternative for managing and backing up photos and videos, with a focus on privacy and ease of use.
Setup
The following example configuration will enable Immich locally
/etc/nixos/configuration.nix
services.immich.enable = true;
After applying the configuration you can access the instance via http://localhost:3001.