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

mapmyaccess

v1.1.37

Published

mapmyaccess proxy to origin server

Downloads

41

Readme

MapMyAccess

MapMyAccess Proxy Local Setup Documentation

Requirements

  • Before you install MapMyAccess, make sure that you have proper knowledge, hardware and operating system requirements.
  • A Dedicated Server class machine with minimum of 8GB RAM and 20GB space.
  • MapMyAccess is supported under two different operating systems: Linux and Windows.
  • TCP ports 80 and 443 to be allowed from your network to the outside world.
  • Software Node.js version 14 or higher installed on your system.
  • Administrator access to the required folder where you want to install MapMyAccess Proxy services.

Installation Steps

1. Install Node.js 14+

Ensure you have Node.js version 14 or higher installed on your system. If Node.js is not installed, you can download it from the official website: Node.js

2. Verify Node.js Installation

To verify that Node.js has been installed successfully, open your command prompt (cmd) or terminal and run the following command:

node -v

If the command returns the installed Node.js version (14 or higher), then Node.js is installed correctly.

3. Download MapMyAccess Proxy Package

Open your command prompt (cmd) or terminal and navigate to the required folder where you want to install MapMyAccess Proxy. Then, run the following command to download the npm package:

npm i mapmyaccess

4. Verify Installation

Once the installation is complete, you should see a new folder named node_modules in your chosen directory. This folder contains all the dependencies required by MapMyAccess Proxy.

5. Edit the Environment File

Navigate to the node_modules/mapmyaccess folder using the command prompt (cmd) or terminal. Inside this folder, locate the env file, and open it using a text editor.

In the env file, make the following changes:

  1. Change the value of ROOT_DOMAIN to your choice of domain name. Replace your_domain.com with your actual domain name.
  2. Replace the value of LIBRARY_KEY with the key provided by MapSystems. Contact MapSystems support if you don't have the key.

Save the changes to the env file.

6. Place Certificates in the Public Folder

In your chosen installation directory, locate the `public` folder. Inside the `public` folder, place your valid wild card SSL certificate key and certificate files with the following names:

  • Certificate Key: key.key
  • Certificate File: cer.cer

Make sure your wild card SSL certificate files are valid and match the requirements of your domain name.

Step 7: Navigate to MapMyAccess Folder

In your command prompt or terminal, navigate inside the "node_modules/mapmyaccess" folder:

cd node_modules/mapmyaccess

Step 8: Install PM2 Globally

Install PM2 globally using npm by running the following command:

npm install -g pm2

Step 9: Start PM2 Services

Start the PM2 services by running the following command:

pm2 start index.js

Congratulations! You have successfully set up MapMyAccess Proxy on your system. Now it is configured to manage access to your resources based on the specified domain name and library key.

If you encounter any issues or need further assistance, refer to the official documentation or contact MapSystems support.