From ee2500e4271640f522a8e66433031d2e2e175171 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 15 May 2026 23:57:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20master:=20update=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index f76a0c8..ad015a4 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,24 @@ $ source .env # not needed if your system has autoenv $ build # fast: repeatable build $ nix-build # slow: reproducable nix build (for experts) ``` + +NOTES: + +``` + + /admin.lua <--- define other instances..for CORS allow / mount http + configure in-zip or filesystem-cache + + opendirectory.lua <--- mount other instances over http (via xrforge or rclone) +scan files +---------- middleware/xrexperience.lua + | events: --------------------- + + file type: sidecarfile + + sidecarfiles ---> regex = {"\.glb", "\.png", "\.vtt"} + | regex_minmatch = 2 + + folder viewer = /view/janusweb/#janus.url=${file}.glb + template = [[ +
...
+ ]] + +```