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
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/>;
2061
a415be4cfac4 timeline gets a launcher for vitejs server
drewp@bigasterisk.com
parents: 2045
diff changeset
21 :timeline <http://localhost:8216/>;
2082
b62c78f35380 bin/live vitejs runner
drewp@bigasterisk.com
parents: 2061
diff changeset
22 :live <http://localhost:8217/>;
2101
4248f40ddcae effects/ is now at effectListing/
drewp@bigasterisk.com
parents: 2082
diff changeset
23 :effectListing <http://localhost:8218/>;
2103
1ef921880e37 start fade (replaces KC)
drewp@bigasterisk.com
parents: 2101
diff changeset
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
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
26 :collector <http://localhost:8202/>;
ce32d00263a6 set 2019 show to all-localhost
drewp@bigasterisk.com
parents: 1977
diff changeset
27 :collectorZmq <http://localhost:8203/> .
1869
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
28
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
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
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
31 :dmxServer :urlPath "dmxServer" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
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
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
34 :keyboardComposer :urlPath "keyboardComposer" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
35 :musicPlayer :urlPath "ascoltami" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
36 :paintServer :urlPath "paintServer" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
37 :rdfdb :urlPath "rdfdb" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
38 :subServer :urlPath "subServer" .
16af5a343e00 2019 data
drewp@bigasterisk.com
parents:
diff changeset
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
b62c78f35380 bin/live vitejs runner
drewp@bigasterisk.com
parents: 2061
diff changeset
41 :live :urlPath "live" .
2103
1ef921880e37 start fade (replaces KC)
drewp@bigasterisk.com
parents: 2101
diff changeset
42 :effectListing :urlPath "effectListing" .
1ef921880e37 start fade (replaces KC)
drewp@bigasterisk.com
parents: 2101
diff changeset
43 :fade :urlPath "fade" .