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

68 Topics 643 Posts
  • Immich - Package Updates

    Pinned
    212
    1 Votes
    212 Posts
    108k Views
    Package UpdatesP
    [1.92.0] Update immich to 2.1.0 Full Changelog feat(server): improve checkAlbumAccess query performance by @skatsubo in #22467 fix(web): do not notify on patch releases by @jrasm91 in #22591 fix(web): Uniform random distribution during shuffle by @Pascal-So in #19902 feat(web): seconds and milliseconds in timestamps by @kaziu687 in #20337 feat(web): Add upload to stack action by @Sese-Schneider in #19842 feat(server): add immich.users.total metric by @Tushar-Harsora in #21780 feat: local album events notification by @alextran1502 in #22817 fix(docs): link to immich docs does not lead correctly to docs by @XavierDupuis in #22687 fix(server): fix chunking Postgres query parameters by @skatsubo in #22684 fix(ml): Resolve IPv6 startup crash and healthcheck failure by @CaptainJack2491 in #22387
  • Google is flagging Immich sites as dangerous

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

    5
    2 Votes
    5 Posts
    209 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
    11k 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
    3k 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
    566 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
    597 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
    511 Views
    nebulonN
    This is fixed with latest package release now.
  • Immich update to v1.130.3

    Solved
    7
    0 Votes
    7 Posts
    1k 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
    3k 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
    702 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
    184 Views
    No one has replied
  • Immich update v1.128.0

    2
    0 Votes
    2 Posts
    558 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
    497 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
    579 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
    1k 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
    708 Views
    archosA
    @girish Thank you, I'll try writing there and let you know.