add support for dual HTTP/HTTPS, rm caddy from complement
complement sends C-S requests over HTTP, and federation
over HTTPS.
complement without caddy *almost* works. unfortunately
i am now dealing with invalid X-Matrix signatures
due to non-percent encoded URIs and it does not
seem trivial to percent-encode URIs that a
reverse proxy would normally do for you.
Signed-off-by:
strawberry <strawberry@puppygock.gay>
Showing
- Cargo.lock 19 additions, 0 deletionsCargo.lock
- Cargo.toml 7 additions, 0 deletionsCargo.toml
- complement/Dockerfile 29 additions, 27 deletionscomplement/Dockerfile
- complement/caddy.json 0 additions, 72 deletionscomplement/caddy.json
- conduwuit-example.toml 6 additions, 1 deletionconduwuit-example.toml
- src/config/mod.rs 4 additions, 0 deletionssrc/config/mod.rs
- src/main.rs 40 additions, 9 deletionssrc/main.rs
Loading
Please register or sign in to comment