maincopy-server 0.1.0

Self-hosted publishing server with exact previews and explicit release approval
Documentation
# Minimal loopback daemon configuration for the checked-in example content.
# From the repository root, run:
# cargo run --locked --package maincopy-server --bin maincopyd -- \
#   --config crates/server/examples/maincopy.toml
# Relative paths resolve from this file's directory.
[paths]
content_root = "content"
# This pre-release sample state is disposable across breaking renderer changes.
state_root = "../../../target/maincopy-example/state"
runtime_root = "../../../target/maincopy-example/run"

[public]
bind = "127.0.0.1:3000"

[admin]
bind = "127.0.0.1:3001"
# The admin listener is plain loopback HTTP.
# A separate gateway owns this HTTPS origin.
origin = "https://admin.localhost:8443"