Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Immich

66 Topics 621 Posts
  • Immich - Package Updates

    Pinned
    197
    1 Votes
    197 Posts
    57k Views
    Package UpdatesP
    [1.88.0] Update immich to 1.134.0 Full Changelog Adds a new API endpoint to check the application version status Adds a mechanism to handle startup reindexing after a failed model change Improves pinch-to-zoom action on the mobile app Replaces the administration user edit button with the action button to go straight to the user's detail page Fixes a bug where generated memories include locked assets Fixes a bug where the search filter panel anchors to the top of the page instead of the viewport Fixes a bug where ctrl/cmd + click doesn't open the photo on a new page Fixes various minor issues related to styling and z-index
  • Storage management in Immich?

    Unsolved
    47
    2 Votes
    47 Posts
    4k Views
    M
    I just stumbled across this problem too. **As a user: I need MASSIVE storage, 2tb+ per user for upload to Immich feature, which works really great and also really great while on Cloudron. Therefore sshfs straight to my backup server is the best course of action. As a user I don't care about backup of the data I have uploaded to Immich. I am already backing up to MS Onedrive, Google Photos, and Immich will be the third backup location.** I need to make Immich use an SSHFS mounted volume. I will have to rely on manual mount of it instead, and make Cloudron believe it is a local folder. I really wanted to use the neat SSHFS mount feature in volumes tho. Why SSHFS. Well NFS could work, but I hate the way NFS locks up and catastrophically fails and locks up the processes that have a lock in the NFS files/folders. edit: This didn't work. See support thread on adding volumes, if interested https://forum.cloudron.io/topic/13856/trying-to-add-an-sshfs-mounted-location-as-a-regular-file-type-volume-in-cloudron
  • Backups keep failing

    Unsolved
    29
    0 Votes
    29 Posts
    1k Views
    nebulonN
    given that ruby is mentioned there, it maybe that the system itself runs out of memory causing things to become unstable. At least the backup task would run via nodejs not ruby. Immich also isn't using ruby so this comes from some other app then.
  • Settings Questions

    4
    0 Votes
    4 Posts
    146 Views
    nebulonN
    The way Immich works is, that if a config file is used, it disables the config UI. Since Cloudron needs to pre-configure (and also reconfigure) apps in the package, it uses the config file. Personally I also feel like this is not great, but it is what the upstream project has, unless this changed recently.
  • How to correct/add Géolocalisation

    4
    0 Votes
    4 Posts
    232 Views
    nebulonN
    Since it is like a separate app, you can add an app request at https://forum.cloudron.io/category/5/app-wishlist Generally running anything on the side of Cloudron on the same server is strongly non-advised, as we can't know of that and an update at some point will then break things.
  • Smart search not working

    Solved
    3
    1 Votes
    3 Posts
    187 Views
    nebulonN
    This is fixed with latest package release now.
  • Immich update to v1.130.3

    Solved
    7
    0 Votes
    7 Posts
    434 Views
    N
    Since the last update (v1.85.1), the machine learning do not work: [Nest] 42 - 04/02/2025, 5:28:49 PM ERROR [Microservices:{"id":"73e5da08-c8e7-4d1a-b557-e210f2cb5289"}] Unable to run job handler (faceDetection/face-detection): Error: Machine learning request '{"facial-recognition":{"detection":{"modelName":"buffalo_l","options":{"minScore":0.7}},"recognition":{"modelName":"buffalo_l"}}}' failed for all URLs Apr 02 19:28:49 Error: Machine learning request '{"facial-recognition":{"detection":{"modelName":"buffalo_l","options":{"minScore":0.7}},"recognition":{"modelName":"buffalo_l"}}}' failed for all URLs Apr 02 19:28:49 at MachineLearningRepository.predict (/usr/src/app/dist/repositories/machine-learning.repository.js:98:15) Apr 02 19:28:49 at process.processTicksAndRejections (node:internal/process/task_queues:105:5) Apr 02 19:28:49 at async MachineLearningRepository.detectFaces (/usr/src/app/dist/repositories/machine-learning.repository.js:107:26) Apr 02 19:28:49 at async PersonService.handleDetectFaces (/usr/src/app/dist/services/person.service.js:239:52) Apr 02 19:28:49 at async JobService.onJobStart (/usr/src/app/dist/services/job.service.js:156:28) Apr 02 19:28:49 at async EventRepository.onEvent (/usr/src/app/dist/repositories/event.repository.js:126:13) Apr 02 19:28:49 at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:394:28) Apr 02 19:28:49 at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:24) Apr 02 19:28:49 [Nest] 42 - 04/02/2025, 5:28:49 PM WARN [Microservices:MachineLearningRepository] Machine learning request to "http://127.0.0.1:3003" failed: fetch failed If I try to start it from supervisord: Apr 02 19:36:12 2025-04-02 17:36:12,166 INFO spawned: 'machine-learning' with pid 520 Apr 02 19:36:12 warning: `VIRTUAL_ENV=/app/code/venv` does not match the project environment path `.venv` and will be ignored; use `--active` to target the active environment instead Apr 02 19:36:12 error: Failed to install: httpx-0.28.1-py3-none-any.whl (httpx==0.28.1) Apr 02 19:36:12 Caused by: failed to create directory `/app/code/machine-learning/.venv/lib/python3.12/site-packages/httpx`: Read-only file system (os error 30) Apr 02 19:36:12 2025-04-02 17:36:12,247 WARN exited: machine-learning (exit status 2; not expected) Also, I'm not sure if this occurs since the last upgrade: root@2e57dda8-6002-47bd-b15c-be4345bc5a94:/usr/src/app# admin-cli node:internal/modules/cjs/loader:1228 throw err; ^ Error: Cannot find module '/app/code/server/dist/main' at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15) at Function._load (node:internal/modules/cjs/loader:1055:27) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:220:24) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5) at node:internal/main/run_main_module:36:49 { code: 'MODULE_NOT_FOUND', requireStack: [] } Node.js v22.14.0
  • Mount nextcloud data as Immich external library

    5
    1 Votes
    5 Posts
    878 Views
    N
    I'm already using a volume for the main data storage of Nextcloud. My idea was to mount this volume in the Immich app and let it index the pictures inside using an external library. I was not aware of the existence of the "media" group. Once I applied it to the data directory of Nextcloud (chown :media data/), Immich was able to crawl the directory! Thanks!
  • Config File

    4
    0 Votes
    4 Posts
    217 Views
    BrutalBirdieB
    Also see: https://docs.cloudron.io/apps/immich/#settings After changing the file, the app needs to be restarted.
  • HEIC Files

    Solved
    13
    1 Votes
    13 Posts
    1k Views
    C
    @nebulon said in HEIC Files: A new package with a patched libheif is out now. Here at least the sample photos we got work as expected now. I'll check, fingers crossed! Thanks for this! Further to this, I just tested - It's fixed! Perfect. Thanks for the quick resolution.
  • upload from iOS

    1
    1
    1 Votes
    1 Posts
    61 Views
    No one has replied
  • Immich update v1.128.0

    2
    0 Votes
    2 Posts
    233 Views
    girishG
    The tests are failing - https://git.cloudron.io/packages/immich-app/-/merge_requests/26 . We are investigating
  • Map not displaying in Immich

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    nebulonN
    Glad it worked out. Might be worth to report upstream in the Immich issue tracker actually.
  • redirection - waiting for propagation

    Solved
    3
    1 Votes
    3 Posts
    326 Views
    V
    Hi, thanks for answer. As my VPS was "young", I erased everything et re-installed a clean ubuntu on it, then I replaced Cloudflare by bunny. Looks like it works good now.
  • "failed to update assets immich error server"

    3
    1 Votes
    3 Posts
    271 Views
    V
    Hi, thanks for answer. It's strange because despite the popup, updates are ok (location, times, etc).
  • Immich app no longer starting

    Solved
    5
    1 Votes
    5 Posts
    498 Views
    O
    This is OK now. I think that at some point I rebooted that computer and the issue was fixed. I will keep your suggestion in mind for next time. Thanks!
  • How to disable email visibility in shared albums?

    3
    1 Votes
    3 Posts
    329 Views
    archosA
    @girish Thank you, I'll try writing there and let you know.
  • Limiting backup counts on large libraries

    3
    2 Votes
    3 Posts
    430 Views
    R
    I found an solution to this issue by switching to rsync for backups (with hetzner storage box). Since each backup is incremental, it doesn't matter how many backups are stored. The backup size pretty much matches the app size.
  • Faster backup using rsync or tgz

    3
    0 Votes
    3 Posts
    448 Views
    R
    Circling back after some testing. Rsync with backblaze didn't seem to perform very well. Tho i'm not sure i had it configured correctly. It looked like it tried to sync everything each time. Rsync set up with hetzner storage box works like a charm. Each sync after the first one is fast.
  • Immich Package 1.73.0 is not responding

    Solved
    9
    1
    2 Votes
    9 Posts
    1k Views
    A
    This fixed, thank you, @kubasbimbas, I appreciate it.