diff --git a/Caddyfile b/Caddyfile deleted file mode 100644 index 1510799..0000000 --- a/Caddyfile +++ /dev/null @@ -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 -} diff --git a/golink/fly.toml b/golink/fly.toml deleted file mode 100644 index 485fa57..0000000 --- a/golink/fly.toml +++ /dev/null @@ -1,11 +0,0 @@ -app = "golink-msfjarvis" - -[build] -image = "ghcr.io/tailscale/golink:main" - -[deploy] -strategy = "immediate" - -[mounts] -source="golink_volume" -destination="/home/nonroot"