Art loving freedom adoring lemmy.mindoki.com supervisor. Hit me up for a community on the blazingly fast server!

  • 10 Posts
  • 46 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle








  • Oh man, I checked out Peertube and it’s amazing! Obviously overkill for my needs, but it seems like a really good platform (and it’s from France, yay!).

    Only worry I have, will my instance “mirror” other I stances? I’m confident sharing videos because I know they won’t be looked at very much, but with a sort of decentralized cache system it could be costly (in bandwidth).





  • Hello RoundSparrow, and again thank you for your help when I was in trouble setting up my little instance!

    It runs well now :-)

    Just as a backdrop I’m curious about how Lemmy works (I’m building a sharing protocol & implementation, decentralised, takedown safe, rugged, … It feels like how Lemmy is built on top of its protocol) and I love Lemmy and how it “federates” 💗 so I want to know more about it all.

    When you say packages get forwarded to whatever instance wanted (if I understand correctly) you don’t “unpack” (e.g check if it’s a valid request) which seems logic, the end instances does do the security check right? I mean if the end instance doesn’t check, you checking won’t help them out.

    But then again, if I understand you correctly, the trust is split in two; the poster from A posting on B, then B sending all its posts to C, D, E, …

    Which would mean it’s enough to trust B to trust A. If you trust B enough :-)

    Guess I’m off to learn Rust and try to compile all this :-)

    Thanks again, and sorry for the ramblings. It’s late here and I have not very much time.


  • Ha ha yeah it’s not easy peasy when you start with these kind of things for sure, thanks for the link! It seems it shows the day to say stuff (and the pubkey embedded in the json) thanks again.

    So if I want to validate a user outside of the Lemmy service (the one that runs in a docker on my lemmy-box), I “just” have to get the public key from the Lemmy database and validate the digest/signature?

    Cheers!







  • My man, thank you for staying with me!

    If anyone stumbles upon this post and have the same problem ; the conf file you use if you follow the official Docker setup (lemmy.hjson) well, you get an example version with one of the wget commands. This file has the bare minimum config wise, so if you want to get the “full” one and get your hands dirty, download the sources (or go to the github and navigate like a pro) and it is here :

    where_you_downloaded_the_sources/lemmy-main/config/default.hjson

    Thanks again Grouchy!

    Cheers