Skip to main content

Command Line Tool to Manage hipache

Project description

hipachectl

Image Layers

hipachectl is a command-line tool and library to manage dotCloud’s hipache load balancer and reverse proxy. hipachectl lets you:

  • list configured virtual hosts

  • add a new virtual host

  • delete a virtual host

hipachectl is MIT licensed.

Installation

Either pull the automatically updated Docker image:

$ docker pull prologic/hipachectl

Or install from the development repository:

$ git clone https://github.com/prologic/hipachectl.git
$ cd hipachectl
$ pip install .

Usage

To use hipachectl from Docker:

$ docker run prologic/hipachectl -u tcp://ip:port <command>

Or:

$ hipachectl -u tcp://ip:port <command>

Where ip and port are the IP Address and Port of the hipache instance or the IP/Port of the Redis instance used. e.g: tcp://redis:6379

Or if you have a named hipache instance you can use --link:

$ docker run --link hipache prologic/hipachectl

For help use the --help option.

Change Log

0.2 (2015-05-26)

0.1 (2015-05-26)

  • Added an API

0.0.1 (2014-11-01)

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hipachectl-0.3.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

hipachectl-0.3.0-py2-none-any.whl (7.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page