hipachectl
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)
Moved project to Github
0.1 (2015-05-26)
Added an API
0.0.1 (2014-11-01)
Initial Release
Release files for hipachectl 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hipachectl-0.3.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hipachectl-0.3.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 11.3 kB
Release files / hipachectl-0.3.0.tar.gz
| Download URL | hipachectl-0.3.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d6e8ddb88d51ba4de84294ffa62cd455bd9559aa5caf259a6a8da1d44cb3ade1
|
|
BLAKE2b-256 checksum How to use checksums |
c6a8af90a65465ebfa6cb0722a91b16598878a5e7d2d3a93f6c1dd970563b229
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / hipachectl-0.3.0-py2-none-any.whl
| Download URL | hipachectl-0.3.0-py2-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
6736d7dbc791a0954c54b069b309c90ff69a1a63f1873d786f7517ec8e1fbbda
|
|
BLAKE2b-256 checksum How to use checksums |
7c3b3734fe2cd949435dd18eb6d0e6746c847e5b8f65525b1702f25844e0158f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |