

If you play Timberborn, that’s a beaver wheel, not a hamster wheel.
If you play Timberborn, that’s a beaver wheel, not a hamster wheel.
I think you can get Open Street Maps in the F Droid app store. But, as much as I appreciate OSM, it’s just not the same as Google maps. The speed, accuracy and information doesn’t seem to have an equal.
You definitely can run Nextcloud in a VM. With decent hardware, it will do it. I guess I would say it depends on needs and expectations. My install is not snappy to me. I’ve got what I feel is a very beefy server but still. Just feels a little slow at times. Totally functional. Just has a small amount of lag when doing anything. I’ve read people say they have none at all. But when you’re busy and relying on it, my suggestion is to eke out everything you can for it for a better experience. Not make or break by any means.
I don’t think it’s a problem per se, as much as it’s a difference in priorities. But the docker implementation in TrueNAS is more of an afterthought. I think they’ve fixed some issues but checking out their forums, many of the issues I faced seem to still exist. Docker packages corrupting and not being accessible in any way, not updating, just seemingly, not robust. Also, I disliked the file permission structure but that’s more preference I think. I would say TrueNAS is a great NAS just not the best hypervisor and NAS.
A few things. I also think nextcloud is the way to go for what you want. I’ve gotten rid of anything Google I can. Except for maps. Man, there just is no substitute especially when mobile.
I always do, but I’m going to suggest Unraid for a NAS. Pay the money and then just enjoy it. I fought with truenas for over a year before I succumbed. You can totally play around with zfs, striped arrays whatever. I do not recommend an external enclosure. I think you’ll come to hate it for lack of ability. I recommend biting the bullet and building a machine or putting your current PC components into a real case with upgradability if possible.
Also, I wouldn’t plan on running Nextcloud in a VM. Nextcloud is pretty beefy and a VM adds complexity that I suggest against. A docker AIO version of nextcloud running on as close to bare metal as you can is probably the best option for performance.
I really hope the movie is good but using Rotten Tomatoes as a mark of quality, especially early on, is inviting disappointment.
Yeah just… Go invent another interesting place with a broad culture that people want to visit. More power to you.
Last decent study I saw (I’m too lazy to go find it) showed that grilling or smoking meat seems to increase health risks including cancer by a noticeable amount. Higher than I was comfortable with seeing, considering how often I grill or smoke meat. But, I still do it plenty. I didn’t see the data crossed out by the amount of meat intake, which is generally higher for people who grill at all. And could honestly account for some added health risks.
If it was me on my own, I’d absolutely have done the same thing. Using two credit cards or something like that. I’m really glad that worked for you. And, from experience, some processors/slots had very difficult fits. Where you tighten the hold down and just clench your butthole.
This is a painful memory. Worked for a small company. Under fifty employees. My boss bought into a Dell server and support contract. Server died, they sent one of the Dell certified technicians out to fix it. At one point, I watched him sit for two hours trying to bend pins back because he tried to re-seat the processor incorrectly. One by one, bending pins with needlenose. And after hours of that, tries to re-seat it again. Several pins are completely flattened. At that point he gives up and orders a new processor which of course was past the next day shopping time. So we were down for an extra day.
I asked him “what the fuck are you doing?” when he was bending the pins. He told me what he was doing, but said it was seated incorrectly initially (physics would disagree). I told my boss what he was doing and that we should call Dell and get another tech out. He said Dell would make it right so we will just continue on. The day after next, new processor arrives and he comes to put it in. Guess what’s still sticking out of the socket when he tries it? One of the bent pins that broke off. Now we’ve got a bad mobo and another bad processor. His incompetence didn’t improve. I think by the end of the week we were shipped a whole new server.
Yeah, Anonymous hacked the GlobalX system and got flight logs and “passenger” logs. I’m certain there’s a thankful judge out there as well.
Hopefully the hack from Anonymous gave these lawyers lots of names.
Yeah, I’m sure they just didn’t realize. Surely there are no natural correlations to him being styled as a sith. Just purely accidental “having fun with the Internet holiday” kind of stuff.
It’s from Mallrats. Pretty old reference but Lemmy trends to the older crowd.
Also bird flu, climate change, housing bubble bursting, high likelihood of food supply storage and that kid back on the fucking escalator.
That’s for the CDN. It’s about serving static, cached content faster. I actually tried to pay and use their Stream service, but it’s only to be used for serving video in a web page. While they’ve not directly clarified on the topic (even after being asked directly in the forums several times), don’t turn on caching and it appears to serve the language they’ve used in the updated TOS. I’m not a lawyer here, but parse that all as you will. Don’t take up storage on their CDN and they seem to be happy. I actually did buy some domain names through them to make sure I’m not just using their services without giving anything back. But, that’s a matter of conscience.
Who’s to say what content I stream. You do you, boo.
No it’s not. It used to be. They removed that part of the TOS about video streaming back in 2023.
It depends on how you’re hosting Jellyfin. The easiest and most common way is via Docker in some form. You can also install a docker image of Cloudflare tunnel making sure it’s on the same virtual network as Jellyfin (I think it will by default). However you’re running Jellyfin, Cloudflare tunnel will need to be able to reach your local Jellyfin install.
Create a tunnel in the Cloudflare zero trust dashboard, create or edit the config file for your Cloudflare tunnel install using the code string from the zero trust dashboard, your tunnel will attempt to connect to the Cloudflare servers, when it does, you have a secure tunnel. Then you can add hostnames on the zero trust dashboard, using your local IP addresses and ports. For example, jellyfin.yourdomain.com points to 192.168.1.10:8096. The tunnel connects your local IP to the routing from your domain.
Be careful to not open this up to apps that don’t have security in some form at least. There are ways to improve security on your tunnel end with SWAG and such. And I recommend turning on the security tools in Cloudflare so your domain can’t be accessed outside of your country at the least, and maybe even whitelisting IP addresses for even more security.
SpaceInvaderOne on YouTube has a good video on creating a Cloudflare tunnel via Unraid. But everything is much the same in regular docker. I’m sure there’s good videos on doing it however you’re hosting Jellyfin. Feel free to reach out with questions, I’ll gladly help if I can.
You will want the actual IP address. Localhost can get lost in various circumstances. If Cloudflare tunnel service and Jellyfin are on the same virtual network it should be fine. But I wouldn’t trust it.
But yes, your Cloudflare tunnel should only connect to http:// not https. It will serve https on the public side of things.