Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

todo done

Changed files
+1 -1
slingshot
src
+1 -1
slingshot/src/main.rs
···
///
/// if present:
/// - a did:web document will be served at /.well-known/did.json
-
/// - TODO: HTTPS certs will be automatically configured with Acme/letsencrypt
/// - TODO: a rate-limiter will be installed
#[arg(long)]
host: Option<String>,
···
///
/// if present:
/// - a did:web document will be served at /.well-known/did.json
+
/// - an HTTPS certs will be automatically configured with Acme/letsencrypt
/// - TODO: a rate-limiter will be installed
#[arg(long)]
host: Option<String>,