d00phy
@d00phy@lemmy.world
- Comment on Route outgoing traffic of a docker bridge network through VPN 1 week ago:
So I got back to my server, and here’s what I do:
gluetun settings:
services: gluetun: *snip* ports: *snip* - 8090:8090 # port for qbittorrent *snip*
qbittorrent (in the same compose.yml):
qbittorrent: image: linuxserver/qbittorrent:latest container_name: qbittorrent environment: *snip* - WEBUI_PORT=8090 *snip* network_mode: service:gluetun # run on the vpn network depends_on: gluetun: condition: service_healthy *snip*
Also, in qbittorrent settings you can bind it to a network device. In my case it’s “tun0.” This same thing can probably be done w/ a docker network in a gluetun container and separate containers that rely on that network being up, but I haven’t looked into it. Right now, I have 2 other services that require VPN, and I’m looking at possibly 1 or 2 more. That’s pretty manageable as a single stack, I think.
- Comment on Route outgoing traffic of a docker bridge network through VPN 1 week ago:
This was my thought as well. Anything by that requires VPN is added to that stack and if I can bind it to the “tun” device I do - but the container requires gluten to be up.
- Comment on Nobody has ever lit a cigarette because of happiness. Smoking is a anxiety-coping mechanism. 1 week ago:
I’ve known enough people who happily, knowingly, smoked themselves right into the grave to know this just isn’t the case.
- Comment on Self-Host Weekly (17 October 2025) 2 weeks ago:
I thought HA stopped selling Yellows awhile back.
- Comment on Any advice for me a guy turning 18 yo old?? 2 weeks ago:
If you can’t be alone with, and genuinely love, yourself; you’ll never be able to do that with someone else. Living alone for a little while really helped me either this.
- Comment on Any advice for me a guy turning 18 yo old?? 2 weeks ago:
Treat others the way you want to be treated.
Read.
If you don’t know, ask or find out. Knowledge is rarely a Bad Thing.
Read.
Take care of your health. It gets a lot harder as you get older.
Read.
Seriously, go to a library. Pick something. If you don’t like it, return it for something else. If you do, get some more like that one. But don’t be afraid to branch out.
- Comment on Any advice for me a guy turning 18 yo old?? 2 weeks ago:
Measure twice, post once!
- Comment on American cops think they're what American firemen ARE. 2 weeks ago:
They tend to draw recruits from the same groups of people, though. Difference is firemen don’t have to put handcuffs on anyone, write tickets, or take people to jail. The nature of their job pretty regularly puts them in a position to be the savior. It’s possible that those experiences with their communities can make firemen more empathetic, but I wouldn’t be surprised to learn most of them are at least MAGA-adjacent.
- Comment on [deleted] 4 weeks ago:
AFAIK, the only involvement SCOTUS has in a presidential impeachment is the chief justice presides over the hearing in the Senate. That’s the procedure that would remove the president from office.
- Comment on I wonder why the widespread adoption of the internet hasn't been good for society as a whole. 1 month ago:
I should probably try going back to it. Saw the first episode and never went back to it.
- Comment on I wonder why the widespread adoption of the internet hasn't been good for society as a whole. 1 month ago:
Dude, they don’t even need the Internet anymore. They just tell lies wherever. Tell them enough and they stop being lies. That’s how it works, right? If enough people believe the lie, it becomes the truth.
- Comment on Someone finally made a "Sonarr for YouTube" 1 month ago:
Trash is a great place to start. There was another guy I found helpful, too. Dr Frankenstein, I think? Also, I can’t remember where I found the swag write-up I used for my current setup, but swag/dockerproxy are awesome. No open ports on the router, and automatic subdomain/SSL setup w/ Cloudlfare by adding 1 label to the compose file.
Only 2 notes I have about Trash guides are:
- Include some kind of ingest directory for qbittorrent. Helpful when you want to d/l a torrent that’s not managed by one of the arrs. Just save it there and thy will be done!
- Pay close attention to the quality settings. Most don’t have a fallback quality. So if you say you want 4k for movies, it will often fail to find something, especially if it’s older, and you have to go see why, change the quality to 1080, etc. Instead, use the quality guide to understand how it works, and set up what you want with appropriate fallback. For example, I prefer to get 720p for TV. Especially w/ long running shows they can take up A LOT of space, even at 1080! BUT sometimes 720 just isn’t available. 1080 is usually the first thing that comes out, so I add 1080 as second choice. For older shows, I add DVD quality as third choice, HDTV next, and 480p last (probably have those last two backwards). This way, it will pretty much always get something decent, and if the quality I want is ever released, I have it configured to continually search. Looking over the Trash guides definitely helped me dial this in, but I’m not using the stock version of any of their presets.
One thing I need to figure out is identifying shows that have hearing disabled tracks as their default/only. I’ve been watching Taskmaster, and lots of the episodes in more recent seasons have the descriptive voice-over that’s annoying to me since I don’t need it.
- Comment on Including a Pangolin VPS in homelab cluster? 1 month ago:
I want to say Dreams of Code (or his other channel Dreams of Autonomy?) did a video on VOS setup where he secured the connection between VPS and home. I think he used Tailscale. I’ll see if I can find the video.
- Comment on Meta uses AI for all their recruiting now and shit has gotten out of control 1 month ago:
You should be sainted.
- Comment on Where is Immich going to be in 1 year? What's your prediction? 2 months ago:
It’s a throwaway address I use for online vendors. Most of those get an addy.io address nowadays, but Reddit still goes to the original address.
- Comment on Where is Immich going to be in 1 year? What's your prediction? 2 months ago:
AFAIK, it actually doesn’t require modification of the original file at all. It can be done with a metadata change in a sidecar file.
- Comment on Where is Immich going to be in 1 year? What's your prediction? 2 months ago:
Yes you can do all of that, but it’s saved as a separate asset that is not related in any way to the original. That’s the issue. Also, it would be nice to be able to do these things in the web app as well.
As for syncing, if all your phones are logged into Immich as the same user, you wouldn’t have any issues syncing photos. I don’t thing Immich currently allows sharing assets between users. That can be troublesome for family albums.
- Comment on Where is Immich going to be in 1 year? What's your prediction? 2 months ago:
I don’t think so. I think for any kind of editing, they’d need to implement some kind of asset versioning.
- Comment on Where is Immich going to be in 1 year? What's your prediction? 2 months ago:
I think this highlights the difficulty with “basic” image editing. For example, with G Photos or Mac Photos, or others, you can edit, and the edited version is what you’ll see by default going forward, but the original is still there. This is why I highlighted rotation. That’s strictly a metadata change, AFAIK. Last thing I read on their site was they were hung up getting it to work properly with HEIF.
- Comment on Where is Immich going to be in 1 year? What's your prediction? 2 months ago:
I believe Piwigo had the first feature you mention. Actually, there are quite a few things from Piwigo I’d love to see implemented in Immich. One that was pretty unique was designating an image as the back of another one, for scanned files. Niche, but really useful in those cases.
- Comment on Where is Immich going to be in 1 year? What's your prediction? 2 months ago:
Very cool post. I didn’t mean to denigrate the dev team at all. They’ve done incredible work, and I’ve read some of the threads about rotation. They’re definitely aware of the issue, and they want to make sure it’s done right, which I appreciate. Also, it’s FOSS, so I don’t want to be negative about the outlook when its users already get so much more than they pay for!
Still, it’s such a thorn in my side!
- Comment on Where is Immich going to be in 1 year? What's your prediction? 2 months ago:
From my testing today, you can only rotate a photo using the mobile app, and even then you have to save it locally and re-upload the rotated photo. Thus creating a separate, mostly duplicate photo! This is essentially a metadata orientation update, or it could be more. Immich seems to incorrectly orient a lot of photos that other applications have no problem with. The devs are aware of it and have been discussing this since at least 2022, possibly longer. There are also a number of feature/pull requests on the github page covering rotation, photo editing, cropping, etc. Personally, I don’t care about editing/cropping. I consider those edits which should result in a separate asset, possibly linked back to the original.
For me, this is probably the biggest missing feature for Immich. They’ve done some really amazing things in the past couple years, but this seemingly basic feature remains missing.
- Submitted 2 months ago to selfhosted@lemmy.world | 90 comments
- Comment on OpenAI’s new model can't believe that Trump is back in office 2 months ago:
It can. Once.
- Comment on Tucson City Council votes 7-0, unanimously to kill AI Data Center 2 months ago:
To a point, yes. While you’re still using air to cool the water, I think it’s still a little more efficient than blindly keeping the server room at a low-ish temperature.
- Comment on OpenAI’s new model can't believe that Trump is back in office 2 months ago:
There are a lot of things that should’ve happened. I was comment on what did happen.
- Comment on OpenAI’s new model can't believe that Trump is back in office 2 months ago:
OpenAI underestimates how much the US hates women.
I get it, there wasn’t a proper primary. There also wasn’t time for that. Plus, how many people bitching about the lack is a second primary actually participated in the first ones? Besides, it’s not like she would’ve been VP for a very old president, right? Also, I get it, she was another corpo liberal. More of the same, right? Would’ve been SO MUCH WORSE than what we got. All those people making excuses for why they didn’t vote for her can fuck off. In my eyes, they own a bigger part of this mess than the people who actually voted for our current Emporer.
- Comment on Tucson City Council votes 7-0, unanimously to kill AI Data Center 2 months ago:
Yeah, seems like a desert isn’t the best place to build something where cooling is a critical factor! Or building something that uses massive amounts of chemical treated water for cooling in a place that has had water scarcity concerns for generations, now.
- Comment on Magic Rocks 2 months ago:
That book has been on my list for too long!
- Comment on Zelensky hopes US will buy up to $30 billion worth of Ukrainian drones 3 months ago:
Narrator: They won’t.