Hi all. Per the title, I’m looking for something that:

  • Can run as an unprivileged user inside a container

  • Allows OpenID Connect authentication for a multiuser setup

  • Doesn’t take hostage of my CPU

Homarr and Dashy are featureful solutions, but they can’t run unprivileged in docker. Dashy closed this issue, but in fact it’s not resolved. Meanwhile Homarr does work with UID/GID env vars, but starting as root and dropping capabilities is not the same as defining user: 1234:1234 from the get-go. Furthermore, they are really heavy node apps, which kinda deter me from deploying.

I neither wanna use my reverse proxy with forward auth or having an extra oauth2-proxy container, so Organizr (using forwarded auth headers) or Homer/Homepage/bunch of static pages behind a reverse proxy is out of scope.

Feature-wise I’m just looking for a beautified link keeper, preferably with multiple dashboard mapped to different user groups (ideally it could be done via custom OAuth metadata/claims). Fancy plugins like RSS and weather are not needed, but appreciated.

With all that said (and sorry if I’m too choosy), is there a current solution that fits the bills above? My IDP’s UI is quite rudimentary, but I can resort to using it as a “homepage”. I wanna thank in advance for any guidance

P/S: Seems like most dashboards fall into two categories - bloated fancy apps, or dead simple frontpages. It’d be nice to have something inbetween.

  • Sips'@slrpnk.net
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 hours ago

    Not sure about one in particular, but check out the github page off guy called 11notes. He makes rootless and distroless images of popular applications. Might be something to find there ☺️

    • stratself@lemdro.idOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 hours ago

      Thanks for the advice. I’m already using podman rootless with custom subuid/subgid, which should achieve the same thing

  • Yoddel_Hickory@lemmy.ca
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    2 days ago

    Homarr supports all of that iirc

    Edit: Just saw it doesn’t appear to support rootless, that sucks, my bad

  • ohshit604@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 days ago

    I personally use Homepage which you can run it rootless however, communication with the docker-socket will require a proxy and while it doesn’t natively support OIDC Auth you should be able to configure that on a reverse proxy level, for example Traefik has an OIDC plugin.