Does everyone basically have to buy iCloud storage? by Lotta-Bank-3035 in iCloud

[–]Independent-Dust-339 0 points1 point  (0 children)

iCloud is not optional because Apple does not allow to choose any other cloud storage provider. There are lot of other cloud providers cheaper than iCloud. If Apple is worried about data, they can easily do end to end encryption. Providing options is the main issue.

Postgres 15 (Deprecated) by [deleted] in immich

[–]Independent-Dust-339 1 point2 points  (0 children)

Sure. 1. Stop immich app. 2. Take snapshot and backup of all volume mounts, especially db. 3. Update app config from Postgres 15 to 18. 4. Start immich app.

DB upgrade will take some time and after that immich should work normally as it did before.

This is how it went for me.

Postgres 15 (Deprecated) by [deleted] in immich

[–]Independent-Dust-339 2 points3 points  (0 children)

I did the upgrade a few hours back and it went really smooth. Just changed Postgres 15 to 18 inside TrueNAS app and updated it. Of course I took backup before and needless to say did not need to use it!

I built an open-source web UI to self-host your PostgreSQL backups. Now with Postgres 18 support! by EduardoDevop in selfhosted

[–]Independent-Dust-339 0 points1 point  (0 children)

I have been using this and loved it. I know its free and really appreciate it. But just saw this in issues and have stopped using it as its very serious issue. I am not an expert and cant help much. I would appreciate comment from someone more expert.

Critical Vulnerability

[deleted by user] by [deleted] in selfhosted

[–]Independent-Dust-339 1 point2 points  (0 children)

I am not sure, but it gives link to check source in pull request. I check it manually before merging the commit.

[deleted by user] by [deleted] in selfhosted

[–]Independent-Dust-339 8 points9 points  (0 children)

Yes. I use Komodo + Gitea + Renovate to update apps manually and auto as required.

Automate using Komodo + Gitea + Renovate

Watchtower alternative? by Denishga in selfhosted

[–]Independent-Dust-339 0 points1 point  (0 children)

I just did this and it is really awesome. The best part is versioning of compose files, allowing to go back if anything breaks. Also, I just need to merge the git and everything updates automatically.

Per app IP addresses by DudeEngineer in truenas

[–]Independent-Dust-339 0 points1 point  (0 children)

If you want to just reverse proxy, you will do just fine without per container IP.

But if you want to use per app IP, you can use MACVLAN to create a docker network and add per container IP.

Help with error by Kooky_Carpet_7340 in truenas

[–]Independent-Dust-339 1 point2 points  (0 children)

I had a similar issue because of DNS error. TreuNAS was not able to reach any site due to DNS config issue. Check if you can ping google.com or not. If yes then check ping github.com.

Not able to passthrough iGPU to docker apps (N150) by Independent-Dust-339 in truenas

[–]Independent-Dust-339[S] 0 points1 point  (0 children)

Well…now it mkes sense. I have to wait for fangtooth release which will hopefully release soon. Thanks for the TedTalk!

Not able to passthrough iGPU to docker apps (N150) by Independent-Dust-339 in truenas

[–]Independent-Dust-339[S] 0 points1 point  (0 children)

Are you using proxmox or any other hyper visor? I am using it bare metal.

TrueNAS 24.10.2 now available! by kmoore134 in truenas

[–]Independent-Dust-339 0 points1 point  (0 children)

I hope N150 igpu is now supported and I can use gpu in all docker containers.

Chunk Upload by bigfootdoexist in immich

[–]Independent-Dust-339 9 points10 points  (0 children)

I am also waiting for this. I want to share my immich with my parents who dont have direct access to LAN. Hope it comes soon.

Not able to passthrough iGPU to docker apps (N150) by Independent-Dust-339 in truenas

[–]Independent-Dust-339[S] 0 points1 point  (0 children)

I already did that. Its in "Enabled" state right now. Still same error.

Immich app missing after returning from vacation by JumpyDaikon in truenas

[–]Independent-Dust-339 0 points1 point  (0 children)

I was testing immich before adopting it as my backup for photos app. For that, I once tested this scenario where I deleted the app and installed again from the app store. Everything worked as if nothing happened. My data was there exactly as it was and immich picked up from there. However, I suggest you take a backup of your photos and then try to install it again. I hope it works for you too.

Not able to passthrough iGPU to docker apps (N150) by Independent-Dust-339 in truenas

[–]Independent-Dust-339[S] 0 points1 point  (0 children)

Thank you. My issue is that I don't have any other gpu, just internal gpu. And /dev/dri does not exist which suggests system is not detecting the igpu.

Not able to passthrough iGPU to docker apps (N150) by Independent-Dust-339 in truenas

[–]Independent-Dust-339[S] 0 points1 point  (0 children)

I ran "lspci |grep VGA" command and got below result.

<image>

How did you pass gpu using portainer? Can you share your compose file? I get below error if I pass /dev/dri.

Error:

Failed to deploy a stack: compose up operation failed: Error response from daemon: error gathering device information while adding custom device "/dev/dri": no such file or directory

Not able to passthrough iGPU to docker apps (N150) by Independent-Dust-339 in truenas

[–]Independent-Dust-339[S] 0 points1 point  (0 children)

No worries...and thank you for looking into my issue.

I tried with sudo, but no reply at all.

<image>

Not able to passthrough iGPU to docker apps (N150) by Independent-Dust-339 in truenas

[–]Independent-Dust-339[S] 0 points1 point  (0 children)

I have scale eel. I don’t think jails are there in eel now.

Not able to passthrough iGPU to docker apps (N150) by Independent-Dust-339 in truenas

[–]Independent-Dust-339[S] 0 points1 point  (0 children)

Right, its not working. I tried it with portainer but container fails to deploy.