• troed
    link
    fedilink
    261 year ago

    Setup Gitness in 30 seconds

    Install with a single Docker command. Lightweight enough to run on a $4 Digital Ocean droplet.

    like

    • @[email protected]
      link
      fedilink
      7
      edit-2
      1 year ago

      I haven’t seen why to use docker until recently. It is easy and fast to run non trivial setup quickly on any Linux distribution or WSL.

      • @[email protected]
        link
        fedilink
        101 year ago

        Yeh, docker is sweet. Docker compose is even better.
        It’s great when you start dockerising things yourself, and stuff just works.

        A note, tho. Docker is a brand name. Open Container Initiative (or OCI) is the open source equivalent. Its mostly compatible (IE compatible until you get into the weeds). A lot of the tooling, you can just alias docker for whatever the tool is and it’s the same.

      • JackbyDev
        link
        fedilink
        English
        41 year ago

        You really gotta try it to get it. You can read about the benefits all day but u til you have the aha moment it won’t be the same. So let me give an example. Some tools use some scripting languages you haven’t set up and you have to sit there and figure out how to get some build tool working you’ve never used for some language you e never used just to get some tool to do something that might fit your needs. But they also have a docker container. Do you can just docker run blah and zero set up.

      • kryllic
        link
        fedilink
        21 year ago

        I had similar thoughts in Docker, started using it for my media server, haven’t looked back since. It’s so efficient and simple, absolutely love it.

      • @Anonymousllama
        link
        11 year ago

        Docker for example is used on the Kbin project. They’ve created a docker image that gets PHP, Posgres and all the other services needed to get up and running with the project.

        Without that image you’d have to manually get everything up and running and while I’m sure some people are comfortable jumping into a new project, having a single image that does most of the legwork means you can attract developers who just want to get started right now.

        This is super handy for UI/UX/Designers/concept focused people who need to get the project running locally quickly.

  • @[email protected]
    link
    fedilink
    131 year ago

    Why is Gitness on the news and why is it being considered as the de-facto alternative to GitHub? Why is GitLab/SourceHut/Forgejo (and Codeberg)/Gitea not being considered?

    Forgejo for example has almost a 1:1 compatibility with GitHub Actions and it didn’t make the news. If you were to replace GitHub, Codeberg or Forgejo is a very good replacement for it.

    • @[email protected]OP
      link
      fedilink
      English
      111 year ago

      Yes, I was also surprised by this fact. But on the other hand, I wouldn’t find it if it wasn’t on GitHub

    • @[email protected]
      link
      fedilink
      English
      51 year ago

      I think this is more a marketing thing. Gitea is on GitHub too, so it can be found… 10 years ago it would have been on Sourceforge.

      • Dark Arc
        link
        fedilink
        English
        51 year ago

        It’s been longer than that since sourceforge was popular 😅

  • @[email protected]
    link
    fedilink
    English
    71 year ago

    Maybe somebody could suggest they implement federation? Otherwise it’ll just be another bunch of disconnected islands each requiring contributors to go through the same setup procedure over and over again.

  • z3r0
    link
    fedilink
    1
    edit-2
    1 year ago

    My apologies if I’m saying something stupid, but I see that this is built on top of Drone, which stopped being Open Source several years ago. Does this means that Drone, as part of Gitness, has become Open Source again?

    • adduc
      link
      fedilink
      31 year ago

      With this release, drone is now apache-licensed. From what I’ve been able to find, the developers have been active in other discussions but avoided the topic of why they went open-source when drone wasn’t.

      A few developers that forked Drone into Woodpecker CI when it stopped being open-source are anticipating another “rug-pull” in a few years with Gitness. I’m a bit skeptical myself, but Harness does have other open-source projects and Drone’s decision to stop being open-source predates their acquisition.