weblink icon indicating copy to clipboard operation
weblink copied to clipboard

where did weblink go

Open mu-arch opened this issue 10 months ago • 1 comments

i use it all the time and looks like you just renamed the repo and its gone

mu-arch avatar Jun 19 '25 03:06 mu-arch

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

soylent avatar Jun 19 '25 18:06 soylent