• 5 Posts
  • 96 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle







  • I’m doing a hardware interface for baby buddy. The platform is based on an esp32s3 with:

    • round display with touch
    • 10x Kalih choc switches
    • rkjxt1f42001 (nice part, encoder+four direction)
    • Ambient light sensor (to adjust backlight automatically)
    • 9-dof IMU (because why not)
    • battery controller and fuel gauge from TI

    It was a pretty challenging design, first time soldering BGA ICs and using solder paste/stencil! Also, hard deadline :D

    Will open source and publish HW and code (written in rust) soon!












  • g5pwtoLinux@lemmy.mlModern alternatives to FreeIPA
    link
    fedilink
    arrow-up
    11
    ·
    11 months ago

    The only alternative I know of that goes close to what FreeIPA does (minus the cert part) is kanidm. It does:

    • oauth2
    • ssh key distribution
    • RADIUS
    • PAM/SSSD
    • LDAP

    I just noticed they have a beta for multimaster replication, which is nice.

    I use it at home. Note, though, that it does not do any hand-holding, and all configuration is done through CLI. Also note, there are docs for the stable or dev branch and there sometimes are big differences between the two.