No description
Find a file
2023-10-26 12:36:19 +02:00
.githooks Add info about git hook for black 2023-10-25 19:44:27 +02:00
templates First ssl attempt, unfinished 2023-10-26 12:36:19 +02:00
.gitignore First ssl attempt, unfinished 2023-10-26 12:36:19 +02:00
clusters.json.example basic config generator from prompt 2023-10-25 19:06:28 +02:00
n-gen.py fix formatting, add info about black 2023-10-25 19:37:39 +02:00
n-ssl.py First ssl attempt, unfinished 2023-10-26 12:36:19 +02:00
README.md First ssl attempt, unfinished 2023-10-26 12:36:19 +02:00
requirements.txt basic config generator from prompt 2023-10-25 19:06:28 +02:00

Nginx configurator (patent for that name is pending...)

TODO

  • Add a way to generate autoincrementing config ID
  • document dhparam.pem generation

Contributions

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.