add request proxying and basic user auth
This commit is contained in:
parent
bfb0a1d1b0
commit
274c527ade
31 changed files with 541 additions and 36 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
foxchat = { path = "../foxchat" }
|
||||
axum = { version = "0.7.4", features = ["macros", "query", "tracing", "ws"] }
|
||||
axum = { version = "0.7.4", features = ["macros", "query", "tracing", "ws", "original-uri"] }
|
||||
clap = { version = "4.4.16", features = ["env", "derive"] }
|
||||
sqlx = { version = "0.7.3", features = ["runtime-tokio", "tls-rustls", "postgres", "migrate", "chrono", "json"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue