clifmo
@clifmo@programming.dev
- Comment on manage family photos on immich 1 week ago:
I run a separate photoprism service with the master photo library. Immich is the entry point. I have a cron job that rsyncs all photos over to Photoprism’s mount point. Since it’s a mastering app, it has a lot better keyboard navigation and features for separating our the wheat from the chaff.
- Comment on CookTrace v1.0.0: Semver Adoption, Email Overhaul, Mobile Sync Date Fix [AIP] 3 weeks ago:
Solo dev beast with all these trace apps.
- Comment on NutriTrace v1.0.0-rc.53 released: statistics reorder + hide, bulk delete on Foods/Meals/Recipes, OFF serving sizes 5 weeks ago:
Three things:
-
You replied.
-
OP has been in comments many times.
-
Thanks for your down vote
-
- Comment on LiftTrace v1.0.0-rc.7 released: per-exercise sharing, CSV workout export, custom equipment 5 weeks ago:
I use this app almost daily. I’m not aware of any real alternatives I can selfhost. Keep up the work!
- Comment on NutriTrace v1.0.0-rc.53 released: statistics reorder + hide, bulk delete on Foods/Meals/Recipes, OFF serving sizes 5 weeks ago:
Love that OP keeps posting his updates despite the massive disdain for his efforts. No fucks
- Comment on Vaultwarden while allowing family emergency access 1 month ago:
This is gonna sound obvious, but setup periodic exports of your vault. Run everything locally and secure the exports
- Comment on Is there room for Windows selfhosters? 1 month ago:
Welcome sure, but few and far between. Check out JimsGarage on YouTube. He does a lot of windows selfhosting content
- Comment on How do you manage you DB in a docker environment? 1 month ago:
Bare metal database VM running mariadb, postgres and valkey. Haven’t had any issues with needing multiple versions. Simpler to manage imaging the VM and data backups from a central place. Plus, I need a general database anyways for development work, sanitized production clones, etc. No sense in having 50 database servers running when I can have 3
- Comment on New Article - Whole Home Audio with SnapCast 2 months ago:
I’m going to read and understand this but already ok feeling glad I just bought a product and was done www.wiimhome.com/wiimmini/overview
- Comment on Goodbye Google - I self-host everything now on 4 tiny PCs in a 3D printed rack (CaptainRedsLab) 4 months ago:
I’ll do it for $1000 and less wattage
- Comment on What us the best way to add remote access to my servers? 5 months ago:
Yup. It gets more involved once you start adding DNS and SSL. But if you’re ok typing IPs and you’re not opening your firewall to the public, it’s all you really need.
- Comment on What us the best way to add remote access to my servers? 5 months ago:
All you need is Wireguard with IP forwarding allowed on the host, maybe some firewall rules if you have one. You configure your wire guard client to only route traffic for your network IPs. I leave my wire guard client connected 100% of the time.