New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mup-server-security

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mup-server-security

Plugin for Meteor Up to help with securing servers

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

mup-server-security

Plugin for Meteor Up to automate some common configurations.

This is a very early version of the plugin. It doesn't do much yet, and hasn't been thoroughly tested.

Use

Install with npm i -g mup-server-security. Then, add to the plugins array in your mup config, and add a serverSecurity object.

module.exports = {
  // rest of config

  plugins: ['mup-server-security'],
  serverSecurity: {
    // content replaces file at ~/.ssh/authorized_keys on the server
    authorizedKeysFile: './file/to/authorized_keys'
  }
}

Next, run

mup setup

Keywords

meteor-up

FAQs

Package last updated on 24 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