• Joined on 2025-07-20
michael opened issue usnistgov/macos_security#2 2026-01-19 18:28:54 +00:00
pwpolicy_history_enforce set incorrectly for Tahoe CIS lvl1
michael closed issue dutchcoders/transfer.sh#82 2026-01-19 18:28:54 +00:00
--listener should allow specifying the network interface too, not just the port
michael opened issue usnistgov/macos_security#4 2026-01-19 18:28:54 +00:00
Redacted
michael commented on issue dutchcoders/transfer.sh#80 2026-01-19 18:28:53 +00:00
Feature request: ability to set a default Max-Downloads and Max-Days

@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…

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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…

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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,…

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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?

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@paolafrancesca commented on GitHub:

@W01v3n what are the information you are missing in order to deploy?

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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…
michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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…

michael commented on issue dutchcoders/transfer.sh#80 2026-01-19 18:28:53 +00:00
Feature request: ability to set a default Max-Downloads and Max-Days

@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…

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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…

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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…

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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…

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@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…

michael opened issue dutchcoders/transfer.sh#82 2026-01-19 18:28:53 +00:00
--listener should allow specifying the network interface too, not just the port
michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@W01v3n commented on GitHub:

I'll definitely try that, thanks a lot @aspacca !!!

michael commented on issue dutchcoders/transfer.sh#80 2026-01-19 18:28:53 +00:00
Feature request: ability to set a default Max-Downloads and Max-Days

@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…

michael commented on issue dutchcoders/transfer.sh#80 2026-01-19 18:28:53 +00:00
Feature request: ability to set a default Max-Downloads and Max-Days

@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…