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

@scrypted/cloud

v0.2.41

Published

Scrypted Cloud plugin which makes your hub accessible at home.scrypted.app

Downloads

37,387

Readme

Cloud Access Plugin for Scrypted

  1. Log into Scrypted Cloud using the login button.
  2. This Scrypted server is now available at https://home.scrypted.app.

See below for additional recommendations.

Port Forwarding

The network's router must configure an external port, the From Port, to the send traffic to the Forward Port on this server. These ports have random defaults that can be seen in the plugin Settings, and can be changed if preferred. Ports 10443 and 10444 are already being used by Scrypted itself, and should not be used. Choose another port, like 11443.

What You'll Need

  • Access to your router's settings (usually through a web browser).
  • Ability to change settings on your host machine's firewall (like ufw for Linux or Windows Firewall for Windows).

Step-by-Step Instructions

  1. Port Configuration
    • For simplicity, use the same port number (e.g 11443) for both "From Port" and "Forward Port" fields in the Scrypted Cloud plugin settings General tab.
  2. Access Your Router Settings
  1. Navigate to Firewall or Port Forwarding Section
  • Once logged in, find the section that deals with "Firewall" or "Port Forwarding". It could be under tabs like "Advanced," "NAT," or "Security."
  1. Set Up Port Forwarding Rule

    • Use the port number you chose in Step 1 (e.g 11443) to set up a new Port Forwarding rule on your router.
  2. Change Port Forwarding Mode in Scrypted

    • Go back to Scrypted and navigate to the "General" tab in the Cloud plugin.
    • Select "Router Forward" from the "Port Forwarding Mode" dropdown menu.
  3. Save Your Settings

    • Don't forget to save your changes in both your router and in Scrypted.
  4. Reload Plugin

    • After all configuration is complete, Reload Cloud Plugin to ensure the new settings are applied.
  5. Test Your Setup

    • In the Scrypted Cloud plugin settings, find and click the Test Port Forward button under the Advanced Settings tab. This will confirm if everything is set up correctly.

Firewall Configuration

Make sure your host machine’s firewall isn't blocking the port you've chosen. You may need to create an 'allow' rule for this port in your host's firewall settings.

Custom Domains

Custom Domains can be used with the Cloud Plugin.

Set up a reverse proxy to the https Forward Port shown in settings.

Cloudflare Tunnels

Scrypted Cloud automatically creates a login free tunnel for remote access.

The following steps are only necessary if you want to associate the tunnel with your existing Cloudflare account to manage it remotely.

  1. Create the Tunnel in the Cloudflare Zero Trust Dashboard.

  2. Copy the token shown for the tunnel shown in the install [token] command. For example, if you see cloudflared service install eyJhI344aA..., then eyJhI344aA... is the token you need to copy.

  3. Paste the token into the Cloud Plugin Advanced Settings.

  4. Add a Public Hostname to the tunnel.

    • Choose a (sub)domain.
    • Service Type is HTTPS and URL is localhost:port. Replace the port with Forward Port from Cloud Plugin Settings.
    • Expand Additional Application Settings -> TLS menus and enable No TLS Verify.
  5. Reload Cloud Plugin.

  6. Verify Cloudflare successfully connected by observing the Console Logs.