Server tools to backfill, tail, mirror, and verify PLC logs
50
fork

Configure Feed

Select the types of activity you want to include in your feed.

sure put all the args

phil fd24132b 647fba54

+3 -3
+3 -3
readme.md
··· 10 10 - Wrap the reference PLC server and run it as a mirror: 11 11 12 12 ```bash 13 - allegedly mirror \ 14 - --bind 0.0.0.0:8000 \ 15 - --wrap http://127.0.0.1:3000 \ 13 + allegedly --upstream "https://plc.directory" mirror \ 14 + --bind "0.0.0.0:8000" \ 15 + --wrap "http://127.0.0.1:3000" \ 16 16 --wrap-pg "postgresql://postgres:postgres@localhost:5432/postgres" 17 17 ``` 18 18