diff --git a/Cargo.lock b/Cargo.lock index 14fb958..996de5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1783,6 +1783,7 @@ name = "h2" version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" + dependencies = [ "bytes", "fnv", @@ -1791,6 +1792,7 @@ dependencies = [ "futures-util", "http", "indexmap 2.2.6", + "slab", "tokio", "tokio-util", diff --git a/Cargo.toml b/Cargo.toml index d9b981c..ae1f142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ config = "0.13.4" reqwest = { version = "0.11.23", features = ["json", "blocking"] } serde = { version = "1.0.195", features = ["derive"] } tokio = { version = "1.28.1", features = ["full"] } -tracing = { version = "0.1.37", features = ["log"] } +tracing = { version = "0.1.40", features = ["log"] } tracing-bunyan-formatter = "0.3.8" tracing-log = "0.1.4" tracing-subscriber = { version = "0.3.18", features = ["registry", "env-filter"] } diff --git a/README.md b/README.md index 18723b4..fe43153 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ -# Stacker - +Discord +
+
+ +
Stacker - is an application that helps users to create custom IT solutions based on dockerized open source apps and user's custom applications docker containers. Users can build their own project of applications, and @@ -79,9 +82,11 @@ sqlx migrate revert curl -X POST -H "Content-Type: application/json" -d @custom-stack-payload-2.json http://127.0.0.1:8000/project ``` - #### Create API Client +``` curl -X POST http://localhost:8000/client --header 'Content-Type: application/json' -H "Authorization: Bearer $TD_BEARER" +``` + test client deploy http://localhost:8000/test/deploy diff --git a/assets/logo/stacker.png b/assets/logo/stacker.png new file mode 100644 index 0000000..c10321e Binary files /dev/null and b/assets/logo/stacker.png differ