Compare commits
2 commits
2b62f37939
...
327ca01f3a
Author | SHA1 | Date | |
---|---|---|---|
327ca01f3a | |||
1c0e9d84ba |
2 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,9 @@ Quality of life script for nginx and dehydrated.
|
||||||
|
|
||||||
* Install dependencies: nginx, keepalived (optional i guess), rsync, ssh, python3
|
* Install dependencies: nginx, keepalived (optional i guess), rsync, ssh, python3
|
||||||
* Install `ncc` through pip (or pipx) from this git repository
|
* Install `ncc` through pip (or pipx) from this git repository
|
||||||
|
```
|
||||||
|
pip install -U git+https://git.nolog.cz/NoLog.cz/nginx-configurator.git
|
||||||
|
```
|
||||||
* Create a `ncc.yml` file (see `ncc.yml.sample`)
|
* Create a `ncc.yml` file (see `ncc.yml.sample`)
|
||||||
* Create a base nginx config (in `conf_dir`):
|
* Create a base nginx config (in `conf_dir`):
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ncc',
|
name='ncc',
|
||||||
version='1.0.0',
|
version='1.0.1',
|
||||||
packages=['ncc'],
|
packages=['ncc'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'click',
|
'click',
|
||||||
|
|
Loading…
Reference in a new issue