linuxserver / docker-baseimage-kasmvnc

Base Images for remote web based Linux desktops using KasmVNC for many popular distros.
GNU General Public License v3.0
282 stars 48 forks source link

[FEAT] upload size limit #59

Open asch99 opened 3 months ago

asch99 commented 3 months ago

Is this a new feature request?

Wanted change

I'd like to be able to upload larger files using the included kclient. Right now it is limitted to 200M. I can change the hardcoded 200M in kclient/index.js, but that is not enough to be really able to upload files >200M. Ideally, the max size should be configurable

Reason for change

It gives the opportunity to upload larger data files e.g. big images for more diverse applications

Proposed code change

No response

github-actions[bot] commented 3 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

thelamer commented 2 months ago

We should stop using the websocket method and chunk up the files properly and support any size.

LinuxServer-CI commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.