[Forgejo] Error on pushing Docker image #647

Closed
opened 2023-09-17 01:51:16 +02:00 by greatdictator · 3 comments

Hi, guys!

Thanks for wonderful service.

I have error while using Forgejo on pushing docker image:

error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "<html>\r\n<head><title>413 Request Entity Too Large</title></head>\r\n<body>\r\n<center><h1>413 Re
quest Entity Too Large</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"

Seems need to increase "client_max_body_size" in your Nginx configuration.

Thanks!

Hi, guys! Thanks for wonderful service. I have error while using Forgejo on pushing docker image: ``` error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "<html>\r\n<head><title>413 Request Entity Too Large</title></head>\r\n<body>\r\n<center><h1>413 Re quest Entity Too Large</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" ``` Seems need to increase "client_max_body_size" in your Nginx configuration. Thanks!
Owner

how big is your image?

how big is your image?
Author

My image is about 508 Mb.

My image is about 508 Mb.
Owner

The limit in about 125MB on git for a file, and we don't want to allow for more.

The limit in about 125MB on git for a file, and we don't want to allow for more.
meaz closed this issue 2023-09-18 15:22:18 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Disroot/Disroot-Project#647
No description provided.