diff --git a/show/dance2022/networking.n3 b/show/dance2022/networking.n3 new file mode 100644 --- /dev/null +++ b/show/dance2022/networking.n3 @@ -0,0 +1,43 @@ +@prefix : . +@prefix show: . +@prefix sh: . + +# Use ip addrs in here to avoid an issue where nginx returns 502 +# errors for ~10sec after a service (re)starts. I haven't found a fix +# for that in the nginx config. + +show:dance2022 :networking sh:netHome . +sh:netHome + :captureDevice ; + :effectEval ; + :effectSequencer ; + :keyboardComposer ; + :musicPlayer ; + :paintServer ; + :rdfdb ; + :subServer ; + :vidref ; + :webServer ; + :timeline ; + :live ; + :effectListing ; + :fade ; + + :collector ; + :collectorZmq . + +:captureDevice :urlPath "captureDevice" . +:collector :urlPath "collector" . +:dmxServer :urlPath "dmxServer" . +:effectEval :urlPath "effectEval" . +:effectSequencer :urlPath "effectSequencer" . +:keyboardComposer :urlPath "keyboardComposer" . +:musicPlayer :urlPath "ascoltami" . +:paintServer :urlPath "paintServer" . +:rdfdb :urlPath "rdfdb" . +:subServer :urlPath "subServer" . +:vidref :urlPath "vidref" . +:timeline :urlPath "timeline" . +:live :urlPath "live" . +:effectListing :urlPath "effectListing" . +:fade :urlPath "fade" .