Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

GitLab

55 Topics 533 Posts
  • GitLab - Package Updates

    Pinned
    181
    1 Votes
    181 Posts
    46k Views
    Package UpdatesP

    [1.97.0]

    Update gitlab-foss to 17.6.2 Full Changelog
  • Enable KAS ("Kubernetes Agent Server")

    5
    0 Votes
    5 Posts
    967 Views
    J

    It's currently out of scope.

  • Persistent memory issues—how to reduce/remove extra features?

    4
    2 Votes
    4 Posts
    116 Views
    S

    Thanks for the answers—so to be clear it’s not possible to reduce the features as their docs suggest? (Through some rb config)

    To be honest the gitea instance was hacked, so that was not ideal, and I switched from gogs to gitea awhile ago and cannot exactly recall why.

  • How to run a GitLab container registry (2024)

    Unsolved
    2
    1 Votes
    2 Posts
    109 Views
    D

    I couldn't find a good way to do it just with GitLab so I went ahead and installed another app. I'd still like to hear if this is possible with GitLab alone.

    Overall, it took about 10 minutes to set it up this way, which is better than not having repository functionality. One note is that the way the docker registry app identifies itself, the port is VERY important in how you login. Previously I was able to auth with my GitLab hosted docker repository with a URL like:
    docker login registry.mydomain.com

    but this didn't work at all with the Cloudron Docker Registry hosted at the same domain. I had to change to:
    docker login registry.mydomain.com:443

    yes - the port is apparently important!

  • Pushing to a branch doesn't trigger callbacks

    2
    1 Votes
    2 Posts
    102 Views
    J

    @lukaszj could it be same as https://gitlab.com/gitlab-org/gitlab/-/issues/348565 ? From a comment there, One "workarround" that seems to work is to trigger the HouseKeeping on the general settings . The issue is still not fixed but maybe you can look for log string "Internal API error" ? There are some detailed logs in /run/gitlab/log/ (only available via Web Terminal)

  • gitlab-ee question

    Moved
    17
    0 Votes
    17 Posts
    2k Views
    girishG

    @AriusII No plans for next 3 months atleast (but that's as far as our planning goes). But given EE is selfhosted, it's not outside our scope.

  • Error During GitLab Update (16.11.2 -> 17.0.1): Insufficient Disk Space

    5
    0 Votes
    5 Posts
    428 Views
    nebulonN

    So despite having 11Gb free, the restore fails due to insufficient disk space? I am not sure how we can help here though. Can you install a fresh gitlab instance fine?

  • Service Desk does not generate tickets from emails

    Solved
    11
    0 Votes
    11 Posts
    907 Views
    P

    @girish Works like a charm. Many thanks for the fix!

  • Can't login after upgrade to 1.88

    9
    1 Votes
    9 Posts
    234 Views
    klawitterbK

    FYI the changed username fixed it, everything is running fine now. 👍

  • Cannot log in through cmd line after update

    2
    1 Votes
    2 Posts
    316 Views
    girishG

    @Zoldir Looks like you are using http auth, is that correct? Any reason to not use SSH for git push/pull?

    In any case, the recent update of GitLab moved from LDAP to OIDC. Once you login to gitlab , visit https://git.domain.com/-/user_settings/personal_access_tokens. You can use that personal access token for HTTP auth ("You can also use personal access tokens to authenticate against Git over HTTP.")

  • Unable to access Rails Console from web terminal

    Solved
    3
    1 Votes
    3 Posts
    297 Views
    Z

    Damned, it was too obvious to be seen.

    It works, thanks 😄

  • Sidekiq Loop takes down GitLab instance

    3
    1 Votes
    3 Posts
    365 Views
    timweddeT

    I did read through those pages, and that is in fact how I arrived at the queue state representation that I posted above. Unfortunately clearing the queue did not help for long: The tasks kept reappearing.

    I have, however -through many trials and tribulations- possibly managed to resolve this problem over the weekend: Logging into the GitLab postgres DB, I found a table called container_repositories which contained references to the repos that were used to test the registry feature. After truncating that table, clearing the queued jobs and restarting GitLab (as well as the entire instance for good measure), it seems to have slowly reverted back to normal over the past 24 hours, at least for the time being. I'm gonna keep an eye on it some more, but it's looking like that might've been it.

    It's a bit weird that GitLab would keep spinning tasks endlessly like this, but then again it's a massive piece of software, so perhaps this is simply a strange bug in GitLab itself. In any case, the container registry instructions for GitLab integration did not seem to work that well for us as they produce this behavior whenever I try them out (I tried it twice to make sure), so maybe another look at those could be warranted.

  • 1 Votes
    1 Posts
    91 Views
    No one has replied
  • V1.85.0-1 broke app deployment

    5
    0 Votes
    5 Posts
    409 Views
    nebulonN

    @timconsidine since the difference is mostly the postgresql fixes, it might be worth updating already in your case.

  • GitLab Upgrade Error

    Moved Solved
    3
    1 Votes
    3 Posts
    417 Views
    D

    Yes after upgrading it solved

  • Gitlab Mailroom fails to start

    Solved
    4
    1 Votes
    4 Posts
    315 Views
    D

    This should be fixed from 16.7 onwards I believe.

  • Gitlab Runner - OK on the same machine?

    10
    1 Votes
    10 Posts
    1k Views
    girishG

    @djxx I wouldn't say running a CI runner a "little thing" 🙂 But anyway, it's up to you if you feel comfortable and are aware of the repercussions of installing things give access to all your containers.

    I have no idea about sysbox, never tried it.

  • Long startup and hourly crash

    10
    0 Votes
    10 Posts
    762 Views
    robiR

    It's better now, using 3250MB of RAM.

  • gitlab multiDomain

    3
    0 Votes
    3 Posts
    341 Views
    C

    @girish I'll test it and let you know, but if multiDomain doesn't cut it i'm pretty sure httpsPorts would, at least for the basic setups.

  • Gitlab deletes new branches instantly -> /home/git is not writable.

    3
    0 Votes
    3 Posts
    272 Views
    girishG

    @opensourced that warning comes from bundler and it can be ignored (it's not an error).

    Are you able to see the issue on git.cloudron.io ?