sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
MIT License
5.33k stars 261 forks source link

Add option for customizing single-file timeout #688

Closed pettijohn closed 3 months ago

pettijohn commented 3 months ago

Closes #685

Testing procedure (I did not build & deploy a container):

  1. Recreate container with LD_SINGLEFILE_TIMEOUT_SEC=360 in the compose file.
  2. docker exec into the running container, modify base.py and singlefile.py per below
  3. docker restart the container.
  4. Verified that the URL mentioned in above issue worked with a 360 second timeout on Raspberry Pi 4.
sissbruecker commented 3 months ago

Thanks!