Doc D’s prescription: Two memes, one shitpost and don’t call me in the morning.

  • 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: October 13th, 2024

help-circle
  • Fedi doesn’t support secure communication, that’s why (the last time I dove into the subject) lemmy has a profile field for yer Matrix account. Encrypted communication. Mails are usually hosted on “reputable” services and has some sort of privacy agreement, something I’ve yet to see on a fedi site.

    And if you think of lemmy or mastodon as a communication service rather than a publishing platform, you’re probably being spied on more than you expect.

    Fedi logins would require an account backend, which is quite a way aways from the fediverse as far as I know. Not to mention it would require a stable, permanent fedi provider with absolute trust.

    For a simple e-mail server you could use a server management suite like YunoHost, comes with a working mail server right out of the box. For only recieving registration mails and notification you wouldn’t even have to mess with online spam filters due to not being GAFAM.

    Someone mentioned UnifiedPUSH, which is nice but has very limited platform support at the moment as it has to be added to every single site and app. As far as I know it also sends notifications only using transport encryption so the server admin would have access to your notifications. Better to self-host, best to self-host at home on your own hardware.


  • Wallabag has the same RSS features and can export to several formats, epub included, but the annotation system is only supported in the web interface. Even the official android app doesn’t support it. No Wallabag client on any platform supports self signed certs so forget about anything but web UI if you run it on a closed LAN.

    Because according to the devs it’s more secure to run a public facing server with a CA backed cert that on a closed LAN which I VPN into with a self-signed cert. Even a toggle to allow it is too dangerous.



  • Just do like me - Install Ollama and OpenWebUI, install Termux on Android, connect through Termux with port forwarding.

    ssh -L 0.0.0.0:3000:ServerIP_OnLAN:3000

    And access OpenWebUI at http://127.0.0.1:3000/ on your phone browser. Or SSH forward the Ollama port to use the Ollama Android app. This requires you to be on the same LAN as the server. If you port forward SSH through your router, you can access it remotely through your public IP (If so, I’d recommend only allowing login through certs or have a rate limiter for SSH login attempts.

    The shell command will then be ssh -L 0.0.0.0:3000:YourPublicIP:3000

    But what are the chances that you run the LLM on a Linux machine and use an android to connect, like me, and not a windows machine and use an iPhone? You tell me. No specs posted…

















  • I recently checked up on the status of the built in E2EE in NC when deciding what sort of encryption I wanted for data at rest on a self-hosted system. People are still complaining about data loss and horrible bugs. I’ve been burned before and stay well away from that half-baked implementation. I just use Cryptomator instead.

    On the other hand NC supports AI implementation, there’s machine learning that sets EVERY SINGLE MAIL to important in the mail app and the ActivitiyPub based Nextcloud Social have almost worked for many years so that’s nice.