1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 03:57:44 +00:00

cinny: init

This commit is contained in:
RGBCube 2025-06-08 18:26:57 +03:00
parent 9e9cb7e522
commit b97f056b00
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 91 additions and 5 deletions

View file

@ -7,7 +7,7 @@
port = 8002;
wellKnownResponse = data: /* nginx */ ''
${config.services.nginx.headers}
${config.services.nginx.headersNoAccessControlOrigin}
add_header Access-Control-Allow-Origin * always;
default_type application/json;