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

Configure Feed

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

comma-separate multiple domains to work with env

phil 0e9b6c7c bbc1774b

+2 -1
+2 -1
src/bin/mirror.rs
··· 31 31 long, 32 32 conflicts_with("bind"), 33 33 requires("acme_cache_path"), 34 - env = "ALLEGEDLY_ACME_DOMAIN" 34 + env = "ALLEGEDLY_ACME_DOMAIN", 35 + value_delimiter = ',' 35 36 )] 36 37 acme_domain: Vec<String>, 37 38 /// which local directory to keep the letsencrypt certs in