Compare commits
No commits in common. "327ca01f3af39015d920b0908af148e4cc5ab560" and "2b62f379390ed1523bd48e5eacbf67e0d0885a2e" have entirely different histories.
327ca01f3a
...
2b62f37939
2 changed files with 1 additions and 4 deletions
|
@ -22,9 +22,6 @@ Quality of life script for nginx and dehydrated.
|
|||
|
||||
* Install dependencies: nginx, keepalived (optional i guess), rsync, ssh, python3
|
||||
* 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 base nginx config (in `conf_dir`):
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='ncc',
|
||||
version='1.0.1',
|
||||
version='1.0.0',
|
||||
packages=['ncc'],
|
||||
install_requires=[
|
||||
'click',
|
||||
|
|
Loading…
Reference in a new issue