1

I was check in admin section, also looked in config files but there is not parameter to manage limit for users quota.

Is it possible in gogs?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Kaxa
  • 515
  • 1
  • 6
  • 11

1 Answers1

0

The closest was issue 1575 which was implemented in v0.8.0.

It only limits the user in the number of repos created, not in their size though.

There is also issue 1294 "Ability to set max repository size", still open. As is issue 1158 "Ability to view repository size"

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • So as I see it is not possible t osolve this problem. I think to use gogs as git server for colaboration and if not gogs so what is possible other variant? – Kaxa Jan 26 '16 at 12:29
  • @Kaxa You still can use gogs, but you need to have a separate process monitoring the size of the repos created per users. – VonC Jan 26 '16 at 12:30
  • @Kaxa Also, don't forget to read http://stackoverflow.com/help/why-vote and http://stackoverflow.com/help/accepted-answer (for this or your previous questions) – VonC Jan 26 '16 at 12:31
  • Setting quota for users in repository directory gogs-repositories will solve this problem? – Kaxa Jan 26 '16 at 12:34