Search the Community
Showing results for tags 'immich'.
-
Getting there, these are what I have running at the moment. iX App is owncloud running, that took about 30 hours and 4 different AI chat bots mainly. There wasnt much out there to help with getting it to run. Why owncloud and not next cloud. I had next cloud installed, didnt like it. So I tried owncloud which feels tidier and more refined and it does what I want it to do. I would love to try and make an install app for it (if your listening hexos people and turenas people) . Whats next, reverse proxy so I can access it all securely from the outside. I did have something like jellyfin.home working with https for my local, however the tv doesnt like it. Computers are fine.
-
I recently upgraded my GPU from a GTX960 to a GTX1660 SUPER. After I got the server up and running again I went into the true nas shell and ran NVIDIA-SMI to make sure the GPU is showing correctly and it is. However when I noticed I wasn't transcoding in Jellyfin I checked to make sure the GPU was still set to pass through, and it wasn't. I checked the box and hit update and then I get this error: error FAILED [EFAULT] Failed to render compose templates: Traceback (most recent call last): File "/usr/bin/apps_render_app", line 33, in sys.exit(load_entry_point('apps-validation==0.1', 'console_scripts', 'apps_render_app')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/catalog_templating/scripts/render_compose.py", line 47, in main render_templates_from_path(args.path, args.values) File "/usr/lib/python3/dist-packages/catalog_templating/scripts/render_compose.py", line 19, in render_templates_from_path rendered_data = render_templates( ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/catalog_templating/render.py", line 36, in render_templates ).render({'ix_lib': template_libs, 'values': test_values}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render self.environment.handle_exception() File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception raise rewrite_traceback_stack(source=source) File "/mnt/.ix-apps/app_configs/jellyfin/versions/1.1.21/templates/docker-compose.yaml", line 3, in top-level template code {% set c1 = tpl.add_container(values.consts.jellyfin_container_name, "image") %} ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/.ix-apps/app_configs/jellyfin/versions/1.1.21/templates/library/base_v2_1_16/render.py", line 59, in add_container container = Container(self, name, image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/.ix-apps/app_configs/jellyfin/versions/1.1.21/templates/library/base_v2_1_16/container.py", line 94, in __init__ self.deploy: Deploy = Deploy(self._render_instance) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/.ix-apps/app_configs/jellyfin/versions/1.1.21/templates/library/base_v2_1_16/deploy.py", line 15, in __init__ self.resources: Resources = Resources(self._render_instance) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/.ix-apps/app_configs/jellyfin/versions/1.1.21/templates/library/base_v2_1_16/resources.py", line 24, in __init__ self._auto_add_gpus_from_values() File "/mnt/.ix-apps/app_configs/jellyfin/versions/1.1.21/templates/library/base_v2_1_16/resources.py", line 55, in _auto_add_gpus_from_values raise RenderError(f"Expected [uuid] to be set for GPU in slot [{pci}] in [nvidia_gpu_selection]") base_v2_1_16.error.RenderError: Expected [uuid] to be set for GPU in slot [0000:01:00.0] in [nvidia_gpu_selection] add_circle_outlineMore info... I've been googling for a few days and I can't find any solution that could help. I made sure the right GPU is showing up in the jellyfin/immich settings, I've rebooted and made sure the GPU isn't isolated in truenas. Anyone run into anything like this?
-
Nooby here, I started with hexos recently so everything it still fresh. I added immich using hexos. When asked to use a storage template I choose: 2022/February/03/IMAGE_56437.jpg When I checked TrueNas it created some folders - it created some default folders in /Applications/immich/ - it created the Photos folder on the same level as Applications A smb share to the /Photos folder was created automagically for me. When I upload a photo, I do see the folders for it in this smb share on my win11 pc. \Photos\admin\2025\April\01 But there is no photo in there. To be sure I added my user to the smb ACL with full control. No luck. But when I create an smb share of /Applications/immich/uploads/ I can find the uploaded photos back, however, then the storage template is traded in for UUIDs. So instead of \Photos\admin\2025\April\01 I have to navigate to \uploads\fe8eafc3-d3c4-4bd0-89bf-49b97915ddef\38\21 I want either the photos to appear under /photos/... or have the template structure visiblue in /uploads/... Is that possible?
-
Hey guys, I have a few problems with Immich. When I installed it, I just pressed install in Hex OS. Now I have the problem that Immich does not recognize the used disk space correctly. It says it is about 1MB. But in the admin panel of Immich I see 90GB for my user. I also don't know where the pictures are saved, I would like to save them somewhere else as a backup but I don't know how to get to the files. Can anyone help me with these problems?
-
Immich installation uses data sets below /mnt/HDDs/Applications/immich/{videos,profile,uploads,thumbs} which is a bit confusing as the .immich database is stored under /mnt/HDDs/Photos. Wouldn't it make more sense to put the uploads/videos under Photos as well so they can also be accessed via Samba? It'd also make it easier to configure cloud sync backups?
-
I got a notification when loading up immich today stating that there is a new version. How is Hexos streamlining app updates? I went into the trunas admin portal and update from there but i'm still on v1.124.2 the update notification was for 1.25 i think. I cant get the notification to re appear.
-
Hi all, First time posting on the HexOS forum, hopefully I've categories my issue in the right location. I'm having an issue with Immich, it's unfortunately not deploying on my NAS. Once I booted up HexOS for the first time I installed Immich to play around with the one click installation. I ended up playing with the app configure to try and move the data folder and ended up uninstalling the app. I've since tried re-installing the app but it's now stuck in a deploying loop and won't launch. I've logged into TrueNAS to see the jobs list and found the error log which I've copied and pasted below: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 535, in __run_body rv = await self.middleware.run_in_thread(self.method, *args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1364, in run_in_thread return await self.run_in_executor(io_thread_pool_executor, method, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1361, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 183, in nf return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 55, in nf res = f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/app_scale.py", line 51, in start compose_action(app_name, app_config['version'], 'up', force_recreate=True, remove_orphans=True) File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/compose_utils.py", line 57, in compose_action raise CallError( middlewared.service_exception.CallError: [EFAULT] Failed 'up' action for 'immich' app, please check /var/log/app_lifecycle.log for more details I don't know what any of this means as I'm the target audience for Hex which is enthusiast. If anyone knows how to resolve the issue I would love some support! Thanks in advance, Matt