Immich is an online photo management.
Client apps are available for Android and iOS.
Install from Software center:
- Add a Software repository pointing to
https://repo.mrmarkuz.com/ns8/updates/, see https://repo.mrmarkuz.com for instructions - Install Immich via Software Center
...or install from CLI: (adapt the release tag to the current version)
add-module ghcr.io/nethserver/immich:1.0.0 1
Set at least the FQDN in the app settings and browse to https://<FQDN>
To uninstall the instance:
remove-module --no-preserve immich1
To Update the instance:
api-cli run update-module --data '{"module_url":"ghcr.io/nethserver/immich:1.0.0","instances":["immich1"],"force":true}'