Mercurial > code > home > repos > light9
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 |
rev | line source |
---|---|
1869 | 1 @prefix : <http://light9.bigasterisk.com/> . |
2 @prefix show: <http://light9.bigasterisk.com/show/> . | |
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2019/> . | |
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 | 9 show:dance2019 :networking sh:netHome . |
10 sh:netHome | |
2045 | 11 :captureDevice <http://localhost:8215/>; |
12 :effectEval <http://localhost:8204/>; | |
13 :effectSequencer <http://localhost:8213/>; | |
14 :keyboardComposer <http://localhost:8205/>; | |
15 :musicPlayer <http://localhost:8206/>; | |
16 :paintServer <http://localhost:8214/>; | |
17 :rdfdb <http://localhost:8209/>; | |
18 :subServer <http://localhost:8211/>; | |
19 :vidref <http://localhost:8212/>; | |
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 | 22 :collector <http://localhost:8202/>; |
23 :collectorZmq <http://localhost:8203/> . | |
1869 | 24 |
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 | 27 :dmxServer :urlPath "dmxServer" . |
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 | 30 :keyboardComposer :urlPath "keyboardComposer" . |
31 :musicPlayer :urlPath "ascoltami" . | |
32 :paintServer :urlPath "paintServer" . | |
33 :rdfdb :urlPath "rdfdb" . | |
34 :subServer :urlPath "subServer" . | |
35 :vidref :urlPath "vidref" . |