mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
add onlyoffice service
This commit is contained in:
parent
eb0f12381a
commit
b9bb8190cd
3 changed files with 145 additions and 1 deletions
|
|
@ -100,6 +100,13 @@ async fn main() -> Result<()> {
|
|||
.await?;
|
||||
}
|
||||
}
|
||||
for service in &cloud.services {
|
||||
for cmd in service.post_setup(&docker, &cloud.id).await? {
|
||||
cloud
|
||||
.exec(&mut docker, cmd.split(" ").collect(), false)
|
||||
.await?;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
HazeArgs::Stop { filter } => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue