Disable auth for certbot webroot challenge.

This commit is contained in:
Brad Treloar 2025-04-26 00:15:20 +09:30
parent a1ee2f85f8
commit 40a91f6d66
4 changed files with 21 additions and 1 deletions

9
docker/run.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# Run the notes-server image.
docker run \
--name notes-server \
-v "${PWD}/../hugo/public:/usr/share/nginx/html" \
-p 42069:80 \
notes-server