mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Is there any kind of documentation to set this up with docker other than the README? #134
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @driftywinds on GitHub.
The readme has very little information and I was wondering if anyone had made a guide to set this up with docker?
@driftywinds commented on GitHub:
@aspacca My bad, here is the command I use to deploy the container -
@driftywinds commented on GitHub:
EDIT: - Forgot to mention I am running Ubuntu 20.04, and I fixed the other issue I had that I had mentioned here. This Storj error is the only issue I still have now.
@aspacca the rclone integration fails to work for me and my bucket is not connected even though I supplied the relevant keys and IDs. The server also does not startup when I use flags to give the Stroj credentials and gives me this error: -
@driftywinds commented on GitHub:
From my untrained eye it seems like it is not able to connect to Storj servers, is that it?
@paolafrancesca commented on GitHub:
@driftywinds this doesnàt seem related to docker
also, could please share the params you use to launch transfer.sh and please, do not attacch screenshot with output, copy the text :)
@paolafrancesca commented on GitHub:
@driftywinds
do you have any specific issue?
starting from fixing your setup we can come out with better documentation
@stefanbenten commented on GitHub:
It looks like you have some sort of local DNS problem. Also why do you start it with
sudo?@stefanbenten commented on GitHub:
Ok it sounds like your user is not part of the docker group then. Its always preferred to run with as few priviliges as possible :)
This however isnt the problem here. The screenshot above clearly indicates a DNS lookup failure.
@driftywinds commented on GitHub:
I host other things on the same VPS and they seem to connect just fine with whatever they need to, could it be a problem with StorJ servers? I'm sorry I am a novice at this so I do not know what I can do to fix it.
@driftywinds commented on GitHub:
Oh I didn't know I was not supposed to use
sudo, it has always been a constant. My VPS also gives me permission denied errors when I don't usesudo@stefanbenten commented on GitHub:
The Storj Servers are not the problem. Its the DNS lookup of the container that fails. I do not have the time to test the docker image myself in the next few hours, but i also doubt that the image itself is the issue.
Which VPS provider are you using?
@stefanbenten commented on GitHub:
@driftywinds Glad it works now!
Regarding the deletion token, please see https://github.com/dutchcoders/transfer.sh/issues/419
@driftywinds commented on GitHub:
After looking into it I found out that it was a problem with my docker version. Thank you for your help guys!
One last thing -
when I try to delete a file from the UI after uploading from the command line, what token am I supposed to give to it? Uploading from UI gives a deletion token but the command line does not
@driftywinds commented on GitHub:
Thank you!