6 ms·
Hey, I'm a part of the Gitea project leadership. Thanks for sharing. If you have any questions, please don't hesitate to ask :)
by techknowlogick 1y 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 :)
- thrill 1y agoDo 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 1y agoYes 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.
- weitendorf 1y agoHow 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?