tangled
alpha
login
or
join now
microcosm.blue
/
Allegedly
52
fork
atom
Server tools to backfill, tail, mirror, and verify PLC logs
52
fork
atom
overview
issues
4
pulls
1
pipelines
sure put all the args
bad-example.com
5 months ago
fd24132b
647fba54
+3
-3
1 changed file
expand all
collapse all
unified
split
readme.md
+3
-3
readme.md
···
10
10
- Wrap the reference PLC server and run it as a mirror:
11
11
12
12
```bash
13
13
-
allegedly mirror \
14
14
-
--bind 0.0.0.0:8000 \
15
15
-
--wrap http://127.0.0.1:3000 \
13
13
+
allegedly --upstream "https://plc.directory" mirror \
14
14
+
--bind "0.0.0.0:8000" \
15
15
+
--wrap "http://127.0.0.1:3000" \
16
16
--wrap-pg "postgresql://postgres:postgres@localhost:5432/postgres"
17
17
```
18
18