{ "info": { "author": "Miko\u0142aj Biel", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# NGRP\n\n[![PyPI](https://img.shields.io/pypi/v/ngrp.svg)](https://pypi.org/project/ngrp/)\n\nA handy tool that configures nginx reverse proxy for you\n\n## Installation\n\n```\npip install ngrp\n```\n\n## Usage\n\n```\nUsage: ngrp [OPTIONS] COMMAND [ARGS]...\n\n Nginx domains configuration tool.\n\nOptions:\n --version Show the version and exit.\n --help Show this message and exit.\n\nCommands:\n add Add and enable a domain configuration.\n disable Disable configuration for given domain.\n enable Enable configuration for given domain.\n reload Reload nginx configuration.\n```\n\n**ngrp** supports multiple reverse proxy templates. \n\n```\nUsage: ngrp add [OPTIONS] COMMAND [ARGS]...\n\n Add and enable a domain configuration.\n\nOptions:\n --help Show this message and exit.\n\nCommands:\n http Redirect DOMAIN traffic to 127.0.0.1:PORT\n https Redirect DOMAIN traffic to 127.0.0.1:PORT\n static-http Serve content from WEBSITE_ROOT on DOMAIN\n static-https Serve content from WEBSITE_ROOT on DOMAIN\n```\n\nTo add a HTTP reverse proxy do the following (_etherpad running on port `9001`, proxied to `etherpad.example.com`_):\n\n```\nngrp add http 9001 etherpad.example.com\n```\n\nFor a change in configuration to take effect, nginx config needs to be reloaded:\n\n```\nngrp reload\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/klausweiss/ngrp", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ngrp", "package_url": "https://pypi.org/project/ngrp/", "platform": "", "project_url": "https://pypi.org/project/ngrp/", "project_urls": { "Homepage": "https://github.com/klausweiss/ngrp" }, "release_url": "https://pypi.org/project/ngrp/0.3.3/", "requires_dist": [ "click (==6.7)" ], "requires_python": ">=3", "summary": "A handy tool that configures nginx reverse proxy for you", "version": "0.3.3" }, "last_serial": 3944307, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "f75be8f0440c2fbbe4b6e56be0215bbd", "sha256": "151f6fb0408114003e97f9360947150a93fa25102bd3a62c1238466bf8c78807" }, "downloads": -1, "filename": "ngrp-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f75be8f0440c2fbbe4b6e56be0215bbd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 5083, "upload_time": "2018-05-06T22:09:39", "url": "https://files.pythonhosted.org/packages/82/5c/d622a15081e03c42e4b5fbd6c808576148940d3aa347f63d40148c8a6421/ngrp-0.1.1-py3-none-any.whl" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "a64a74f1e673b553b2e20db15d833ba7", "sha256": "36d8ffb42470bc908127b4c2c1aefa3222b7e2c9a467a57bb1945a547d31d1a3" }, "downloads": -1, "filename": "ngrp-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a64a74f1e673b553b2e20db15d833ba7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 6541, "upload_time": "2018-06-01T17:11:32", "url": "https://files.pythonhosted.org/packages/4f/e6/29ddb6148892bf99667e018404a3d59be188b45ad6c95a2e117f22ae4058/ngrp-0.2.2-py3-none-any.whl" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "153963d8e5b7f0ffa64ca40128c7e149", "sha256": "7dacda4cc3fb4904472a5b002a42f174cfc3575c5b6b5bb457f3ac3e8f682e22" }, "downloads": -1, "filename": "ngrp-0.3.3-py3-none-any.whl", "has_sig": false, "md5_digest": "153963d8e5b7f0ffa64ca40128c7e149", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 8119, "upload_time": "2018-06-08T23:03:09", "url": "https://files.pythonhosted.org/packages/36/1d/0509a401ae11b20b6f887d0220907a2df2e01f32fc139128b69c8d57056c/ngrp-0.3.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "153963d8e5b7f0ffa64ca40128c7e149", "sha256": "7dacda4cc3fb4904472a5b002a42f174cfc3575c5b6b5bb457f3ac3e8f682e22" }, "downloads": -1, "filename": "ngrp-0.3.3-py3-none-any.whl", "has_sig": false, "md5_digest": "153963d8e5b7f0ffa64ca40128c7e149", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 8119, "upload_time": "2018-06-08T23:03:09", "url": "https://files.pythonhosted.org/packages/36/1d/0509a401ae11b20b6f887d0220907a2df2e01f32fc139128b69c8d57056c/ngrp-0.3.3-py3-none-any.whl" } ] }