-
-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images & dependencies update #1036
base: main
Are you sure you want to change the base?
Conversation
Resolve warning messages "The POSTGRES_DB/USER variable is not set. Defaulting to a blank string."
Update images and some packages; mitigate some CVEs.
Update some packages; Remove/mitigate some CVEs.
Update postgres image.
Update postgres image.
Update postgres image.
Update postgres image.
Update postgres image.
Update postgres image.
Set UPLOAD_MAX_SIZE = 100G
Set UPLOAD_MAX_SIZE = 100G
Unlimited file size for nginx.
- migrate from ubuntu to alpine - fixing most current vulnerabilities (CVE) - 54% reduce image size with slightly speed change
Hey, I'd like to merge this but first want to ask you whether you want to update with even more recent versions, eg latest Django version. If not, I can still merge it and work towards updating these myself. Question, why are you resetting the client_max_body_size parameter? |
Hi.
Some (more) recent version update broke some mediacms functionality... I went up to the maximum possible version which did not block/alter mediacms functionality.
Regarding client_max_body_size – sometime I need to upload large clips (10-20-50GB). At least on my case. :)
But I think you're right, maybe it's better to let everyone decide for themselves, with particular settings. Not everyone needs that.
I wonder if you have/will have enough time for a new upload app, for large clips and external storage management (clips already stored in external NAS/SMB shares). 😊
Thanks you for your hard work on mediacms!
Laur
From: Markos Gogoulos ***@***.***>
Sent: Wednesday, October 2, 2024 11:40 AM
To: mediacms-io/mediacms ***@***.***>
Cc: Laurentiu ***@***.***>; Author ***@***.***>
Subject: Re: [mediacms-io/mediacms] Images & dependencies update (PR #1036)
Hey, I'd like to merge this but first want to ask you whether you want to update with even more recent versions, eg latest Django version. If not, I can still merge it and work towards updating these myself.
Question, why are you resetting the client_max_body_size parameter?
Also I think the setting that sets a 5GB limit needs to be there, as is it a sane default value. It could be risky to set to unlimited for a generic installation. can you revert it plz?
—
Reply to this email directly, view it on GitHub <#1036 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABHY3UTCEZUCGAPT32LKKXDZZOWNLAVCNFSM6AAAAABKIX6ULOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBXHEZTANBWHA> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/ABHY3UVZ4AQA3L7OWD2YIS3ZZOWNLA5CNFSM6AAAAABKIX6ULOWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUOKTWWI.gif> Message ID: ***@***.*** ***@***.***> >
|
Hi, formatting broke so I'll attempt to discuss all issues
Do you remember which these libraries/systems have been?
Feel free to share what you are building/working on!
|
Description
Update some image & python packages; mitigate some CVE.
Rise max upload file size to 100G. Remove nginx file size limitation.
Steps
Pre-deploy
Post-deploy