Pollen Pirate

I love you.

  • 0 Posts
  • 13 Comments
Joined 3 years ago
cake
Cake day: August 13th, 2022

help-circle


  • Well, this way they could install dependencies anyway just automatically, so you don’t see them unless you read before accepting the installation. I still can read this:

    Install and configure the necessary dependencies
    sudo yum install -y curl policycoreutils-python openssh-server perl

    And then:

    Add the GitLab package repository and install the package
    curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash

    So they do some magic here, the script just installs the repository, so I can’t see exactly any dependency they are currently using.







  • I heard Gitea planned to do ActivityPub too, but I didn’t like their application, and also I didn’t like Woodpicker-CI which was very limited some years ago, I lost much time learning and trying to do the same as I do with GitLab-CI and couldn’t. But, I need to try Woodpicker-CI again to see if I can do it now.

    I didn’t know about Forgejo, thanks to mention it, I’m sure I will try it very soon, and Woodpicker-CI. 😆


  • Actually, I also got back to GitLab when I read this: https://docs.gitlab.com/ee/development/activitypub/

    Usage of ActivityPub in GitLab is governed by the GitLab Testing Agreement.

    The goal of those documents is to provide an implementation path for adding Fediverse capabilities to GitLab.

    I think this is the way, while using Codeberg would mean storing my code and my stuff on someone else computer, I trust them, but I just want to have it by myself.

    EDIT: Ok, people already told me Codeberg uses a fork called Forgejo and I can host it myself, which sounds super cool.