Hein
3dac55cb19
fix: Set http2 based on prop
2026-06-30 13:29:55 +02:00
Hein
bbb2c6d127
feat(server): add HTTP2 support in server configuration
2026-06-30 11:33:31 +02:00
Hein
07016d1b73
feat(config): ✨ Update timeout settings for connections
...
Build , Vet Test, and Lint / Run Vet Tests (1.23.x) (push) Successful in -22m34s
Build , Vet Test, and Lint / Run Vet Tests (1.24.x) (push) Successful in -22m28s
Build , Vet Test, and Lint / Build (push) Successful in -26m3s
Build , Vet Test, and Lint / Lint Code (push) Successful in -25m22s
Tests / Integration Tests (push) Failing after -26m44s
Tests / Unit Tests (push) Successful in -26m2s
* Set default query timeout to 2 minutes and enforce minimum.
* Add statement_timeout for PostgreSQL DSN.
* Implement busy timeout for SQLite with a minimum of 2 minutes.
* Enforce minimum connection timeouts of 10 minutes for server instance.
2026-01-26 11:06:16 +02:00
warkanum
250fcf686c
feat(config): add multiple server instances support
...
- Add ServersConfig and ServerInstanceConfig structs
- Support configuring multiple named server instances
- Add global timeout defaults with per-instance overrides
- Add TLS configuration options (SSL cert/key, self-signed, AutoTLS)
- Add validation for server configurations
- Add helper methods for applying defaults and getting default server
- Add conversion helper to avoid import cycles
2026-01-03 01:48:42 +02:00
Hein
897cb2ae0d
fix: liniting issues and events dev
2025-12-30 14:40:45 +02:00
copilot-swe-agent[bot]
eaecef686e
Fix type assertion error in Remove method
...
Co-authored-by: warkanum <208308+warkanum@users.noreply.github.com >
2025-12-30 11:44:56 +00:00
Hein Puth (Warkanum)
16d416030e
Merge pull request #6 from bitechdev/copilot/sub-pr-5
...
Implement persistent certificate storage with reuse for self-signed SSL
2025-12-30 13:27:50 +02:00
copilot-swe-agent[bot]
ccf8522f88
Refactor: Use persistent cert storage with reuse logic
...
Co-authored-by: warkanum <208308+warkanum@users.noreply.github.com >
2025-12-30 11:12:21 +00:00
copilot-swe-agent[bot]
267e84fd84
Implement cleanup for temporary certificate directories
...
Co-authored-by: warkanum <208308+warkanum@users.noreply.github.com >
2025-12-30 11:00:45 +00:00
Hein Puth (Warkanum)
8adc386863
Update pkg/server/manager.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-30 12:58:38 +02:00
Hein Puth (Warkanum)
de50141a04
Update pkg/server/manager.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-30 12:57:35 +02:00
Hein
d4a6f9c4c2
Better server manager
2025-12-29 17:19:16 +02:00
warkanum
4d1b8b6982
Work on server
2025-12-20 10:42:51 +02:00