chore: add tooling for go wasm
This commit is contained in:
parent
46f1576b8f
commit
f9751f5ab2
5 changed files with 61 additions and 0 deletions
10
Caddyfile
Normal file
10
Caddyfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
https://localhost {
|
||||
reverse_proxy headscale:8080
|
||||
tls /certs/localhost.pem /certs/localhost-key.pem
|
||||
|
||||
header {
|
||||
Access-Control-Allow-Origin *
|
||||
Access-Control-Allow-Headers *
|
||||
Access-Control-Allow-Methods GET, POST, OPTIONS
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue