Commit f6cf0e3
π Release v1.0.3 - Production Ready SSL & ARM64 Support
## π SSL/TLS Improvements
- β
**Full SSL Support**: HTTPS now works with Let's Encrypt certificates
- β
**Multi-Format Private Keys**: Supports RSA, ECDSA, and Ed25519 in both RSA and PKCS8 formats
- β
**Internal Tagging**: Fixed TOML deserialization with `#[serde(tag = "type")]`
- β
**Auto HTTPβHTTPS Redirect**: HttpsRedirector middleware enabled by default
## ποΈ Build & CI/CD
- β
**ARM64 MUSL Support**: Fixed aarch64-unknown-linux-musl builds with cross-rs
- β
**Universal Linux Binaries**: Static MUSL binaries work on all Linux distros
- β
**GitHub Actions Caching**: Rust build caching with Swatinem/rust-cache@v2
## π Configuration
- Updated example configs with correct SSL syntax
- Added documentation for all supported key formats
- Simplified TOML configuration structure
## β
Tested Production Deployment
- Deployed on git.kolxoz.uz with Let's Encrypt SSL
- HTTPβHTTPS redirect working
- WebSocket support confirmed
- Backend proxy to port 3000 working
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent fd84895 commit f6cf0e3
3 files changed
+12
-12
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments