uplink share
has a few new flags that makes sharing objects (and hosting websites) even easier!
This feature is production live on uplink v1.19.4!
Here are the new uplink capabilities:
uplink share <path>
creates an access grant
uplink share --register <path>
creates and registers an access grant. It uses our public --auth-service= “https://auth.tardigradeshare.io” by default.
uplink share --url <path>
generates a shorter, access key-based URL. It will also --register and set the access key --public. --base-url defaults to our server “https://link.tardigradeshare.io”.
uplink share --dns <hostname> <path>
prints the DNS info needed to host your own static site. It will also --register and set the access key --public. Read the tutorial on our Linksharing README to learn how to set up web hosting.
And as a reminder, if you’re going to share your objects, make sure they are READONLY! --url and --dns will create a public readonly access key for you automatically.
Try it out at let us know what you think!