Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rpnow

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpnow

An RPNow server lets you do roleplaying and collaborative writing with a small group of friends!

  • 0.0.1-7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

RPNow

An RPNow server lets you do roleplaying and collaborative writing with a small group of friends!

Setting up your own RP room is now very easy, thanks to the magic of Glitch.com!

Terms of Use

Refer to the glitch.com Terms of Service & DMCA document.

In particular, pay attention to the information under the heading: 5. Content and Intellectual Property Rights. This contains information about ownership of your content, and what content is and isn't allowed. (See the subsection: "You have the right to let us use your content. We don’t warrant other user’s content.")

Setup

Be sure to create an account on glitch.com so your server isn't automatically deleted after 5 days!

First, remix this app to create your own server:

Remix on Glitch

To complete the setup, you'll need to edit your .env file to secure access to your room:

PASSCODE="Your very secret passcode"

Make sure you change your passcode to something only you and your friends will know!

Need help with editing your .env file? Refer to this help page on glitch.com.

After this is done, congratulations! Your server is ready to use!

Securing

If you're extra worried about strangers guessing the passcode, modify your .env file (But don't change the passcode!)

LOCKDOWN="yes"

However, if you can't store the login information on your device (for example, if you're using a public computer) then consider instead using a long, secure passcode. This page on the Electronic Frontier Foundation can help you come up with a very secure passcode.

You can audit the history of logins and failed login attempts to your site by selecting "Audit logins" on the webpage's side menu.

Revoking access

There's no way to remove a single user from the room. However, you can change the passcode to something new, which will kick out everyone. Then, just send the new passcode to all the users who should have access.

Changing the look and feel

The webpage's look and feel can be customized by modifying web/styles.css!

TODO if the app gets bundled into an NPM package then change this link & instructions

Updating

TODO instructions on how to update an rpnow package in package.json?

FAQs

Package last updated on 29 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc