Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.

Introverted, yet I enjoy discussion to a fault.

  • 6 Posts
  • 852 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle







  • It’s pretty much just that there are a lot of Germans.

    The population of Germany is about 80 million.

    All else being equal, there are 16 times more Germans online than us finns, for example.

    Next to the USs 300 million people, that’s still one German about every 5 people. Add to that that Germans are definitely online more than americans, and yeah…

    A lot of Germans.



  • MentalEdge@sopuli.xyztoSelfhosted@lemmy.worldDashboard for my servers
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    2 months ago

    I just wrote my own.

    It’s a single html file with links to all my services, served at the root of my nginx server.

    This is like v12, I’ve edited it over the years as what I host has changed. Adding the embedded searxng bar, as well as links to uptime kuma and openspeedtest.

    Stuff only I need to access is behind the "Admin Menu" button:

    And it only works via lan/vpn.

    I’d be happy to let you copy it, provided you know how to edit it for your needs.





  • No shit. But encryption isn’t the same as zero-knowledge. Where by the time they handle the data in any way whatsoever, it’s already encrypted, by you.

    Do you not know what zero-knowledge means? Or are you so focused on my mentioning they’ll ship data to you physically that what I actually said went over your head?

    From the page you just linked:

    1. Implement encryption transparently so users don’t have to deal with it

    2. Allow users to change their password without re-encrypting their data

    3. In business environments, allow IT access to data without the user’s password

    It’s not zero-knowledge!






  • Recently helped someone get set up with backblaze B2 using Kopia, which turned out fairly affordable. It compresses and de-duplicates leading to very little storage use, and it encrypts so that Backblaze can’t read the data.

    Kopia connects to it directly. To restore, you just install Kopia again and enter the same connection credentials to access the backup repository.

    My personal solution is a second NAS off-site, which periodically wakes up and connects to mine via VPN, during that window Kopia is set to update my backups.

    Kopia figures out what parts of the filesystem has changed very quickly, and only those changes are transferred over during each update.