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


Skip to content

Gitea

42 Topics 343 Posts
  • Gitea actions

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

    Solved
    16
    0 Votes
    16 Posts
    10k Views
    jaschaezraJ

    @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

    3
    4 Votes
    3 Posts
    11k Views
    fbartelsF

    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

    8
    2 Votes
    8 Posts
    13k Views
    jdaviescoatesJ

    @LoudLemur possibly because it looks incredibly dated?

  • Gitea is joing the Fediverse

    2
    5 Votes
    2 Posts
    14k Views
    yusfY

    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
    6
    1 Votes
    6 Posts
    15k Views
    girishG

    @ocelotsloth thanks, merged! will publish shortly.

  • Root password reset and more generally Gitea CLI usage

    Solved
    3
    0 Votes
    3 Posts
    16k Views
    L

    @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
    6
    0 Votes
    6 Posts
    21k Views
    fbartelsF

    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

    7
    0 Votes
    7 Posts
    17k Views
    R

    @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

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

    Solved
    10
    0 Votes
    10 Posts
    17k Views
    murgeroM

    @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.

  • http webhook doesn't work

    4
    0 Votes
    4 Posts
    18k Views
    yusfY

    @girish Yes. It's listening on 0.0.0.0:8080 and it's on a remote server as well, so localhost wouldn't work either way.

    Also, I don't know what happened but even though all tests failed I kept the webhook setting active and when time came for a real event and not a test event, it actually works:

    61d4b94d-dc85-4e26-b508-8b4310dbc9c8-bild.png

    🤷

    So, test deliveries don't work but that might be because of how the recieving webhook is set up, I don't know.

  • Gitea Organizations

    1
    0 Votes
    1 Posts
    18k Views
    No one has replied
  • Memory Usage

    Solved
    4
    0 Votes
    4 Posts
    17k Views
    girishG

    @atrilahiji If it keeps running out of memory, keep an eye on the gogs/gitea logs. It will tell you which bot is indexing your repos (you can tell from the user agent string).

  • Gitea Upload Size

    Moved Solved
    7
    0 Votes
    7 Posts
    18k Views
    girishG

    @timbo The upload size issue is now fixed with https://github.com/go-gitea/gitea/pull/12024 . When they make a new release, we should get the fix.

  • 0 Votes
    5 Posts
    15k Views
    yusfY

    @girish No.

    The error 500 is persistent and I haven't disabled registration.
  • Gitea - SSO

    Moved Solved
    3
    0 Votes
    3 Posts
    15k Views
    ?

    @will : this worked! Thank you very much!

  • Gitea: User session ends on reboot

    Moved Solved
    4
    0 Votes
    4 Posts
    15k Views
    girishG

    This should be fixed now, I have pushed an update.

  • Gitea with Github OAuth throws error 500

    Moved Solved
    4
    0 Votes
    4 Posts
    15k Views
    girishG

    @yusf This should be automatic but unbound goes down if the disk space is full. There is no workaround for this since this is a bug in the upstream project and will get fixed at some point.

  • Gitea custom app.ini location?

    Moved Solved
    3
    0 Votes
    3 Posts
    15k Views
    heliostaticH

    @girish thanks!