annotate show/dance2019/networking.n3 @ 2045:ce32d00263a6

set 2019 show to all-localhost
author drewp@bigasterisk.com
date Mon, 09 May 2022 23:18:39 -0700
parents 71eac274c98f
children a415be4cfac4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1869
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
1 @prefix : <http://light9.bigasterisk.com/> .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
2 @prefix show: <http://light9.bigasterisk.com/show/> .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2019/> .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
4
1944
b0691e922fa1 fix nginx 502 errors upon service restarts
drewp@bigasterisk.com
parents: 1869
diff changeset
5 # Use ip addrs in here to avoid an issue where nginx returns 502
b0691e922fa1 fix nginx 502 errors upon service restarts
drewp@bigasterisk.com
parents: 1869
diff changeset
6 # errors for ~10sec after a service (re)starts. I haven't found a fix
b0691e922fa1 fix nginx 502 errors upon service restarts
drewp@bigasterisk.com
parents: 1869
diff changeset
7 # for that in the nginx config.
b0691e922fa1 fix nginx 502 errors upon service restarts
drewp@bigasterisk.com
parents: 1869
diff changeset
8
1869
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
9 show:dance2019 :networking sh:netHome .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
10 sh:netHome
2045
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
11 :captureDevice <http://localhost:8215/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
12 :effectEval <http://localhost:8204/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
13 :effectSequencer <http://localhost:8213/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
14 :keyboardComposer <http://localhost:8205/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
15 :musicPlayer <http://localhost:8206/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
16 :paintServer <http://localhost:8214/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
17 :rdfdb <http://localhost:8209/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
18 :subServer <http://localhost:8211/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
19 :vidref <http://localhost:8212/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
20 :webServer <http://localhost:8200/>;
1977
71eac274c98f new networking config to put dmx on its own box
drewp@bigasterisk.com
parents: 1944
diff changeset
21
2045
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
22 :collector <http://localhost:8202/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
23 :collectorZmq <http://localhost:8203/> .
1869
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
24
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
25 :captureDevice :urlPath "captureDevice" .
1977
71eac274c98f new networking config to put dmx on its own box
drewp@bigasterisk.com
parents: 1944
diff changeset
26 :collector :urlPath "collector" .
1869
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
27 :dmxServer :urlPath "dmxServer" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
28 :effectEval :urlPath "effectEval" .
1977
71eac274c98f new networking config to put dmx on its own box
drewp@bigasterisk.com
parents: 1944
diff changeset
29 :effectSequencer :urlPath "effectSequencer" .
1869
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
30 :keyboardComposer :urlPath "keyboardComposer" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
31 :musicPlayer :urlPath "ascoltami" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
32 :paintServer :urlPath "paintServer" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
33 :rdfdb :urlPath "rdfdb" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
34 :subServer :urlPath "subServer" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
35 :vidref :urlPath "vidref" .