Immich: Difference between revisions

Onny (talk | contribs)
Adapt config example to new pull request
Onny (talk | contribs)
Add configuration for machine learning service url endpoint
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=services.immich.enable = true;
{{file|/etc/nixos/configuration.nix|nix|3=services.immich = {
  enable = true;
  environment.IMMICH_MACHINE_LEARNING_URL = "http://localhost:3003";
};
}}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:3001.
[[Category:Server]]
[[Category:Server]]
[[Category:Web Applications]]
[[Category:Web Applications]]