chore: update install docs, secure API docs, refine Docker vhost, remove unused folders

This commit is contained in:
Ryan
2025-04-24 17:02:50 -04:00
committed by GitHub
parent b5a7d8d559
commit 04f5cbe31f
8 changed files with 65 additions and 13 deletions

View File

@@ -15,6 +15,10 @@ DirectoryIndex index.html
Require all denied
</FilesMatch>
<FilesMatch "^(api\.html|openapi\.json)$">
Require valid-user
</FilesMatch>
# -----------------------------
# Enforce HTTPS (optional)
# -----------------------------