aboutsummaryrefslogtreecommitdiff
path: root/web/http/start-server.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-05 08:37:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-05 08:37:34 +0200
commit52c74a1c33ce12b93ec5830f5a6348d9578c7c6e (patch)
treee763fa21a5bc057b36a42af8caa9766bb1cfd8b3 /web/http/start-server.sh
parent57f194ef57e393d84e2d3c73115ec528e02ea3c9 (diff)
downloadnissy-core-52c74a1c33ce12b93ec5830f5a6348d9578c7c6e.tar.gz
nissy-core-52c74a1c33ce12b93ec5830f5a6348d9578c7c6e.zip
Simplify callback business (web version)
Diffstat (limited to 'web/http/start-server.sh')
-rwxr-xr-xweb/http/start-server.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/http/start-server.sh b/web/http/start-server.sh
new file mode 100755
index 0000000..c827146
--- /dev/null
+++ b/web/http/start-server.sh
@@ -0,0 +1,8 @@
1#!/bin/sh
2
3# Run this script from the main folder (../../)
4
5darkhttpd web/http \
6 --header 'Cross-Origin-Opener-Policy: same-origin' \
7 --header 'Cross-Origin-Embedder-Policy: require-corp' \
8 --mimetypes web/http/mime

Generated with cgit - Back to sebastiano.tronto.net