- 5 Posts
- 177 Comments
Just gonna leave this here
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•Any good selfhosted instant messaging?English
5·22 days agoHuh - you’re right. I went back to Signal’s X3DH spec because I was sure I was right, but it seems I misremembered how the “prekey bundles” work: Users publish these to the server, allowing (in my original assumption) for the server to just swap them out for a server/attacker-controlled key bundle for each Alice and Bob.
However, when Alice wants to send Bob an initial message and she gets a forged prekey bundle, Bob will simply not be able to derive the same key and communication will fail, because Bob knows what his SPK private key is, while the server only knows the public key.
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•Any good selfhosted instant messaging?English
31·22 days agoA compromised server would allow the server to man-in-the-middle all new connections (as in, if Alice and Bob have never talked to each other before, the Server/Eva can MITM the x3dh key exchange and all subsequent communication). That’s why verifying your contact’s signatures out-of-band is so important.
(And if you did verify signatures in this case, then the issue would immediately be apparent, yes.)
Edit: I was wrong. See below.
smiletolerantly@awful.systemsto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•In the circle of piracyEnglish
3·28 days agoIs this some sort of public tracker issue I’m too private trackers and Usenet only to understand?
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•Do you stick to the same linux distro across your devices?English
11·30 days agoIt’s a very steep curve to start, with some additional minor steep parts along the way, but it’s not a long curve. Once you got the core concepts and the basic language constructs, you’ve learned most of what you’ll ever need.
Two nice resources: search.nixos.org is super handy, and you can search GitHub with language:nix and a search term to get tons of examples from other people.
Oh, and nix and just is actually a pretty common combo!
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•Do you stick to the same linux distro across your devices?English
8·30 days agoYep, exactly.
To be fair, if you use Debian, Arch, Fedora,… long enough, you also know how to tweak your machine for every purpose. In Nix, it’s just somewhat of a self-fulfilling prophecy, because you have to know how to tweak your system to achieve… anything, and then it’s the same tweaking mechanics for every other purpose as well.
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•Do you stick to the same linux distro across your devices?English
91·30 days agoMy Steam Deck also runs NixOS.
Because this way I can much more comfortably configure it, plus everything game related I automated through nix for my Desktop (e.g. mod installs, reShade config,…) immediately and without any extra steps also applies to the Steam Deck.
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•Do you stick to the same linux distro across your devices?English
262·30 days agoYes. Everything is NixOS. Because it’s perfect for everything.
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•Fetcharr - a human-developed Huntarr replacementEnglish
14·1 month agoNot to dimish your work at all, but: the Sonarr upgrades absolutely do work.
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•What's your self-hosting success of the week?English
6·1 month agoAh, too bad. IMO better clients would make it drastically easier to convince people to switch.
Hm, I can create groups (also with muc), and the other members are added, but writing a message triggers “x left the group” for everyone. Dunno. Probably something trivial I overlooked. But honestly… Weather is too good today to be bothered 😄
Ah, I already had a TURN/STUN coturn server set up for matrix and jitsi, so it was just a matter of telling prosody about that. So I cheated a little I guess 😄 Here is my full config for that, in the unlikely event that you’re using NixOS.
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•What's your self-hosting success of the week?English
3·1 month agoVery cool!
Re: the backup / restore of state in NixOS: I found myself writing the same things over and over again for each VM/service, so finally wrote this wrapper module (in action e.g. here for Jellyfin), which confgures both the backup services and timers, as well as adding a simple
rsync-restore-jellyfincommand to the system packages. In case you find this useful and don’t already have your own abstractions, or a sufficiently different use case 😄
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•What's your self-hosting success of the week?English
8·1 month agoNice, same! Was also really positively surprised by how great the Android app(s) for XMPP feel.
Only thing not working yet for me is group chat creation. Oh well. Maybe this weekend.
On the other hand though, voice and video calls have worked flawlessly.
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•Free and open source Audiobookshelf Android clientEnglish
3·1 month agoAwesome! And good job, looks great!
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•Free and open source Audiobookshelf Android clientEnglish
15·1 month agoWhy are there no screenshots in the README.
Yes I know I can just install the app, but for an app that primarily seems to define itself by its UI improvements over the established competitor, the screenshots are the deciding factor in the question “Should I download and install this?”, and no screenshots defaults to “no”.
smiletolerantly@awful.systemsto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Source for (german) audio booksEnglish
3·1 month agoAudiobookbay
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•How many containers are you all running?English
21·2 months agoEh… Not really. Qemu does a really good job with VM virtualizarion.
I believe I could easily build containers instead of VMs from the nix config, but I actually do like having a full VM: since it’s running a full OS instead of an app, all the usual nix tooling just works on it.
Also: In my day job, I actually have to deal quite a bit with containers (and kubernetes), and I just… don’t like it.
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•How many containers are you all running?English
1·2 months agoI’ll DM you… Not sire I want to link those two accounts publicly 😄
smiletolerantly@awful.systemsto
Selfhosted@lemmy.world•How many containers are you all running?English
8·2 months agoZero.
About 35 NixOS VMs though, each running either a single service (e.g. Paperless) or a suite (Sonarr and so on plus NZBGet, VPN,…).
There’s additionally a couple of client VMs. All of those distribute over 3 Proxmox hosts accessing the same iSCSI target for VM storage.
SSL and WireGuard are terminated at a physical firewall box running OpnSense, so with very few exceptions, the VMs do not handle any complicated network setup.
A lot of those VMs have zero state, those that do have backup of just that state automated to the NAS (simply via rsync) and from there everything is backed up again through borg to an external storage box.
In the stateless case, deploying a new VM is a single command; in the stateful case, same command, wait for it to come up, SSH in (keys are part of the VM images), run
restore-<whatever>.On an average day, I spend 0 minutes managing the homelab.

If you use nixos, you basically have to know/learn/use day-to-day the nix language.
nixpkgs are written using nix the language, using concepts mostly familiar from just using nixos.
Basically everyone using nixos is capable of contributing packages.