chore: cleanup unused stuff

This commit is contained in:
Harsh Shandilya 2023-06-16 15:40:43 +05:30
parent 9011d1f82a
commit 7337968840
No known key found for this signature in database
2 changed files with 0 additions and 24 deletions

View File

@ -1,13 +0,0 @@
dl.msfjarvis.dev {
root * /var/www/dl.msfjarvis.dev
tls {
dns netlify {$NETLIFY_API_TOKEN}
}
file_server browse
encode gzip
@static {
file
path *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff *.pdf *.webp
}
header @static Cache-Control max-age=5184000
}

View File

@ -1,11 +0,0 @@
app = "golink-msfjarvis"
[build]
image = "ghcr.io/tailscale/golink:main"
[deploy]
strategy = "immediate"
[mounts]
source="golink_volume"
destination="/home/nonroot"