add bfuse-filter.umm.gay
This commit is contained in:
parent
df08e7720a
commit
19c57f8faa
3 changed files with 19 additions and 0 deletions
17
ngx/bfuse-filter-umm-gay.ts
Normal file
17
ngx/bfuse-filter-umm-gay.ts
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
import ngx from "jsr:@char/ngx@0.1";
|
||||||
|
|
||||||
|
export const domain = "bfuse-filter.umm.gay"
|
||||||
|
|
||||||
|
export const config = ngx("server", [
|
||||||
|
[
|
||||||
|
`server_name ${domain}`,
|
||||||
|
...ngx.listen(),
|
||||||
|
...ngx.letsEncrypt(domain),
|
||||||
|
],
|
||||||
|
ngx("location /", [
|
||||||
|
"add_header Access-Control-Allow-Origin *",
|
||||||
|
`root /srv/www/${domain}`,
|
||||||
|
]),
|
||||||
|
]);
|
||||||
|
|
||||||
|
if (import.meta.main) console.log(config.build());
|
|
@ -7,3 +7,4 @@ deno run ./char-bun-how.ts > out/char-bun-how.conf
|
||||||
deno run ./pds-testing.ts > out/pds-testing.conf
|
deno run ./pds-testing.ts > out/pds-testing.conf
|
||||||
deno run ./charlotte-partners.ts > out/charlotte-partners.conf
|
deno run ./charlotte-partners.ts > out/charlotte-partners.conf
|
||||||
deno run ./charlotte-partners-labeler.ts > out/charlotte-partners-labeler.conf
|
deno run ./charlotte-partners-labeler.ts > out/charlotte-partners-labeler.conf
|
||||||
|
deno run ./bfuse-filter-umm-gay.ts > out/bfuse-filter-umm-gay.conf
|
||||||
|
|
1
www/.gitignore
vendored
Normal file
1
www/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/bfuse-filter.umm.gay
|
Loading…
Reference in a new issue