So in the spirit of this community and not just to focus on the Reddit… issues… I thought it might be nice to get a topical conversation going in here.

Basically, what open source projects are you currently working on or are you heavily involved with?

I think it would be nice to see what projects people have on the go, get some publicity out there and otherwise talk about stuff that we should be discussing here.

  • oranki@sopuli.xyz
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I’m planning on writing a wrapper for Podman and systemd to make it possible to use kubectl commands to deploy and maintain applications. The idea is a middleground between Podman (or Docker) to real Kubernetes like k3s…

    Not sure if anyone (even me) would find it interesting or useful. But a good excuse to learn more Go.

    • qjammer@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Sounds interesting! It could be useful for self hosting apps without the complexity of k8s.

      • oranki@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        My thoughts as well. Podman + systemd is a really solid combination for small scale deployments like homelabs, abstracting it a bit would make it even more approachable.