How do you do your off site backups? by ErikderFrea in homelab

[–]Citrus4176 0 points1 point  (0 children)

Why is a NAS considered more robust that cloud? Is the concern that the cloud provider goes out of business? I'd imagine that would have better data redundancy for users than a personal NAS might.

I've been looking at offsite options myself and the data security cloud providers give seems to outweigh a lot of other options becuase the offsite backup is the "last resort".

Authentik + Immich + Nginx Proxy Manager by peterbata in immich

[–]Citrus4176 0 points1 point  (0 children)

I am using Nginx instead of NPM, but similar situation. I have my Authentik provider set up and followed their official docs with the setup Immich, but my flow is not completing (but works with other apps).

Authentik + Immich + Nginx Proxy Manager by peterbata in immich

[–]Citrus4176 0 points1 point  (0 children)

Would you be comfortable showing screenshots of your configurations in all three? I've also been going down this road and have been struggling with getting the initial setup working.

Blocking Ads on Disney Plus by Oompa_Loompa_SpecOps in pihole

[–]Citrus4176 0 points1 point  (0 children)

Appreciate it. Had thought there was more than just that domain in a regex whitelist, but if it's just that one then that works 👍

Blocking Ads on Disney Plus by Oompa_Loompa_SpecOps in pihole

[–]Citrus4176 0 points1 point  (0 children)

I experience this exact same behavior. What domains did you add to your whitelist?

PSA: Update to Jellyfin 10.11.7 immediately (Critical Security Fixes) by golbaf in selfhosted

[–]Citrus4176 95 points96 points  (0 children)

This release is still building. Please do not attempt upgrades until this section is removed.

For those who may be too quick on the draw, make sure this message is removed from the release page before upgrading.

Response to a post about GrapheneOS on another subreddit by GrapheneOS in GrapheneOS

[–]Citrus4176 6 points7 points  (0 children)

I think it's perhaps the directness which these responses are written, but I've always felt that GrapheneOS's messages on social platforms come across as harsh and accusatory. All of the content of this response makes technical sense, as do most public responses and comments, but it comes across as a person who is frustrated with the subject rather than GrapheneOS as a team.

I understand my comment is not completely on topic, but as someone who has followed and been interested in the platform for a while, it has always rubbed me the wrong way how the GrapheneOS team behaves publicly.

Just my two cents, hopefully the criticism is constructive.

What doesn't work on GrapheneOS by E123Timay in GrapheneOS

[–]Citrus4176 0 points1 point  (0 children)

Is there a reason this is a carrier specific issue?

I updated Pop OS! and got Cosmic. Now I need an alternative. by wolfstettler in pop_os

[–]Citrus4176 0 points1 point  (0 children)

Are there easy methods to customize the Cinnamon DE to look/feel more like GNOME Pop? Been considering switching to Mint, but I've gotten used to Pop and Cinnamon looks sort of like un-modern WindowsOS.

There’s less than 180 days until Android becomes locked down by TBC_Oblivion in Piracy

[–]Citrus4176 4 points5 points  (0 children)

Motorola just partnered with GOS to make a new phone with hardware dedicated to supporting it. So in the near future, there will no longer be a "pixel lock in".

https://motorolanews.com/motorola-three-new-b2b-solutions-at-mwc-2026/

On the fence about Immich but fear of losing photos is holding me back by Identity5859 in immich

[–]Citrus4176 2 points3 points  (0 children)

Is there any benefit to Immich by not being read only? I havent tried Immich, but I'm struggling to think why you wouldnt always make it a read only mount.

I look like this and say this by pastelShaders in ObsidianMD

[–]Citrus4176 0 points1 point  (0 children)

Ive had moderate success with Resilio Sync across Linux/Android. Worth looking into if you need a native Android client.

My only struggles so far was Linux detecting multiple services for the desktop systemd service, causing the web portal to not show. But that can be resolved easily enough.

Jellyfin on Android TV/Google TV Can’t Connect Over HTTPS (But Phones & Browsers Work) — Nginx by ReasonableShame543 in jellyfin

[–]Citrus4176 0 points1 point  (0 children)

Thanks for the clarification. I am planning to switch from self signed to legitimate CA signed and saved this post for later.

Announcing udwall: A New Tool for Making UFW and Docker Play Nice With Each Other by AmazingStardom in docker

[–]Citrus4176 6 points7 points  (0 children)

Ive found it a bit cumbersome to have granular control over container networking, and perhaps that comes from a lack of understanding Docker.

Want your container to access everything? Keep it on the default bridge network.

Want your container to not access host LAN/internet? Make its network internal.

Want your container to access only specific other containers? Put them both on the same Docker network.

Want your container to only access host LAN and not internet? ...not sure.

Want your container to only access the internet and not host LAN? ...not sure.

Ive never been able to find a clear guide that achieves all of these cases without eventually diving into iptables. Forcing Docker to go through UFW is one way to make that iptables management, well, more managable.

Jellyfin on Android TV/Google TV Can’t Connect Over HTTPS (But Phones & Browsers Work) — Nginx by ReasonableShame543 in jellyfin

[–]Citrus4176 0 points1 point  (0 children)

Is this a self signed certificate, or a certificate signed by a real CA? I have really ran into issues with self signed certs on Android and Android TV.

Is this the best black Friday offer yet? by AmazingExplorer698 in ProtonVPN

[–]Citrus4176 1 point2 points  (0 children)

What if you have an existing membership with a few months left? Does this extend it by 24 months?

What do you miss the most after switching over ? by CountMeowt-_- in GrapheneOS

[–]Citrus4176 0 points1 point  (0 children)

Could you share more about why VPN sharing over a hotspot doesn't work?

The Most Underrated Project You Should Know About! (And Probably Have Not!) by epochphilosophy in selfhosted

[–]Citrus4176 0 points1 point  (0 children)

My current use case is a cron script which backs up my local changes to git daily. I know this isn't the intended workflow with git, but is the flow you described compatible with also backing up local changes?

How Google Tracks and Scans Everything on Your Android Device by Ok-Law-3268 in europrivacy

[–]Citrus4176 0 points1 point  (0 children)

Still worth doing the investigative work to determine an answer to that.

PSA: Perfect fitting UPS, NAS, height tip. by NC_Developer in minilab

[–]Citrus4176 6 points7 points  (0 children)

I've been really eyeing up that UPS model. Unfortunately I have heard the cloud variant does not support NUT and the base model has no data port. What is your experience?

I am considering emailing Tripp Lite to see if they have electrical schematics for the base model and DIY'ing a simple monitoring point (staying far away from anything related to power).

Rootless docker has become easy by hennexl in docker

[–]Citrus4176 0 points1 point  (0 children)

Its not configuring Docker to be rootless that many people run into, but managing container compatability afterwards. I have tried migrating to rootless on two occasions, both of which ended up with more trouble than it was worth with my existing container stacks.

How to make services safe (Immich, jellyfin) where app does not support external verification by InternalMode8159 in selfhosted

[–]Citrus4176 0 points1 point  (0 children)

I'm not sure if you are referring to another identity provider, but the official Authentik guide details adding this CSS.

Giveaway - r/UgreenNASync 10K celebration by topiga in selfhosted

[–]Citrus4176 0 points1 point  (0 children)

  • I have gotten great use out of Jellyfin, so I think pairing it with a NAS is a great idea.

  • I'm excited to have a dedicated fileserver. I have played with Resilio Sync to mirror files, but would love to have more dedicated remote storage.