[–] [S] 2 points 1 week ago*

I've heard of Kanidm but not of void auth. From what I've read in their websites, Kanidm has more features, and since it's programmed in Rust, I'm biased to using it, so that I can contribute back to the repo later on. I'm not yet sure which one to migrate to so I'll probably deploy a demo of each and see which one suits my case better. Thank you :)

  • source
  • parent
  • context
  • submitted 1 week ago* (last edited 1 week ago) by to c/selfhost@lemmy.ml
     

    Hey! I have a VPS with 4GB and noticed that authentik, my identity provider is eating up a big chunk of it (1.2GiB on average) limiting how many services I can run on my server. I've been considering migrating to a more lightweight identity provider as authentik feels bloated for my use case (I have hardly 5 users and don't need all these enterprise features). I'm mainly looking for an identity provider that:

    • has good documentation
    • supports OAuth2
    • supports user creation through invites/registration links
    • supports password and 2FA login
    • lower RAM footprint

    What are your recommendations? Thank you!

    [–] 5 points 3 weeks ago (1 child)

    maybe a dumb question but isn't a hetzner instance directly connected to one's identity? I remember when setting up mine, they asked for ID verification. If so then the outgoing IP which is public is linked to my ID and would be a bigger risk of itself. Correct me if I'm wrong.

  • source
  • parent
  • context
  • [–] 3 points 9 months ago

    The issue with custom ROMs is the support for devices. I had to buy a new one from eBay to install LineageOS and I didn't regret it. I use now 2 phones, one for privacy (I use it 80%) and the old one for mail and whatsapp (I'm forced to) to contact my family and friends but that's it.

  • source
  • [–] 3 points 9 months ago

    During early high school years I heard about this thing called linux and there's something that's ubuntu, and said, why not? downloaded the ISO, installed on my USB with rufus, had panic attacks installing the dual boot myself for the first time, and done. After 2 months I switched to Arch (best thing I did) and ever since I'm deep diving in this Programming-Linux-Cybersecurity rabbit hole that I'm quite enjoying.

    Fast forward to now, I'm using LFS and compiling my own kernel. My main desktop is a T440p with 4 OSes installed (maybe adding Plan9 to the mix if it supports my system)

    I'm planing to mess more with "my own" distro thing maybe installing a Linux system without GNU: Linux + sinit + sbase + ubase + musl

  • source
  • [–] 12 points 10 months ago* (1 child)

    You're more of an expert in home-server stuff than me, but here's what I do and my reasons why, maybe they can help you find an answer yourself.

    I've chosen Arch for my homeserver (contrary to most people prefering Debian) since:

    1. I've been using it for years and know a lot about it, so maintenance isn't an issue at all.
    2. Newest software = latest bug and security fixes, features etc.
    3. the Wiki makes installing anything a breeze and many questions and issues are already answered in the arch forums

    I don't use a docker image and I don't see its necessacity (again, you know better then me). I've seen however servers that use NixOS because they can have the whole infrastructure/system in a git repo, which makes moving to a new server easy and without issues, which is not your case since you'll be running it on the same machine.

    I've never used proxmox but if it's specifically built for what you're looking (ie. home server) then go for it even if it's overkill. For me personally, Arch works great as a server.

  • source
  • [–] 4 points 10 months ago

    Neovim is the way and here's imo why:

    • Vim keybinds: yes, we take more time editing then actually writing text/code so it's faster to use a modal text editor, you just have to learn it a bit at the start. Vim language is easy, you just tell it what you want it to do (ie. diw: delete inner word, ciw: change inner word etc.)
    • highly customisable, even if you don't want to cherry pick your plugins and choose a config, there are many out of the box configured (lazyvvim comes to mind but there are many)
    • if you're a developer you can find plugins for everything you need, debugger, lsp, autocompletion etc.
  • source
  • [–] 1 point 10 months ago* (1 child)

    I agree with you on all your points. I just wanted to add that there's openWRT, a linux distro for routers and embedded systems (never used it before and the router I use is not mine), maybe that can solve the router part, I may be wrong though.

  • source
  • parent
  • context
  • view more: next ›