And why?

  • ElectronBadger@lemmy.ml
    link
    fedilink
    English
    arrow-up
    25
    ·
    edit-2
    7 days ago

    Codeberg for all my projects, both private and public. Some are mirrored to Github. Also Codeberg Pages and its Woodpecker CI.

  • ⸻ Ban DHMO 🇦🇺 ⸻@aussie.zone
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    4 days ago

    I used to self host Gitea, just private repos for university assignments and other personal projects that I was going to open source one day (I have a real problem with finishing things). Then a big storm hit where I live and the internet was out for 2 weeks (I could still use my phone if I stood in the right spot), over that time I was able to work locally but for when I was out and about I couldn’t collaborate on anything because I couldn’t access it so I begrudgingly moved to GitHub.

    At least with GitHub I get very reliable and fast hosting even if everything I write is being fed to AI. Their search is also amazing.

    I do plan, however on getting Forjego set up for private stuff again, because some stuff cannot be made public. When the day comes that I finish something and open source it, I’ll probably put it on Codeberg. Hopefully my project will be good enough that people are driven to join Codeberg to get involved.

    As for my GitHub account, I won’t be able to ditch that so I may continue to fix random bugs and typos I come across. I wouldn’t want to impose my beliefs on someone else’s project

          • JackbyDev@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 days ago

            Same. Their policy is very reasonable in my opinion. They still allow non foss stuff for like personal config files which is nice. The only time I ever got a warning was when I uploaded a 100MB file to a private repo without any license. It was just a banner on the repo. (I was messing around with alpine images.)

  • SynopsisTantilize@lemm.ee
    link
    fedilink
    arrow-up
    3
    ·
    5 days ago

    I’m asking this because I’m self learning and new. Is there a place I can host my code? I’ve been build a pretty robust app in visual code Windows Forms C#. I don’t want to advertise or anything. I just want to have the code hosted as a backup

      • SynopsisTantilize@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        Thanks. I’ll fuck around today with it. Can I make it private? And should I be concerned about people taking my ideas and or code?

        • prenatal_confusion@feddit.org
          link
          fedilink
          arrow-up
          1
          ·
          4 days ago

          If you use a service like GitHub you can make it private but be aware that the Info is still readable by the service provider. Not in a sense that they are gonna steal your idea (unless you invented a way to make good) but something like secrets passwords etc in your code.

          I’d go for Codeberg, it’s free as in free speech and beer and is an open source project based on gitea. They are working at a federation protocol to make coop doable but without the need for a centralized provider v

  • Luu Tuyen@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    5 days ago

    I used GitLab for personal projects, and I use GitHub for contributing to other project

    GitLab is partially open source, GitLab can be self-hosted while GitHub does not

  • GreenKnight23@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    7 days ago

    self-hosted gitlab.

    I love it. I can clone external repos on a schedule and build my projects based on my local cache. I’m even running some automation tasks like image deployments out of it too.

      • GreenKnight23@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        pipeline schedules. once a month I clone the remote repo into a local branch, and push it back to my repo with an automatic merge request assigned to me. review & merge kicks off build pipeline.

        I also use pipeline schedules to do my own ddns to route 53 using terraform. runs once every 15 minutes.

        also once a week I’ve got about 50 container images I cache locally that I build my own images from.

  • sudoer777@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    6 days ago

    As much as I hate GitHub, for in-person projects involving multiple people I usually end up having no choice since they usually think GitHub is the most important programming tool ever and nothing I do is going to convince them to create an account on something that’s not GitHub.

    For personal stuff I use Forgejo and disable everything except the code view, so I have a quick way to show people stuff I’m doing (for career reasons).

    If I was doing a project with multiple people and actually got to chose the platform I would probably use Forgejo or Codeberg and make use of the project management features.

    Pijul looks interesting but the ecosystem is very lacking and it doesn’t integrate well with Guix which I base a lot of my workflows around, so until this improves switching to pijul creates more problems than it fixes. The only other VCS and frontend I’m familiar with is GitLab which I don’t use anymore self-hosted since Forgejo is more performant and the main version randomly deleted all my repos and changed all sorts of stuff.

    cgit also looks interesting, I might look into it.

    • corsicanguppy@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 days ago

      GitLab which I don’t use anymore self-hosted

      This. Gitlab swapped out the performant webeditor for a VCS clone that runs like a fucking dog all.the.time, and they’re in a phase where they just can’t control their memory consumption while they focus on whole-sale vendoring of shit projects inside the code – they’re actually considering bringing in pulp as if they can figure out 20 kind of artifact storage but RPMs are a special snowflake requiring the worst bloated pig of an add-on ever.

      I need gitlab to get better as I really like their CI specification and how not-fucking-YAML it is.

    • Drew@sopuli.xyz
      link
      fedilink
      arrow-up
      14
      ·
      7 days ago

      forgejo is a fork made by a nonprofit and deals with security issues much quicker

  • ramenu@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    7 days ago

    Codeberg for public repositories, cgit (if that even counts) on my own server for private ones

  • CHKMRK@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    7 days ago

    I’ve been selfhosting Gitea for years now and it’s great, but I also don’t really collaborate with anyone else so YMMV. Originally I wanted to go with GitLab utb it’s too resource intensive for my use case

    • theherk@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      6 days ago

      Do you really use it or are you just adding an alternative to the conversation? It is an interesting concept (commutation) but not likely to supplant git.

      • xoggy@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        I use it for self hosting because all I need installed is sshd and the pijul package. Then I can set my server’s ;p as my remote. The “nest” web UI (the Pijul equvivalent to git tea) is in development and not open source yet, but you can use the hosted version at https://nest.pijul.com/ if you’re curious.

    • sudoer777@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      6 days ago

      I considered using pijul but everything in Nix/Guix is oriented around git as are the plugins for my text editor and CLI, and there aren’t good self-hosted web frontends that I can use to put pijul projects on my linkedin profile or whatever. I want to switch to it but the ecosystem surrounding it needs to actually exist first.

      • xoggy@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        This is actually why I prefer using pijul. I don’t want to commit my secrets to a git repo and nix will refuse to build because I’m pulling in files that aren’t tracked. Simple solution is to not make the flake directory a git repo and it won’t complain. That’s my solution at least. I also prefer using git (and therefore pijul) via cli rather than as a text editor integration so my experience differs.

        • sudoer777@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          5 days ago

          I use git primarily via cli also, the text editor integration (with helix) highlights information such as what lines haven’t been committed and makes it easier to access other files in the repo, the fish integration tells me if there’s files that haven’t been committed or commits that haven’t been pushed without having to run git status

          • xoggy@programming.dev
            link
            fedilink
            arrow-up
            2
            ·
            5 days ago

            I do use helix but haven’t taken advantage of the git integration. Maybe I’m unaware of its power. For fish, I defined my own fish_prompt function with an indicator if there are uncommitted changes. It’s just running git status under the hood. I have a TODO in that function to run a pijul diff in the directory if git status returns nothing…

      • corsicanguppy@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 days ago

        Thought this was abandoned?

        We can’t answer this question as written. Only you can confirm what you were thinking.

      • xoggy@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        The 1.0 is in beta. There has been a lot of refactoring to get it to this point. I would say there’s still many quality-of-life features missing that would stop me from using it in a professional setting but for hobby projects it’s meeting my needs (and gets better with each new beta build). They only have a few project backers but the main developer has been working very steadily on it.

  • toastal@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    7 days ago

    For Darcs I have been using darcs hub & mirroring to my server. That said Smederee has slowly but surely been shaping up to be a better replacement (recently got reStructureText support!); once they have obliterate support, I will be tempted to make it primary for real since it covers all the basics.

    For Pijul, I can really only use it self-hosted over SSH. Nest is far too feature barren to be usable—especially without the ability to fetch tarballs for instance where you can’t have or use the pijul binary for fetching (which is a bit ironic since the Pijul binary has an archive to create tarballs, Nest just doesn’t expose it). Pijul is faster & the key concept of separating your commit ID from details (such as Darcs or Git using Name <e@mail.address> as the identifier) is much nicer not just for privacy if wanted but changing these details for whatever your reasons maybe (imagine changing your name after marriage or sex change & trying to convince all projects you’ve committed to to rewrite their history with your new info to not be confused or dead-named—most maintainers would ignore you). Someone should write a decent, lightweight forge so Pijul can be usable.

    I use Darcs/Pijul since Patch Theory is a better model than snapshot-based version control as seen in Git/Mercurial & others. Since neither have many hosting or forge options, there are not many choices (answering the “why?”).

    If using Git, an inferior VCS IMO, things are now going hosted on Codeberg. In the past, I had paid for SourceHut & while it was a generally nice, lightweight experience I was disappointed with the features & progress to the point I didn’t feel I was getting good value (also no Darcs or Pijul support, just Git & Mercurial). Since I don’t write any of my own code using Git anymore, I don’t really bother self-hosting cgit, Ayllu, or something. That said, Forgejo is a pretty disappointing in its direction as they choose to clone more features from MS GitHub than even Gitea which basically leaves you with MS GitHub but FOSS without addressing some core issues (PR workflow is not good, YAML-based CI is not good, & so on); a better sell IMO would be fundamental improvements on these old models/workflows that would inspire leaving for technical reasons instead of social/political/philosophical reasons.