• Skullgrid@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    1 month ago

    Is your code free for others to do whatever the fuck they want to with it? : codeberg

    Do you want to put certain restrictions (eg financial)? Gitlab

    • Lemmayng@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      1 month ago

      Is your code free of AI-slop? Codeberg.

      Is your code a project to be passed around like a slut at an AI-themed orgy with no limits or consent? Github.

  • katy ✨@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 month ago

    it depends on what you’re looking for.

    just repository hosting, you can do that anywhere with a server, git --bare init, ssh, and a private key.

    social coding? foregejo

    personally i love beanstalk; i’ve been consistently with them since the 2000s; i’ll still be with them.

  • Mio@feddit.nu
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    It is sad but true. Microsoft is responsible for this. Lets hope it brings some good as people leave.

    Maybe federated git with Forgejo is the solution.

  • Sp1983@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    Hey. My too cents here. I am building DSCI - self hosted git with ci embedded . Suitable for small teams with limited VPS hosting, features:

    • general programming languages for ci ( not YAML )

    • super simple install and maintaining- everything is a single binary ( golang ) , ci jobs run on localhost/podman/docker

    • no need extra runners / k8s / devops teams - everything is in dev hands through regular programming code - super simple

    • ci SDK is available for bash/python/perl/raku/php/powershell/golang

    It’s still in early development stage , but users can already play with it - here is demo stand - http://dsci.sparrowhub.io/

    Documentation is available here - http://deadsimpleci.sparrowhub.io/ or GitHub - https://github.com/melezhik/DSCI