I used to dabble in coding. Never done it professionally. To be a full time developer would probably kill me, I remember constantly thinking of how to build this or that function, or how to do a certain thing, or why something keeps failing. I'd constantly be thinking these things, in the shower, while brushing my teeth, while driving, it was making me insane. Don't think I could do it professionally.
Limit
OK I've tried in the past to make a decent streaming box from both windows media center edition and various Linux distros. But I need something that is simple, can be controlled entirely from a remote, and has the major streaming apps (Netflix, disney, etc). I haven't really found any solution that's easy enough for non techie people to use. I have a standalone roku box that works ok we also have a roku TV which is a giant piece of garbage, and I'm considering buying an external roku or nvidia shield as a streaming box instead, I do have a couple of raspberry pi 4s I could use one but again I'm faced with the same issues.
Must not be very good if this newbie can hit you up that easily...
OK so lots of comments about healthy alternatives and such.. but you asked what taste best, well to me that's the Gatorade glacier cherry. I buy the individual powder packs and mix my own, and I get the zero sugar one, but imo that's the best flavor.
I'm not very familiar with kubernetes or k3s but I thought it was a way to manage docker containers. Is that not the case? I'm considering deploying a k3s cluster in my proxmox environment to test it out.
Not sure what you're looking for, like a cloud mounted file system that's encrypted? I've used fuse s3fs before which is like mounting a s3 bucket to a mount point on the local server, it supports encryption as well.
If you're looking for a Dropbox like experience you may want something like nextcloud, not sure if it supports client side encryption though.
here is a good video on how to do it: https://piped.video/watch?v=qlcVx-k-02E
pretty much exactly what you're trying to do.
How is that currently plugged in to your odroid? You'll face similar limitations with beelink or intel nucs. Those small form factor pcs generally don't support 3.5inch hdds. Most can fit a single 2.5incch ssd.
So the opening of ports works, but it's not the most secure or best way to do it imo.. what happens is the certbot registers with letsencrypts api and attempts to request a cert via http challenge, it then hosts a small website with a code from letsencrypt to prove that you do in fact own the domain and are who you say you are. Let's encrypt then goes to the url, verifies it sees the text, and issues a cert to the certbot. The problem here is you have to open these ports to the internet, and they need to be open when certificates are renewed (let's encrypt only issues a 90 day cert).. if you want to leave those ports open that's not exactly a safe practice, and manually doing it every 3 months is less than ideal..
With dns challenge, the certbot uses the api of your dns provider (cloudflare or porkbun), the process is similar, it talks with letsencrypt, let's encrypt gives it a string and a dns record it expects to see, then certbot talks to your dns, makes a txt record with the string provided, then let's encrypt checks for that dns record, if it finds it, it issues a cert to the certbot. In this scenario, certbot is connecting out to your dns provider and making the record for you, no opening of ports. And if you leave the api key active, it will auto renew on a schedule so you don't have to really worry about it.
I highly recommend looking into dns challenge some more, watch some videos on it there are lots on YouTube.
As for the dns record, not sure if it's not allowing the wildcard record or what but I wouldn't use *.example.com, make an entry for the actual host/service you are hosting, like portainer.example.com.
I needed something for compute not really storage, regardless these hp's have two nvme slots, and an optional ssd tray (lower modules come with the ssd, these did not have the tray but can buy separately if needed) so the storage upgradeability is pretty good.
I like the "1 liter PCs/home servers" for this kind of stuff. I have a 3 node proxmox cluster running on hp elitebook mini 800 g4's. I got them for around $120 each on ebay (prices vary). Other big manufacturers have their own mini modules (hp, lenovo, dell) Generally these have a lower price tag than something like a similar generation intel nuc because it's less of a niche market, these are used in business office environments and usually sold used pretty cheap when hardware is refreshed or businesses are closed. You can find replacement parts easily also. Just make sure they include a power adapter if you do search for one.
Mine are running i5-8500t processor which supports Intel quicksync and performs very well for video transcoding in plex. Should easily be able to do a couple of 4k transcodes easily. If you're not interested in running proxmox, this would run OMV easily and have plenty of power to run lots of containers.
This seems more likely thinking about it, before I was doing coding as a hobby. If I was working on something at work that I wasn't particularly passionate about I may not obsess as much.