Add WireGuard VPN, kobodl, and calibre-web
WireGuard for private service access (kobodl behind VPN). kobodl downloads and de-DRMs Kobo store purchases. calibre-web serves the library at books.monotrope.au. sync.sh script handles ongoing download + import workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -60,6 +60,20 @@ git.monotrope.au {
|
||||
encode zstd gzip
|
||||
}
|
||||
|
||||
# Calibre-web
|
||||
books.monotrope.au {
|
||||
reverse_proxy localhost:8083
|
||||
|
||||
header {
|
||||
X-Content-Type-Options "nosniff"
|
||||
X-Frame-Options "DENY"
|
||||
Referrer-Policy "strict-origin-when-cross-origin"
|
||||
Permissions-Policy "camera=(), microphone=(), geolocation=()"
|
||||
}
|
||||
|
||||
encode zstd gzip
|
||||
}
|
||||
|
||||
# GoatCounter analytics
|
||||
stats.monotrope.au {
|
||||
reverse_proxy localhost:8081
|
||||
|
||||
Reference in New Issue
Block a user