npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nodebb-plugin-tarsnap

v1.2.9

Published

This is a Tarsnap plugin for NodeBB. Keep in mind it is merely an interface, and **you still have to figure out how to install Tarsnap on your server** before this plugin is of any use.

Downloads

15

Readme

Tarsnap Plugin for NodeBB

This is a Tarsnap plugin for NodeBB. Keep in mind it is merely an interface, and you still have to figure out how to install Tarsnap on your server before this plugin is of any use.

What's Tarsnap?

Tarsnap is a secure, efficient online backup service. It was made by Colin Percival (🇨🇦!)

How do I set it up?

You'll want to check out the "Getting Started" guide, set up your account, and install Tarsnap to the server hosting your NodeBB files (or honestly, whatever else you want to archive).

Then, install the plugin, ./nodebb build, and configure the plugin in the plugin page.

Remember these rules of the road...

  • Never compress your data prior to archiving it in Tarsnap
    • Tarsnap automatically deduplicates and compresses your data when you send it up, meaning fewer bytes get transferred, and fewer bytes get stored. Compressing the data yourself can throw a wrench in this process, causing the deduplication to incorrectly conclude that some blocks have changed (as they look different when compressed) even though they are/have not.
  • Frequently check your backups for validity!
    • It is not enough simply to have a backup plan in place. For unforseen reasons backups may stop working, or they may have been incorrectly configured from the start. Some horror stories include perfectly working backups, but corrupted files that could not be used during recovery. This plugin lets you "list" your archives to see whether they are still being made/stored regularly, but you should also periodically download them to check them for validity.
  • Always ensure that the email you signed up to Tarsnap can receive messages from Tarsnap!
    • The service requires a deposit and running out of money will cause your data to be deleted! Tarsnap emails you when you come close to running out of money, and so adding [email protected] to your mail whitelist is probably a good idea.