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


Gitea

31 Topics 255 Posts
  • Gitea - Package Updates

    Pinned
    0 Votes
    71 Posts
    16k Views

    [1.29.4]

    Update Gitea to 1.20.4 Full changelog Check blocklist for emails when adding them to account (#26812) (#26831) Add branch_filter to hooks API endpoints (#26599) (#26632) Fix incorrect "tabindex" attributes (#26733) (#26734) Use line-height: normal by default (#26635) (#26708) Fix unable to display individual-level project (#26198) (#26636) Fix wrong review requested number (#26784) (#26880) Avoid double-unescaping of form value (#26853) (#26863) Redirect from {repo}/issues/new to {repo}/issues/new/choose when blank issues are disabled (#26813) (#26847) Sync tags when adopting repos (#26816) (#26834) Fix verifyCommits error when push a new branch (#26664) (#26810) Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759) (#26806) Fix some slice append usages (#26778) (#26798) Add fix incorrect can_create_org_repo for org owner team (#26683) (#26791) Fix bug for ctx usage (#26763) Make issue template field template access correct template data (#26698) (#26709) Use correct minio error (#26634) (#26639) Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) (#26618) Set errwriter for urfave/cli v1 (#26616) Fix reopen logic for agit flow pull request (#26399) (#26613) Fix context filter has no effect in dashboard (#26695) (#26811) Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) (#26790) Fix Page Not Found error (#26768)
  • Visibility mode not allowed public

    Solved
    0 Votes
    3 Posts
    254 Views

    So I had to change a lot of variable to "public" or "true" to make it happen.

    I am certain I didn't myself change this manually, so let's blame a solar bit flip. 😉

    Thanks for the pointer!

  • 7 Votes
    4 Posts
    249 Views

    @girish I think in the case of Gitea it probably makes sense to not move from ldap to oidc, but to rather configure both. Their ux seemed quite clear to me even when logging in with oidc for a user which had it not configured beforehand. Instead of creating a completely new user it asked again for the username and password of my existing ldap user to link these two accounts together.

    When last experimenting with Vikunja it preferred creating new users instead of combining them like Gitea does, so for some apps it makes sense to move to oidc only, while others are good in a combination of ldap and oidc.

  • Gitea Actions

    2 Votes
    11 Posts
    2k Views

    @mario install them in the LAMP app.

  • 1 Votes
    3 Posts
    524 Views
  • Gitea minio storage for lfs

    3 Votes
    27 Posts
    16k Views

    @Wirv I did it by setting this to false

    SERVE_DIRECT = true
  • 0 Votes
    11 Posts
    3k Views

    @girish Setting

    [indexer] ISSUE_INDEXER_TYPE=db

    in app.ini solved the issue immediately. Thanks alot!

    Now I'm curious to know what db means in this context (but the urgency is gone 😅). Should the Cloudron package have db as ISSUE_INDEXER_TYPE out of the box, for example?

    Some Cloudron app config data got alot of legacy files from earlier versions, so sometimes it's hard to know what the true good defaults are.

  • 3 Votes
    15 Posts
    5k Views

    @jaschaezra there recently was a topic of someone building a custom forgejo app https://forum.cloudron.io/topic/8312/moving-from-packaged-app-to-custom?_=1673347978007

  • Only internal IP address in logs

    Moved Solved
    1 Votes
    6 Posts
    3k Views

    @yusf thanks, fixed in latest package.

  • Gitea actions

    3 Votes
    1 Posts
    3k Views
    No one has replied
  • Need help to enable autosign

    Solved
    0 Votes
    16 Posts
    5k Views

    @jaschaezra BTW, you can set a Gravatar/Libravatar for git@DOMAIN and upload e.g. the gitea Logo which then is displayed.

    Bildschirm­foto 2022-11-29 um 20.58.47.png

  • Gitea 1.17.0 includes a package registry

    4 Votes
    3 Posts
    6k Views

    It certainly could. Alongside the docker registry app. Another bonus for using gitea for container storage is that you can use access tokens instead of the actual user password.

  • Cloudron Team - Thanks for Gitea

    2 Votes
    8 Posts
    8k Views

    @LoudLemur possibly because it looks incredibly dated?

  • Gitea is joing the Fediverse

    5 Votes
    2 Posts
    9k Views

    Very nice, it’s been a long time coming!

    That NLnet’s grants list is a bunch of awesomeness btw https://nlnet.nl/project/current.html

  • Jupyter Notebook Support

    Solved
    1 Votes
    6 Posts
    10k Views

    @ocelotsloth thanks, merged! will publish shortly.

  • Root password reset and more generally Gitea CLI usage

    Solved
    0 Votes
    3 Posts
    11k Views

    @girish

    Thanks for your extremely quick and helpful answer!

    It worked!

    Side note: I have been using cloudron for about 2 years now, and I am a happy paying customer.

    The fact that it is the first question I had to ask so far is a testament to the quality of your work and documentation. Congratulations to the team!

  • Gitea Git Hooks disabled

    Solved
    0 Votes
    6 Posts
    18k Views

    Hi @krschuerman,

    for me this still works, but as already said in my last post here in this thread the setting needs to be placed in the security block.

    [security] [..] DISABLE_GIT_HOOKS = false
  • Database encoding problems

    0 Votes
    7 Posts
    13k Views

    @girish Yeah, I ran:

    /home/git/gitea/gitea convert -c /run/gitea/app.ini as user git, and now things seem converted:

    ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC

    On the downside, the convert tool seems to unconditionally convert, and is quite slow, so I guess it can't easily be run as part of the startup process or something 😕

  • Excited for Gitea 1.15

    3 Votes
    1 Posts
    13k Views
    No one has replied
  • Update [1.21.0] broke my app

    Solved
    0 Votes
    10 Posts
    13k Views

    @murgero Removed the blank template file from the custom folder and it worked without a hitch. I see this is marked as solved already but you can close the internal ticket if you haven't already.