0.1.1 • Published 4 years ago

mup-server-security v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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
0.1.1

4 years ago

0.1.0

4 years ago