minor fixes, add nginx conf

This commit is contained in:
Aiden McClelland
2021-08-05 16:50:12 -06:00
committed by Aiden McClelland
parent 1059ccfc96
commit 84916ad9d5
4 changed files with 135 additions and 27 deletions

View File

@@ -193,6 +193,7 @@ pub async fn check_all(ctx: &RpcContext) -> Result<(), Error> {
}
#[derive(Clone, Debug, Deserialize, Serialize, HasModel)]
#[serde(rename_all = "kebab-case")]
pub struct Status {
pub configured: bool,
pub main: MainStatus,