top | item 44654330

(no title)

techknowlogick | 7 months ago

Hey, I'm a part of the Gitea project leadership. Thanks for sharing. If you have any questions, please don't hesitate to ask :)

discuss

order

weitendorf|7 months ago

How do you feel about other companies potentially also hosting gitea for third parties?

Also, I’m curious about xorm and how you guys are using your internal database. Is it atypical to perform database operations outside of gitea or integrate with eg a third party users table?

thrill|7 months ago

Do you know if there are (settable) limits on image sizes using it as a container repository? Some of my larger images never fully get uploaded.

techknowlogick|7 months ago

Yes there are :) You can use the Package limit setting to change it (search the config docs for `LIMIT_SIZE_CONTAINER`), by default there is no limit, but if you are running into a 413 due to container uploads being so large, then it could be a reverse proxy configuration you might be running into.