i_stole_ur_taco
@i_stole_ur_taco@lemmy.ca
- Comment on Self-Host Weekly (14 August 2026) 1 week ago:
Which password manager? I had the same problem with BitWarden until I found a buried setting to tweak each password domain. Maybe there’s a badly advertised feature in yours, too?
- Comment on Data organization 2 weeks ago:
I run everything in docker. My docker volumes are all subdirectories under /media, which is the root of my NAS. If an app only needs something specific, docker only mounts, eg /media/movies. If the app needs many subdirectories (like backups), it gets the full /media mount.
All the docker data/configs are under /docker/volumes (eg /docker/volumes/jellyfin), and every container is configured with compose in /docker/docker-compose.yml.
The biggest hurdle for me was creating a sane docker-compose file that defines where everything lives. Once that is standardized, adding and maintaining your apps becomes easy.
If you’re very new to this, even a dumb LLM like ChatGPT can be very helpful to explain what’s inconsistent, redundant, or incorrect with your config. If you are lost I would strongly suggest this as a way to get oriented. But DO NOT copy and paste anything into the LLM containing passwords, tokens, keys, etc. if you accident do, change those keys before finishing up your project.
With docker there’s no duplication- you have one copy of everything you need and you just point each container at the same data. This makes it trivial to keep file consistent across your apps and doesn’t waste space.
- Comment on Self-Host Weekly (31 July 2026) 3 weeks ago:
The LubeLogger meltdown ticket is pretty goddamn funny.
- Comment on I built a PDF invoice generator that runs entirely in your browser — $9 one-time, no subscription 5 weeks ago:
what’s missing?
An AI disclosure for your app per the community rules, Claude.
- Comment on I got sick of PDFsam Pro ads and built a free PDF merger that runs entirely in your browser 5 weeks ago:
This port requires an AI disclosure per the community rules.
- Comment on Most slopcode projects are abandoned and deleted within months of release 1 month ago:
On the flip side, if you’re vibe coding an app you should seriously consider whether it’s something you want to open source or make available publicly. There’s a social contract that comes with that.
I have 2 self hosted slop apps I build and maintain myself. I think people would genuinely get great use out of them.
…but then I’m inviting critiques and feature requests and am roped into supporting them so it’s not just a big pile of shit that wastes everyone’s time. And I don’t want to spend my limited free time making common sense improvements to improve it for others. I want to write a lazy Claude prompt with insufficient context, get it barely doing what I need, and then spend the rest of my time eating crayons and similar pastimes.
- Comment on How much do you secure a home server that's only accessible with VPN? 1 month ago:
I use pangolin and traefik together and expose a few of my services that way. But not everything.
I slot services into categories based on:
- do I really need to be able to access this externally?
- …with full admin rights?
- what write/delete access am I granting?
- if an attacker got in, how much damage could they do with what they could access?
Then the service is either not externally open at all, secured behind pangolin SSO, or secured behind pangolin SSO AND that service’s native auth. Which is an annoying double auth, but I feel like it’s another layer of protection in case one of them gets a 0-day exploit.
- Comment on What brewing software does everyone use? 1 month ago:
If you’re not creating or tweaking recipes, a paper notebook is fantastic. It gives you something to do while you’re waiting on the boil.
I have a notebook with a page for every brew session: date, full recipe, steps, observations, and things I fucked up. Update it until the beer is done and there’s tasting notes. It’s fun to reread in later years. I have a few early brews that I noted got “infected” - and after some experience I had a good laugh because the “infection” was the shitty recipe I designed.
If you’re building a recipe you really need to use software (unless you don’t care about calculating estimated alcohol or IBU up front). The alternative is a level of referencing tables and doing arithmetic that exceeds what I want to see in my hobbies.
But if you aren’t trying to be scientific or you’re just following a basic kit? The only technology that should be involved is your phone playing music!
- Comment on What brewing software does everyone use? 1 month ago:
Beersmith is still around and still ugly, but www.brewersfriend.com is rather nice for recipe design.
- Comment on Examples of roles where actors from Star Trek give better performances than they did on Star Trek? 1 month ago:
How many roles did he play?
- Comment on Examples of roles where actors from Star Trek give better performances than they did on Star Trek? 1 month ago:
Bester still gives me the creeps.
- Comment on What path does data take when connecting to a domain at my address? 1 month ago:
Daaamn that was the nerd version of a KenM rejoinder! Well played.
- Comment on Nerd gang signs - let's play a game 1 month ago:
568C (the C is for chaos)
Wire in whatever way they fall in by themselves.
Then rewire the pins on the NICs so they can communicate.
It’s not so bad once you level up your soldering skills.
- Comment on I need some help 1 month ago:
Spend the extra 25k. It’s worth it in case you end up stuck trying to download a 62TB torrent and suddenly can’t!
- Comment on Selfhosted & AI 1 month ago:
Just found the other rule post. Looks great!
- Comment on Selfhosted & AI 1 month ago:
I want a community where people can use AI to help build a tool and be able to post about it here. But unfortunately, I’m just not seeing that. The AI-generated apps seem to be coupled to a drive-by, AI generated post (and comment replies) all full of em dashes and the standard Claude slop language.
So, yes, mandate an AI tag. Hold posters to it and remove violators, because it seems to always be the same class of “contributors” that are cosplaying as software developers.
Not sure if your rule changes are touching this, but the worst offenders I don’t want to see here are:
- posting and commenting text written entirely by AI
- not open sourcing or giving any visibility into their code
- adopting a paid model
The people doing that remind me of the people who would approach me 20 years ago saying “hey I have an idea for an app I want you to build and I’ll give you 5% of my company. It’s like Facebook for dogs, but I need you to sign an NDA before I say any more”.
- Comment on My entire production website runs on a Raspberry Pi 4B + Orange Pi Zero 3 — real traffic, public dashboard, zero cloud 1 month ago:
Waddaya mean no cloud?
YOU ARE THE CLOUD NOW
- Comment on Rule 2 Clarifications and New Rule proposal I’ve gotten through (I believe) a 1 month ago:
I have opinions, but none of them well enough formed to have suggestions on the new rule.
Try it for a while and see if it works! We know this community ain’t shy about sharing when something isn’t working for them!
- Comment on I read every day but rarely have my e-reader on me — so I built a self-hosted EPUB library that syncs my reading position between my Kobo and my phone 2 months ago:
How do you reconcile the Kobo wanting to sync reading position every time you turn it on? Or is that not a problem with your workflow?
I have issues in my own app and some other containers where the kobo is slow to upload reading stats, so every time my kobo wakes up, it throws up a dialog asking if I want to skip to my latest reading position. If I pick yes, it dumps me back 10-20 pages.
It’s easy enough to say no but it’s so annoying to have a delayed dialog every time I wake the thing up.
- Comment on I built a self-hosted affiliate tracking platform — here's why I think self-hosting affiliate software actually matters 2 months ago:
5 em dashes.
- Comment on 18% of people running Nextcloud don't know what database they are using 11 months ago:
That’s how I’d answer if I set something up years ago and it was stable and never required me to come tinker with it.
- Comment on That's all folks, Plex is starting to charge for sharing 1 year ago:
Read the email again. The key word in their marketing slop is “alternatively”. You have a Plex Pass and are the server admin. Your users need to do nothing.
Unfortunately, that does mean I have to respond to messages from all my users asking what that email means and convince them they can just ignore it.
A second “nice” part of this change is that iOS users no longer have to buy the Plex app on the App Store to stream longer than a minute. The app is only like 5 bucks one time, but it was a barrier when trying to convince stubborn people to just fucking TRY my Plex server.