clifmo
@clifmo@programming.dev
- Comment on [AIP] IRI: backlog / game library manager with Steam, GOG, EGS, PSN and XBOX integrations 1 week ago:
Neat
- Comment on manage family photos on immich 4 weeks 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] 5 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 1 month 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 1 month 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 1 month 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 2 months 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? 2 months 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? 2 months 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 Goodbye Google - I self-host everything now on 4 tiny PCs in a 3D printed rack (CaptainRedsLab) 5 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.