deasmi / unraid-tailscale

Docker build files for tailscale on unpaid
MIT License
59 stars 29 forks source link

Automatically download files from Taildrop #8

Closed deasmi closed 2 years ago

deasmi commented 2 years ago

Add a setting to automatically download files from Taildrop to a configured local location.

deasmi commented 2 years ago

This is currently thought to be impossible due to underlying Tailscale linux lack of support.

Tracking this for change to that.

https://github.com/tailscale/tailscale/issues/2312

hugochinchilla commented 2 years ago

On April 22, Tailscale v1.24.0 was released introducing support for file get --loop and file get --conflict=(skip|overwrite|rename)

deasmi commented 2 years ago

Thanks @hugochinchilla for spotting. I will do some initial testing and see what the best way to incorporate this is. Then likely do a special release for testing.

deasmi commented 2 years ago

@hugochinchilla I have got this working but would apprecaite some additional testing, would you be willing to give it a try as well?

hugochinchilla commented 2 years ago

Yes, I'm on a travel now, but I will test it on arrival.

deasmi commented 2 years ago

@hugochinchilla you will need to add a new path and a variable, as shown.

image

make /downloads point to where you'd like the uploaded files to be put.

Then set a variable ENABLE_DOWNLOADS to TRUE

change your docker tag to be deasmi/unraid-tailscale:downloads to pull the beta

Thanks

hugochinchilla commented 2 years ago

I've enabled it and it looks like is working fine. I will keep it running more time and test again later.

deasmi commented 2 years ago

I'm going to close this and update the latest tag, if you have seen no issues and neither have I that's loads more testing than I'd usually do ! Thanks @hugochinchilla