I dunno, mailcow dockerized seems to work ok for me. That being said, e-mail is so 20th century.
- 0 Posts
- 16 Comments
yannic@lemmy.cato
Selfhosted@lemmy.world•How many and how much are your subscriptions?English
2·3 months agoDepends on the currency and features. If you’re looking for something outside of the 14 eyes that allows port forwarding, your options are extremely limited.
Any momentum on this front gets me excited, even if it doesn’t personally apply.
Since it’s cost-effective to combine gaming requirements with AI server requirements, I have my multi-modal language model stuff running on my (admittedly seldom-used) Windows gaming desktop. That means running most GPU-related tasks (aside from encoding/decoding/simple object recognition, which uses a separate server containing an Arc A380… purchased before A310’s were available) in docker running under Windows Subsystem for Linux 2 (WSL2). Running stuff as background services just makes one assume that it should be a logical step to just make it multi-user. Easier said than done, I guess, just like multi-user stable diffusion.
Getting Games on Whales running under WSL2 has taken me down the familiar but unwelcome rabbit hole of recompiling Linux Kernel modules, which I’ve experienced is more straightforward on bare metal than WSL2.
The more attention and excitement about this topic, the better.
yannic@lemmy.cato
Selfhosted@lemmy.world•hass-closest-intent: Fuzzy intent matcher for HomeAssistant. Garbled STT output in, actual intent out.English
5·3 months agoNo more listing dozens of sensors when I ask what the temperature is outside, perhaps?
Funny, every time someone mentions pi-hole, I have to look up why I don’t use it, and I wonder if others do the same.
My combination of pfSense and its pfBlockerNG package does pretty much same thing and more, and once I migrate to opnSense, I have high expectations I should be able to do something similar.
yannic@lemmy.cato
Selfhosted@lemmy.world•Jellyfin critical security update - This is not a jokeEnglish
1·4 months agoThat’s exactly how I searched. If you want security, it’s probably best to follow the Unix philosophy of do one thing and do it well. In other words, don’t trust someone building a media server to handle auth and instead use the OIDC or LDAP plugins.
yannic@lemmy.cato
Selfhosted@lemmy.world•Jellyfin critical security update - This is not a jokeEnglish
1·4 months agoBasic auth? The insecure authentication method?
Ok, I’ll look it up anyway. Under the jellyfin repository, there were eight results, none of which seemed to describe what you meant, and under the jellyfin-web repository, there were none. Using a web crawler search, I was able to find Issue #123 for jellyfin-android
Is that it?
yannic@lemmy.cato
Selfhosted@lemmy.world•Jellyfin critical security update - This is not a jokeEnglish
1·4 months agoYou’ve piqued my interest. Where can I read about it?
I did a quick search on their github and came up empty. Maybe no one mentioned “htaccess” in the issue.
yannic@lemmy.cato
Free and Open Source Software@beehaw.org•TrueNAS build system going closed source
12·5 months agoPardon my ignorance, but why would something have to be closed source in order to optionally provide secure boot? Couldn’t you provide the secure-boot-enabled binaries in addition to the source for everything except the boot keys?
You sign binaries, right? You don’t sign source.
If anyone builds from source they would just have to go through the arduous signing process themselves.
yannic@lemmy.cato
Selfhosted@lemmy.world•UPS and servers : simulated sine wave good?English
1·2 years agoI’m having difficulty understanding your post but you’re on the right track with Active PFC causing issues with UPSs.
I run my own email server using mailcow-dockerized. Ironically, the problem is not enough volume.
yannic@lemmy.cato
Selfhosted@lemmy.world•AMD won't patch all chips affected by severe data theft vulnerability — Ryzen 3000, 2000, and 1000 will not get patched for 'Sinkclose'English
2·2 years agoI don’t think they’re suggesting taking it away from the rightful owner.
I once realized so many of my favourite businesses were cooperatives. I started thinking of what other co-ops I could start and grow. The excitement faded once I realized it would have to not be about the money.
yannic@lemmy.cato
Open Source@lemmy.ml•Tangara is a portable, open-source music player based on an ESP32 MCU
1·3 years agodeleted by creator
yannic@lemmy.cato
Open Source@lemmy.ml•Tangara is a portable, open-source music player based on an ESP32 MCU
21·3 years agoThe only source is the absolutely bonkers price – that’s why it’s an assumption.
In all seriousness, if I were to release open source hardware and software, I’d charge a price like that to ensure that my time would be reasonably compensated for what’s clearly going to involve small production batches of hand-built-in-the-first-world items.
yannic@lemmy.cato
Open Source@lemmy.ml•Tangara is a portable, open-source music player based on an ESP32 MCU
24·3 years agoIt’s a project by an Australian team, so one would assume two things:
- It’s in Australian Dollars.
- Australia has experienced severe hyperinflation overnight (or earlier today, for many of us reading this)
You don’t mention your throughput requirements. How fast is your internet connection? Will you be a VPN server and/or VPN client? A reverse proxy? All that adds overhead but really not that much compared to other services. It just changes your requirements as to how many years obsolete your hardware can be.
Generally, whatever desktops or laptops businesses are throwing out in the trash will be more than enough.
If you have a managed network switch or one that can do VLANs, a router on a stick will work fine, especially if your Internet connection isn’t more than half the speed of your server’s network card. A repurposed laptop is perfect for this, because it has a built-in UPS and console!
I’ve got a 13-year-old server handling my 300Mbps internet connection, Wireguard, reverse proxy, and other stuff. It used to handle a backup internet connection, too. It’s regrettably on pfSense and I’m trying to migrate it to opnSense but my setup isn’t exactly by the book. I put stuff that’s supposed to go out over VPN on a separate VLAN and I give them a separate OpnSense router running in a VM so there’s much less chance of leakage.
One thing I did learn the hard way is that a lot of consumer “smart” devices wrongly assume to be on the same broadcast domain as any servers, clients, or peers they talk to, so even with avahi handling relaying between VLANs, they won’t work. It’s annoying having to move your dishwasher off the IoT VLAN just to make it work.