weblink
weblink copied to clipboard
where did weblink go
i use it all the time and looks like you just renamed the repo and its gone
Hi @mu-arch! Glad you found it useful. It may seem like a drastic change, but it's simply a name change, everything else stays the same. All previous releases are still available on rubygems.org. With a less generic project name, we now have a website that consolidates all information in one place.
Basically, weblink v1.4.0 became netpump v1.0.0, so the upgrade is straightforward:
$ gem install netpump
$ gem uninstall weblink # Optional step
$ netpump -cb
If you are running your own private server, the last command becomes:
$ netpump -cb --server-url wss://<your-private-server>
The server is fully compatible with the new version. To update it going forward:
$ gem install netpump
$ netpump -s --server-port=$PORT