Files
@ 9b5e313d6dfc
Branch filter:
Location: light9/show/dance2019/networking.n3 - annotation
9b5e313d6dfc
1.4 KiB
text/plain
checkpoint show data
Ignore-this: 53672a71784dd435d2f70de16f8c1565
Ignore-this: 53672a71784dd435d2f70de16f8c1565
16af5a343e00 16af5a343e00 16af5a343e00 16af5a343e00 b0691e922fa1 b0691e922fa1 b0691e922fa1 b0691e922fa1 16af5a343e00 16af5a343e00 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 71eac274c98f 16af5a343e00 16af5a343e00 71eac274c98f 16af5a343e00 16af5a343e00 71eac274c98f 16af5a343e00 16af5a343e00 16af5a343e00 16af5a343e00 16af5a343e00 16af5a343e00 | @prefix : <http://light9.bigasterisk.com/> .
@prefix show: <http://light9.bigasterisk.com/show/> .
@prefix sh: <http://light9.bigasterisk.com/show/dance2019/> .
# 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:dance2019 :networking sh:netHome .
sh:netHome
:captureDevice <http://10.5.0.1:8215/>;
:effectEval <http://10.5.0.1:8204/>;
:effectSequencer <http://10.5.0.1:8213/>;
:keyboardComposer <http://10.5.0.1:8205/>;
:musicPlayer <http://10.5.0.1:8206/>;
:paintServer <http://10.5.0.1:8214/>;
:rdfdb <http://10.5.0.1:8209/>;
:subServer <http://10.5.0.1:8211/>;
:vidref <http://10.5.0.1:8212/>;
:webServer <http://10.5.0.1:8200/>;
:collector <http://10.5.0.2:8202/>;
:collectorZmq <http://10.5.0.2:8203/> .
: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" .
|