Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/trydirect/stacker into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vsilent committed Jun 17, 2024
2 parents bf0181a + ff73f07 commit 9ae0d76
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Stacker

<a href="https://discord.gg/mNhsa8VdYX"><img alt="Discord" src="https://img.shields.io/discord/578119430391988232?label=discord"></a>
<br>
<div align="center">
<img width="300" src="https://repository-images.githubusercontent.com/448846514/3468f301-0ba6-4b61-9bf1-164c06c06b08">
</div>

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
Expand Down Expand Up @@ -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
Expand Down
Binary file added assets/logo/stacker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ae0d76

Please sign in to comment.