Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

gh-trending

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-trending

[![Code Climate](https://codeclimate.com/github/rodrigogs/ilsap/badges/gpa.svg)](https://codeclimate.com/github/rodrigogs/ilsap) [![dependencies Status](https://david-dm.org/rodrigogs/ilsap/status.svg)](https://david-dm.org/rodrigogs/ilsap) [![devDependen

latest
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

ilsap - Intellij License Server Active Proxy

Code Climate dependencies Status devDependency Status npm npm version

Since Jetbrains started to blacklist license servers by hostname, it's being a pain in the ass to find a working one. So this is an active proxy for Intellij license servers, that masks a license server into your localhost. Just create a startup script to call ilsap, configure your IDE to activate from the localhost and YOLO!

Install

node 7.6 > required

$ npm install ilsap -g

Usage

$ ilsap --help

  Usage: ilsap [options]

  Options:

    -V, --version          output the version number
    -h, --host <host>      hostname to listen on (default: 0.0.0.0)
    -p, --port <port>      port to listen on (default: 8997)
    -s, --server <server>  license server url (default: http://xidea.online)
    -n, --ngrok            start a ngrok server pointed to your local port
    -h, --help             output usage information

$ ilsap

Starting server...
Listening on http://0.0.0.0:8997 <- Use this url to register your product
Redirecting requests to http://xidea.online

ilsap

Alternative License Servers

If xidea.online doesn't work for you, try the following servers:

Disclaimer

I don't really give a fuck about disclaimers, intellectual property or code of conduct for open source projects(mainly), so... just use it as you want to.

License: MIT © Rodrigo Gomes da Silva

FAQs

Package last updated on 26 Jan 2018

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