@tnfru commented on GitHub:
Linux equivalent is to pipe to xlip:
`transfer foo
@paolafrancesca commented on GitHub:
@voyeg3r I'm going to close the issue.
Feel free to re-open if it's not solved for you
@paolafrancesca commented on GitHub:
hello @voyeg3r I don't know notify-send, can you explain what's it?
as for copy to clipboard: `curl --upload-file ./hello.txt https://transfer.sh/hello.txt…
@golbiga commented on GitHub:
Just updated this in tahoe and sequoia. Thanks!
@toastie89 commented on GitHub:
@aspacca, thanks for the workaround!
Having one container with HTTP_AUTH_USER and another with IP_WHITELIST pointing both to the same storage works fine.
@paolafrancesca commented on GitHub:
@michaelscl I see some value indeed, while I'm not sure about the extra complexity in configuration
just an idea at infra level: have you thought about…
@toastie89 commented on GitHub:
@aspacca nice idea, I will give it a try
@michaelscl commented on GitHub:
@aspacca Yes, this is a partial solution for me. For the convenience of uploading from our lan, I didn't want to use HTTP_AUTH at all. I use the program through…
@paolafrancesca commented on GitHub:
have you thought about hosting two instances pointing at the same storage, one with and one without upload authentication, and route to the second from the…
@paolafrancesca commented on GitHub:
@joshspicer we support building from 1.15 till 1.18: https://github.com/dutchcoders/transfer.sh/blob/main/.github/workflows/test.yml#L16-L19
the releases…