mup-server-security

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i mup-server-security

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

4.53 kB

Total Files

8

Last publish

Collaborators

  • zodern