nginx-configurator/README.md

9 lines
318 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-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.