You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running this on docker on a Synology 920+. I've got this up and running with a reverse proxy https://linx.mydomain.com with the following docker-compose file:
I can happily upload and access any file up to approx. 90MB, but anything over that just doesn't even start to upload (tracker on the right stays at 0%). The container logs don't actually show any info on this so I can't seem to track this down.
A separate issue - I tried to add another 2 arguments to the conf file, max-duration-time = 3600 and max-duration-size = 4294967296 but on restarting the container the logs had a recurring output of 'unknown flag name` for both. This issue is secondary to the above.
Cheers!
The text was updated successfully, but these errors were encountered:
For the separate issue, the README seems to use the main Docker image that this repo is a fork of. If you build the image yourself off of this repo, the max-duration-time and max-duration-size work.
HI there,
I'm running this on docker on a Synology 920+. I've got this up and running with a reverse proxy
https://linx.mydomain.com
with the following docker-compose file:and the following linx-server.conf
I can happily upload and access any file up to approx. 90MB, but anything over that just doesn't even start to upload (tracker on the right stays at 0%). The container logs don't actually show any info on this so I can't seem to track this down.
A separate issue - I tried to add another 2 arguments to the conf file,
max-duration-time = 3600
andmax-duration-size = 4294967296
but on restarting the container the logs had a recurring output of 'unknown flag name` for both. This issue is secondary to the above.Cheers!
The text was updated successfully, but these errors were encountered: