nginx-configurator/README.md

11 lines
354 B
Markdown
Raw Normal View History

2023-10-25 19:37:39 +02:00
# Nginx configurator (patent for that name is pending...)
2023-10-25 19:38:52 +02:00
# TODO
* Add a way to generate autoincrementing config ID
2023-10-26 12:36:19 +02:00
* document dhparam.pem generation
2023-10-25 19:37:39 +02:00
# Contributions
2023-10-25 19:44:27 +02:00
Please use `black` formatter.
You can automate the process by running `cp .githooks/pre-commit .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit` after pulling the repository.