@paolafrancesca commented on GitHub:
With that you share a secret with someone but they can only see it once and then it's gone. We would like to be able to accomplish the same thing with file…
@W01v3n commented on GitHub:
@aspacca Well, I got a VPS with NGINX on it that's using port 443. And I'd like to keep using NGINX with port 443 but I also want to include a virtual host for…
@W01v3n commented on GitHub:
@aspacca I do know how to set up a virtual host on NGINX, but I have less experience doing it as a reverse proxy. That's why I can really use a guide for that,…
@paolafrancesca commented on GitHub:
@W01v3n do you already know how to set up a virtual host on nginx, using it as a reverse proxy to a backend service?
@paolafrancesca commented on GitHub:
@W01v3n what are the information you are missing in order to deploy?
@paolafrancesca commented on GitHub:
there's nothing different for using nginx as reverse proxy for transfer.sh than for anything else
here's a template
server {
listen %YOUR.IP%:443…
@W01v3n commented on GitHub:
@aspacca That can work, great. Now I just need to know how can I make it work with the web interface as well. Maybe you can help even further with explaining that…
@stefanbenten commented on GitHub:
I think having the possibility of enforcing Max-Download or Max-Days is neat, however i do agree that it would need some frontend changes to make users aware of…
@paolafrancesca commented on GitHub:
do you have a dns entry for %YOUR.DOMAIN% pointing to %YOUR.IP%?
that's it
if curl --upload-file etc is working then you can just open https://%YOU…
@W01v3n commented on GitHub:
@aspacca The original repository does not include any HTML files.. I went to this repository https://github.com/dutchcoders/transfer.sh-web and I did everything…
@W01v3n commented on GitHub:
@aspacca Oh, I thought that it wouldn't work because there is a different repository for the web interface: https://github.com/dutchcoders/transfer.sh-web
@paolafrancesca commented on GitHub:
The original repository does not include any HTML files..
because the files are embegged in a [go file ](https://raw.githubusercontent.com/dutchcoders/tra…
@W01v3n commented on GitHub:
Look, I'm pretty 100% sure that nobody got this to work. It looks like this entire is project is corrupt and broken to begin with, so before you will completely…
@W01v3n commented on GitHub:
I'll definitely try that, thanks a lot @aspacca !!!
@Martinligabue commented on GitHub:
I would add the use case of a small self-hosted server that doesn't have a lot of disk space, and having a hard time limit would help clean up old files.
Edi…
@paolafrancesca commented on GitHub:
@Martinligabue , yes, you are right, PURGE_DAYS is the way to go to purge (doh!) old/stale files from the storage
beware that Max-Donwloads and…