Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#2323 closed defect (fixed)

Up limit of repos in gitea for dbb

Reported by: darkblueb Owned by: sac@…
Priority: critical Milestone: Unplanned
Component: SysAdmin Keywords: git, gitea, osgeolive
Cc:

Description

https://git.osgeo.org/gitea/repo/create

"You have already reached your limit of 10 repositories."

project: osgeolive 13 user: darkblueb

Change History (2)

comment:1 by robe, 5 years ago

Resolution: fixed
Status: newclosed

okay upped the limit to 20

Made change in repo - https://git.osgeo.org/gitea/sac/gitea-config/commit/c43571e83f750086ae4bf056a744ccfc49f46542

logged into trac svn

sudo -i
cd /home/git/gitea/custom
git pull
service restart gitea

comment:2 by strk, 5 years ago

Limits can be raised per-user, from the admin panel. Regina: I made you a Gitea admin, check out https://git.osgeo.org/gitea/admin/users?q=darkblue and hit "Edit", you'll find "Maximal Number of Repositories" (-1 means "use the global default).

I think it is wise to keep the global default low...

Note: See TracTickets for help on using tickets.