couch1potato
@couch1potato@lemmy.dbzer0.com
- Comment on What's up, selfhosters? It's selfhosting Sunday again! 2 weeks ago:
I have caddy on a vps that serves as a tailscale exit node and also reverse proxies over the tailnet. My pfsense router is also in the tailnet and exposes some subnet ip addresses to the tailnet. So for example I have public domain watch.example.com hits my caddy and gets proxied to internal IP 192.168.31.48 which is my jellyfin docker.
- Comment on I have never met a woman named after her own mother 2 weeks ago:
You’re good. My wife is Mexican and she has the same first name as her mother.
- Comment on How I view others in social media 3 weeks ago:
yes
- Comment on Very gently, I’m sure 3 weeks ago:
My life is plastic; it’s fantastic.
- Comment on List of Alternatives to Adobe Programs 4 weeks ago:
Shout out to pdfgear.
Does almost all the pdf file manipulation anyone needs and it’s free.
- Comment on Introducing Lab Rax: A 3D Printable & Modular 10" Rack System - The DIY Life 5 weeks ago:
Indeed. I have done so.
- Comment on Introducing Lab Rax: A 3D Printable & Modular 10" Rack System - The DIY Life 5 weeks ago:
Seems like a cool idea but I feel like if you’re buying rack hardware you should be able/willing to buy a metal frame to house your stuff in.
- Comment on What is Docker? 5 weeks ago:
I don’t know too much about snap (I literally haven’t had to touch my immich setup) but as far as I remember when I set it up that was snap’s whole thing - it maintains and updates itself with minimal administrative oversight.
- Comment on What OS should I use for self-hosting that doesn't require extensive terminal knowledge? 5 weeks ago:
I was in the same spot about 3 years ago and I started with Unraid. Got me into docker and dipping my toes into command line stuff.
Honestly though you’re going to quickly outgrow your old laptops…
- Comment on What is Docker? 5 weeks ago:
I’ve had immich running in a VM as a snap distribution for almost a year now and the experience has been leaps and bounds easier than maintaining my own immich docker container. There have been so many breaking changes over the few years I’ve used it that it was just a headache. This snap version has been 100% hands off “it just works”.
- Comment on Selfhosting static site behind two routers? 5 weeks ago:
I’m actually behind 3 routers and still hosting stuff to the internet. My house is behind cgnat, I have two isp routers, which both connect to a pfsense router (ip of which is in tge dmz of each isp router).
My pfsense router and a free vps hosted at oracle are both connected via tailscale. Pfsense router advertises specific subnet addresses to the tailnet. VPS uses caddy to reverse proxy to those subnet addresses to expose them to the internet.
- Comment on Recipes, Meal Planning, and Shopping List 1 month ago:
I was happy with tandoor for a while. Didn’t try any others.
However one problem remains for me; my household is bilingual. Any real recipe manager like this (for me) needs to easily convert ingredients/recipes between two languages.
Anyone know of any solution for this (aside from manually running every recipe output through a translator)?
- Comment on [deleted] 1 month ago:
Describes my day at work
- Comment on As a US citizen who was born in the UK, how risky is it to leave and reenter the US right now? 1 month ago:
Good to know, thanks for the resource and the clarification 👍
- Comment on As a US citizen who was born in the UK, how risky is it to leave and reenter the US right now? 1 month ago:
The thread started out talking about citizenship through great grandparents, which to me sounded a whole lot like claiming citizenship through jure sanguinis. This is what the two links I posted were about. Then halfway through he started talking about residency, which, sure, probably has different requirements.
I haven’t looked deeply enough into it to see where cnn sourced their information as I’m not that far into my process yet to need to be concerned about it yet…
As for your link, yeah I don’t see any language requirement either. Is this regarding claiming citizenship through jure sanguinis or through residency?
- Comment on As a US citizen who was born in the UK, how risky is it to leave and reenter the US right now? 1 month ago:
Those are both new… I’ve been tracking this and collecting my own documents for some time. But if you can’t be bothered to read or search for yourself I’m going to stop engaging with you. Thanks for playing.
- Comment on As a US citizen who was born in the UK, how risky is it to leave and reenter the US right now? 1 month ago:
Under the new regulations, applicants must have at least one Italian parent or grandparent to apply under jus sanguinis. They must also demonstrate Italian language proficiency, which was previously only needed for naturalization through residency or marriage. The proficiency test is a five-part state exam held several times a year, or a higher level equivalency test for those not living in Italy.
At the moment applicants do not have to be currently living in Italy, but do need to have previously lived in the country for three years to be eligible.
Italian language proficiency, prior Italian residency for 3 years, those are both new as well.
- Comment on As a US citizen who was born in the UK, how risky is it to leave and reenter the US right now? 1 month ago:
You should read the first link
- Comment on As a US citizen who was born in the UK, how risky is it to leave and reenter the US right now? 1 month ago:
edition.cnn.com/2025/04/01/travel/…/index.html
boccadutri.com/italian-citizenship-by-descent-dec…
Some resources. There’s a whole new list of requirements.
- Comment on As a US citizen who was born in the UK, how risky is it to leave and reenter the US right now? 1 month ago:
From what I read itsly “ended” it, but it’s not confirmed permanent yet, there will be a vote 60 days after march 28 to make it permanent. Their new restrictions are pretty extreme though. I would expect the vote to not pass, but some other version of this will get passed at some point.
- Comment on 🗂️ ChartDB – Open-Source Database Diagrams | Self-Hosted Alternative to dbdiagram.io & DrawSQL 1 month ago:
This looks really cool. Anyone know if there is a way to make something like this ingest a gedcom file and put out a visual like this?
- Comment on TIL - Caddy 1 month ago:
Did you have a mistake in your caddyfile? Or, what led to this? I’m using caddy as well and could be good to know, though I don’t recall seeing that warning.
- Comment on New Jellyfin Server/Web release: 10.10.7 1 month ago:
Here. I’m on docker 3.7. I think it’s correct…
services: elinorr: image: registry.gitlab.com/mwirth001/elinorr:latest container_name: elinorr environment: - PUID=1000 - PGID=1000 - TZ=America/Chicago - SHOW_LIST=“design-squad” volumes: - ‘/mnt/user/appdata_docker/elinorr:/elinorr/config’ - ‘/mnt/user/media/zz_downloads/elinorr_downloads:/elinorr/downloads’ restart: unless-stopped
- Comment on New Jellyfin Server/Web release: 10.10.7 1 month ago:
Ty sir 🫡
- Comment on New Jellyfin Server/Web release: 10.10.7 1 month ago:
So I just got back to this today and I still have the same error:
KeyError: ‘collections’ ‘2025-04-08 20:31:17,226 - INFO - Entering elinorr function’ ‘2025-04-08 20:31:17,226 - INFO - Successfully set show_list.’ ‘2025-04-08 20:31:17,226 - INFO - Successfully finished pre-flight checks, beginning main loop of Elinorr.’ ‘2025-04-08 20:31:17,228 - INFO - Successfully connected to elinorr.db.’ ‘2025-04-08 20:31:17,229 - INFO - Processing show “design-squad”’ Traceback (most recent call last): File “/elinorr/elinorr.py”, line 175, in <module> elinorr(SHOW_LIST, WORK_DIR, SCAN_INTERVAL) File “/elinorr/elinorr.py”, line 136, in elinorr for episode in content_json[‘collections’][‘episodes’][‘content’]: KeyError: ‘collections’ ‘2025-04-08 20:31:19,132 - INFO - Entering elinorr function’ ‘2025-04-08 20:31:19,132 - INFO - Successfully set show_list.’ ‘2025-04-08 20:31:19,133 - INFO - Successfully finished pre-flight checks, beginning main loop of Elinorr.’ ‘2025-04-08 20:31:19,135 - INFO - Successfully connected to elinorr.db.’ ‘2025-04-08 20:31:19,137 - INFO - Processing show “design-squad”’ Traceback (most recent call last): File “/elinorr/elinorr.py”, line 175, in <module> elinorr(SHOW_LIST, WORK_DIR, SCAN_INTERVAL) File “/elinorr/elinorr.py”, line 136, in elinorr for episode in content_json[‘collections’][‘episodes’][‘content’]: KeyError: ‘collections’
- Comment on Does anyone have ideas for cable management here? 1 month ago:
Not sure if it’s an option for you but, make a cabinet hidey-hole thing on the other side of the wall, run cables through wall and plug in somewhere over there, profit.
- Comment on New Jellyfin Server/Web release: 10.10.7 1 month ago:
Ah cool. Thanks for checking it out.
- Comment on New Jellyfin Server/Web release: 10.10.7 1 month ago:
Ah. I just walked away from my computer for the day. I can check tomorrow.
- Comment on New Jellyfin Server/Web release: 10.10.7 1 month ago:
So i got the container running, logs are showing the same error loop every couple of seconds. I’m wondering if it’s because the video url don’t match what’s in your gitlab readme:
- Comment on New Jellyfin Server/Web release: 10.10.7 1 month ago:
I’m also interested 🫡