We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2744084 commit dccce29Copy full SHA for dccce29
Readme.md
@@ -51,6 +51,10 @@ This will generate passwords and an SSH key and put them at the right places.
51
52
Next, generate the initial Caddyfile for the webserver:
53
```shell
54
+# You may need/want to have a virtual environment to make python dependencies available (or install it globally)
55
+python3 -m venv .venv
56
+source .venv/bin/activate
57
+pip install jinja2 requests
58
./config/caddy/generate_caddyfile.py
59
```
60
0 commit comments