Compare commits

..

2 commits

Author SHA1 Message Date
327ca01f3a
bump version 2025-01-14 23:11:04 +01:00
1c0e9d84ba
add example install command to readme 2025-01-14 23:10:42 +01:00
2 changed files with 4 additions and 1 deletions

View file

@ -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`):

View file

@ -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',