timvisee / send

:mailbox_with_mail: Simple, private file sharing. Mirror of https://gitlab.com/timvisee/send
https://send.vis.ee
Mozilla Public License 2.0
4.8k stars 278 forks source link

Is there a possibility to keep the unexpired send-archive always visible? #187

Open abolast opened 8 months ago

abolast commented 8 months ago

Is there a possibility to keep the unexpired send-archive always visible? This would help provide a relatively secure and convenient temporary file sharing platform within the intranet. Sometimes, sending links is not an easy task.

The method I can currently think of is to send file links to a document, generate a static webpage, and then open a new static website using nginx.

Can I achieve the continuous display of send-archive by removing certain security-related code from the send function? Is this feasible?

timvisee commented 8 months ago

It's not quite clear to me what you're trying to achieve.

Are you asking whether it is possible to remove the expiry time or download limit from files?