Skip to content
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

Closed
alternativesurfer opened this issue Jun 5, 2024 · 3 comments
Closed

Increase max file size for uploaded documents? #536

alternativesurfer opened this issue Jun 5, 2024 · 3 comments

Comments

@alternativesurfer
Copy link

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?
image

@hargata
Copy link
Owner

hargata commented Jun 5, 2024

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.

@hargata hargata closed this as completed Jun 6, 2024
@adyanth
Copy link

adyanth commented Jan 12, 2025

Is this really removed now? I still see this limit on 1.4.3. Also, it does not let me select video files (even if they are under 28.6MB)

Screenshot 2025-01-11 at 10 16 28 PM Screenshot 2025-01-11 at 10 16 48 PM

@hargata
Copy link
Owner

hargata commented Jan 12, 2025

@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:

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants