@golbiga commented on GitHub:
Updated in monterey and Big Sur. Closing this issue. Thanks.
@gsprague commented on GitHub:
@golbiga These will also need to be updated in the Big Sur and Monterey branches. They are showing up in JCE as rule #2.8.3.
@robertgendler commented on GitHub:
DUPE! #223
@JustAnotherArchivist commented on GitHub:
Oh, I see, didn't see that. We're running our own instance, but I guess the code isn't up-to-date then. Thanks!
@paolafrancesca commented on GitHub:
@JustAnotherArchivist it was fixed month ago on codebase. I have no control on version deployed on https://tranfer.sh
@paolafrancesca commented on GitHub:
@JustAnotherArchivist for current codebase there's a X-Url-Delete delete header with an URL you can send a DELETE request to to delete the file
@mckaygerhard commented on GitHub:
umm, the frontend are not also a pure-cli solution.. that can be selfthosted?
@paolafrancesca commented on GitHub:
the proxy probably doesn't set the referrer, what do you use as proxy?
@robertgendler commented on GitHub:
This is now merged into ventura
@nachtswirdesdunkel commented on GitHub:
ok i tried it without proxy and the setup works as you decribe. Therefore the proxy does something disrupting the behaviour. thanks for the quick reply.
@paolafrancesca commented on GitHub:
the repo is hosted on github and I'm the maintainer. I never had any control on https://transfer.sh that was maintained and hosted by dutchcoders but it is…
@linuxct commented on GitHub:
Thank you, I've emailed storj to notify them.
@nachtswirdesdunkel commented on GitHub:
i use apache proxy here the conf files
<VirtualHost *:80>
ServerName xxx
RewriteEngine on
RewriteCond %{SERVER_NAME} =xxx
RewriteRule ^…
@paolafrancesca commented on GitHub:
@nachtswirdesdunkel the behaviour for donwload was changed originally (before I became maintainer) to limit some kind of abuse that happened on http://transfer…
@paolafrancesca commented on GitHub:
@AlexGustafsson I don't understand what you refer to with frontend, can you explain more in details?
@AlexGustafsson commented on GitHub:
Running the docker file, the service hosted a website (frontend). I’m interested in disabling said frontend and only allow the routes necessary for CLI…
@AlexGustafsson commented on GitHub:
I am aware the service is on HTTP. I’d like an option to disable the routes for rendering the website itself.
Thanks for the heads up on the state of the…