maincopy-server 0.1.0

Self-hosted publishing server with exact previews and explicit release approval
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(any(target_os = "linux", target_os = "macos"))]
mod admin_identity;
mod health;
mod helpers;
#[cfg(any(target_os = "linux", target_os = "macos"))]
mod managed_source;
#[cfg(any(target_os = "linux", target_os = "macos"))]
mod process_harness;
mod public_site;
mod route_isolation;