

How to ruin your blender in one easy step.
How to ruin your blender in one easy step.
Or you just get a smaller version to begin with and save your hard drive space and your compute time.
Your kids will be ok without the 4K60 version of Paw Patrol.
Yeah, I don’t know what that dude’s on about. My kids download stuff from jellyfin to their tablets all the time for road trips.
Shotgunning box wine?
I think the computer hacking will be the most useful for this project.
Don’t take this the wrong way but, what skills do you have?
If you’re a maker type there are some raspberry pi based 3d scanners that might be a good start.
https://openscan-org.github.io/OpenScan-Doc/
Looks like it’s less dead than some of the others.
Or there are commercial options.
Yeah, I was looking at the most recent commit being two years ago. Hadn’t checked out the issues.
Possibly dead, but a cool project none the less.
Vaultwarden let’s you designate someone to take over your account if they request it and you don’t respond within a week
It might be cool, but it seems like it would be missing the context and documentation that would be present in it’s project repo.
maybe? Not sure if it lets you share without an account.
Not really. If that’s a hard requirement, check out what is supported by openwrt or freshtomato.
There was a similar question a few days ago with some points about wifi adapters vs access points brought up.
You’d probably be a lot better off buying a decent access point (unifi, mikrotik, Aruba instanton).
I just wish I had something useful to add.
Used beancount with fava for a little while but it didn’t really stick.
PHP is kind of a plus
That’s not something you hear very often.
I really can’t see the point of encryption on local only connections
Browsers are starting to get pissy about http and once you have it done once it’s like a half dozen lines to add caddy to whatever docker project you’re spinning up.
We may be talking across each other here. Or I may be wrong about the details.
Instead of
ports:
- 8080:9090
You can use
expose:
- 9090
And that port will only be usable on the declared caddy_network, so caddy could still reverse proxy to it but nothing from outside will be able to access it.
And perhaps make it a good habit to bind ports to 127.0.0.1 by default
I think you can also use expose instead of ports in the compose file to only make them available on the internal docker network.
When I spin up a new self hosted service it’s easier to add caddy to the stack than to convince Firefox to load http.