mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
Feature/nginx management (#483)
* Implements nginx controller and initialization * adds nginx controller add to netmod add * adds nginx remove to netmod remove * fix code review issues
This commit is contained in:
committed by
Aiden McClelland
parent
8b15a5f443
commit
68fbc34bce
@@ -150,6 +150,7 @@ impl RpcContext {
|
||||
crate::net::tor::os_key(&mut secret_store.acquire().await?).await?,
|
||||
base.tor_control
|
||||
.unwrap_or(SocketAddr::from(([127, 0, 0, 1], 9051))),
|
||||
secret_store.clone(),
|
||||
)
|
||||
.await?;
|
||||
let managers = ManagerMap::default();
|
||||
|
||||
Reference in New Issue
Block a user