Skip to content

Commit

Permalink
monitor: initial support for fully automated image rebuilds (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jan 2, 2025
1 parent bb54d2a commit 9f7d342
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 7 deletions.
149 changes: 149 additions & 0 deletions monitor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
askama = { version = "0.12.1", features = ["with-warp"] }
askama_warp = "0.13.0"
chrono = "0.4.39"
crossbeam-channel = "0.5.13"
dotenv = "0.15.0"
http = "0.2"
Expand All @@ -14,6 +15,7 @@ jane-eyre = "0.3.0"
mktemp = "0.5.1"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
subprocess = "0.2.9"
tokio = { version = "1.40.0", features = ["full"] }
toml = "0.8.15"
tracing = "0.1.40"
Expand Down
Loading

0 comments on commit 9f7d342

Please sign in to comment.