Mercurial > code > home > repos > light9
annotate show/dance2019/networking.n3 @ 2450:a4052905ca7d default tip
notes about how rdfdb syncs, or should sync
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Jun 2024 23:01:54 -0700 |
parents | 1ef921880e37 |
children |
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/>; | |
2061
a415be4cfac4
timeline gets a launcher for vitejs server
drewp@bigasterisk.com
parents:
2045
diff
changeset
|
21 :timeline <http://localhost:8216/>; |
2082 | 22 :live <http://localhost:8217/>; |
2101 | 23 :effectListing <http://localhost:8218/>; |
2103 | 24 :fade <http://localhost:8219/>; |
1977
71eac274c98f
new networking config to put dmx on its own box
drewp@bigasterisk.com
parents:
1944
diff
changeset
|
25 |
2045 | 26 :collector <http://localhost:8202/>; |
27 :collectorZmq <http://localhost:8203/> . | |
1869 | 28 |
29 :captureDevice :urlPath "captureDevice" . | |
1977
71eac274c98f
new networking config to put dmx on its own box
drewp@bigasterisk.com
parents:
1944
diff
changeset
|
30 :collector :urlPath "collector" . |
1869 | 31 :dmxServer :urlPath "dmxServer" . |
32 :effectEval :urlPath "effectEval" . | |
1977
71eac274c98f
new networking config to put dmx on its own box
drewp@bigasterisk.com
parents:
1944
diff
changeset
|
33 :effectSequencer :urlPath "effectSequencer" . |
1869 | 34 :keyboardComposer :urlPath "keyboardComposer" . |
35 :musicPlayer :urlPath "ascoltami" . | |
36 :paintServer :urlPath "paintServer" . | |
37 :rdfdb :urlPath "rdfdb" . | |
38 :subServer :urlPath "subServer" . | |
39 :vidref :urlPath "vidref" . | |
2061
a415be4cfac4
timeline gets a launcher for vitejs server
drewp@bigasterisk.com
parents:
2045
diff
changeset
|
40 :timeline :urlPath "timeline" . |
2082 | 41 :live :urlPath "live" . |
2103 | 42 :effectListing :urlPath "effectListing" . |
43 :fade :urlPath "fade" . |