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

67 Topics 638 Posts
  • Immich - Package Updates

    Pinned
    211
    1 Votes
    211 Posts
    102k Views
    Package UpdatesP
    [1.91.0] Update immich to 2.0.1 Full Changelog fix: do not delete asset on share by @shenlong-tanwen in #22578 fix: remove new timeline version check by @shenlong-tanwen in #22584 fix: show only owned assets in places and map by @shenlong-tanwen in #22585 fix: show activity in shared albunm by @alextran1502 in #22589 fix: compass button overlaps status bar by @YarosMallorca in #22330 fix: shrink age view to fit and not overflow by @bwees in #22405 fix: mitigate database lock scenario when running full sync in splash screen page by @alextran1502 in #22608 fix: bottom navigation bar overlay sheet info by @alextran1502 in #22610 fix: respect storage indicator setting by @shenlong-tanwen in #22596 fix: do not run multiple engines on cold startup by @shenlong-tanwen in #22518
  • Sync updated to v2

    2
    1 Votes
    2 Posts
    78 Views
    nebulonN
    Please note that Immich v2 app package requires Cloudron 9, which will take some time to get fully rolled out. To keep immich using, downgrade the phone app. For Android this means installing the previous APK for the moment.
  • 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
    10k 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
    485 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
    551 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
    434 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
    631 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
    2k 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
    146 Views
    No one has replied
  • Immich update v1.128.0

    2
    0 Votes
    2 Posts
    503 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
    2k 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
    484 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
    543 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
    658 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
    725 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.