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

70 Topics 657 Posts
  • Immich - Package Updates

    Pinned
    217
    1 Votes
    217 Posts
    120k Views
    Package UpdatesP
    [1.94.1] Change admin-cli to immich-admin to stay consistent with the doc and fixup the script
  • admin-cli: Error: Cannot find module '/app/code/server/dist/main'

    7
    1 Votes
    7 Posts
    103 Views
    S
    Hello @james, and thank you! Remarkable indeed. As I don't know anything about the number of Cloudron instances, their respective user counts etc., I could only make wild assumptions. But guess immich is quite popular. (Perhaps lots of people set a default storage quota in their configuration? Or maybe having a local config was obligatory at some point? Or most just adjust the quota for every user individually?)
  • Changing CLIP model not processed

    Solved
    2
    1 Votes
    2 Posts
    66 Views
    imc67I
    just tried again but without the very last comma .... and now it works. poeh, what a comma can do ... or not
  • Google is flagging Immich sites as dangerous

    immich censorship google
    1
    1
    3 Votes
    1 Posts
    124 Views
    No one has replied
  • Sync updated to v2

    5
    2 Votes
    5 Posts
    467 Views
    girishG
    If you can drop us your domain name at support@cloudron.io , I can enable the Cloudron 9 update. We can also help with any issues you might hit during the update (most likely, there is none).
  • Can't get past the admin screen

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    jamesJ
    Closed due to inactivity
  • Storage management in Immich?

    47
    2 Votes
    47 Posts
    15k 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

    29
    0 Votes
    29 Posts
    4k 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
    776 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
    711 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
    708 Views
    nebulonN
    This is fixed with latest package release now.
  • Immich update to v1.130.3

    Solved
    7
    0 Votes
    7 Posts
    2k 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
    4k 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
    885 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
    3k 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
    228 Views
    No one has replied
  • Immich update v1.128.0

    2
    0 Votes
    2 Posts
    664 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
    3k 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
    544 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
    678 Views
    V
    Hi, thanks for answer. It's strange because despite the popup, updates are ok (location, times, etc).