by jo-m on 7/5/22, 10:24 AM with 53 comments
by superkuh on 7/5/22, 4:42 PM
There are no "production deployments" at home. You just do what you want. If it's down for a day that's fine. Putting something in a transient docker container and then bending over backwards to enable file persistence is just... wrong. And it'll lead to lots of extra work for no reason.
by qbasic_forever on 7/5/22, 3:23 PM
Setup caddy as a reverse proxy and it will automatically inject a local CA cert into your browsers and auto provision local SSL certs too so you can access local services by names instead of ports, and everything happily works with SSL automagically.
I really, really wish windows and mac had a similar behavior to just route all *.localhost queries to localhost.
by bluehatbrit on 7/5/22, 12:31 PM
It's great fun and I enjoy having the control over the few things I run. It's also super conveniant when it's running locally because I don't really have to worry much about securing the service behind reverse proxies and all that. I can just hit it however I like with any ol script.
It's not for everyone, but it works for me.
by 878654Tom on 7/5/22, 12:31 PM
[1]
by kkfx on 7/5/22, 5:37 PM
The fact that modern apps are web-apps is a living proof that the old model of document-based UIs was the right way against the widget/form model however old classic document-UIs was interactive, in the sense that the user can create and modify them inside themselves, web-apps might allow "a bit of customization" but are still FAR from being changeable at runtime by their users.
Perhaps in another 30+ years will finally rediscover the old model, sold as a very new high-tech thing, since nobody will remember the origin...
So far Emacs/org-mode/EXWM/org-roam can be used (I use them) as a document-based UI for almost anything, still integrated (thanks to EXWM) with modern/classic/raw-and-archaic GUIs like Firefox or GIMP. They are limited in GUI terms but at least they can have embedded images, live elements (org-mode headings, search&narrow UI to access them, attachments, links to anything that also just run live embedded code etc...
by mtbkvc on 7/5/22, 11:27 AM
by jve on 7/5/22, 2:28 PM
Today, few hours ago, I was thinking: "My nextcloud on SSD@RPI is superslow to render thumbnails for photos. I'v tried once to configure which thumbnails must be prerendered, but I failed and... isn't there a simple web photo album that I can hook my nextloud photos to?"
Yesterday I was disappointed that is doesn't show ANY thumbnail for my videos taken on Android.
And this post mentions PhotoPrism [1]! Feature page looks nice - exactly what I need for my mess of unorganized photos.
Have to try it out. Hope I don't find myself disappointed.
by dontchooseanick on 7/5/22, 5:17 PM
If your apps listen on IPV6, they _are_ reachable from outside your home (provided your mobile ISP does IPV6, but they mostly do AFAIK)
by PaulKeeble on 7/5/22, 1:41 PM
by derekzhouzhen on 7/5/22, 4:00 PM
Of course, you need to secure your apps, period.
by softwarebeware on 7/5/22, 9:07 PM
by butz on 7/5/22, 5:19 PM