-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Increase max file size for uploaded documents? #536
Comments
There is no max file size limit past version 1.1.3, the only thing limiting your file upload is probably a reverse proxy like NGINX. https://docs.lubelogger.com/Technical%20Docs#max-file-size-upload The label is there and is user-customizable via a translation file. You can track down the exact key in en_US.json and change 28.6 MB to whatever you set the file upload size limit to be. |
@adyanth it is fully removed. When we removed the file size upload limit, we decided to keep the label in place as it is user customizable. Even tho the app might not have an upload limit, there can still be a limit enforced by the reverse proxy. The label is simply there so that the admin can modify the label and inform the user. Example: Regarding uploading video files, by default the app only accepts a small number of file extensions, you can always add more via an environment variable, see https://docs.lubelogger.com/Advanced/Technical%20Docs#default-allowed-file-formats |
I have a few service manuals I'd like to store in LubeLogger but they are each a few hundred MB PDFs.
Is there any way to adjust the max uploaded file size?
The text was updated successfully, but these errors were encountered: