Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

node-ovh-ip

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ovh-ip

A really quickly written UI to manage OVH Network Firewall

latest
Source
npmnpm
Version
0.0.3-2
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

node-ovh-ip

A really quickly written UI to manage the OVH network firewall.

This module is unofficial and consequently not maintained by OVH.

Setup

Node.js is required to run this application.

$ npm install node-ovh-ip && cd node_modules/node-ovh-ip

Edit the configuration file config/default.yaml:

app:
  # This string is used by the web server (connect) to compute
  # the session hash (http://www.senchalabs.org/connect/middleware-session.html).
  sessSecret: myRandomString
  # The base URL of the application. It will be used to redirect
  # the user after the authentication on OVH.com.
  baseUrl: http://localhost:3000
ovh:
  # You can create an application on OVH.com:
  # https://www.ovh.com/fr/cgi-bin/api/createApplication.cgi
  appKey: 42424242
  appSecret: 424242

Run the application:

$ npm start

Screenshots

IP status

Rules editions

License

This module is freely distributable under the terms of the MIT license.

Copyright (c) 2013 Vincent Giersch <mail@vincent.sh>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FAQs

Package last updated on 26 Sep 2013

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