There are Zigbee buttons that don’t even need batteries. They produce the necessary energy to send a signal from the energy you put into clicking them. Incredible stuff out there.
aksdb
If you hold Control that high, then no worries: everything will be under Control.
Don’t let perfect be the enemy of good. Discord isn’t E2EE either. Having data under your control even if not encrypted is a big win.
If all your backups are near you, a flood or fire (or even break in) can still cost you all your data. At least one copy should be off-site.
For 7 people you could look into Virola Messenger. Not open source but uses Mumble under the hood and is super lightweight. No electron shit.
XMPP is also still a thing and IMO much easier to host (at least ejabberd is). Look into Movim, which looks quite nice as a discord replacement on top of XMPP.
Before you start your own, contribute to ~~Revolt~~ Stoatchat.
Oh yeah. Good to know I am not alone with this.
Ah ok, thanks for the clarification. In the end I also use Sunshine for game streaming, but for pure remote desktop access RustDesk is far nicer, since I can also quickly move files back and forth. RDP is even nicer in that regard, where I can remote-mount local devices.
Where does rustdesk not have a good reputation? I see it being recommended regularly and also use it myself heavily. Never had issues or heard about issues (that I would attribute to reputation).
True. The default rocksdb is completely unusable on HDDs. For me it runs pretty good with PostgreSQL. Dovecot was certainly easier to handle with its file based storage and was super fast. But Postfix was a pain and I can't count how often it bit me over the years (and since it's SMTP, that means something broke in receiving, delivery or was suddenly a spam vector, which all sucks quite hard).
Depends on the usecase. If you don’t need chat history for new-joiners, you can work with a single key per group, rotating it whenever someone joins or leaves. Since the server broadcasts a „so-and-so has left/joined“ it might as well include the new key. That key is then used by everyone in the group, so you can still broadcast all messages and don’t have to encrypt them individually.