Commit Graph

7 Commits

Author SHA1 Message Date
houseme
65f036442a improve code for global.rs 2025-04-22 22:59:31 +08:00
houseme
9fc284bef3 feat: improve webhook server and run script integration
- Enhance webhook example with proper shutdown handling using tokio::select!
- Update run.sh to automatically start webhook server alongside main service
- Add event notification configuration to run.sh using environment variables
- Set proper port bindings to ensure webhook server starts on port 3000
- Improve console output for better debugging experience
- Fix race condition during service startup and shutdown

This change ensures proper integration between the webhook server and
the main rustfs service, providing a seamless development experience
with automatic service discovery and clean termination.
2025-04-22 21:40:20 +08:00
houseme
5152be44f0 Fix/fix domain server (#319)
* fix: server_domain and improve code for tls

* add log

* add tracing

* test

* improve config and tls

* Update rustfs/src/console.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-13 12:55:56 +08:00
houseme
0cd10a9352 upgrade protobuf download link and improve code for readme.md 2025-04-11 21:44:23 +08:00
houseme
e25d444cdf Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/Systemd.service 2025-04-11 16:48:46 +08:00
houseme
58b08ddbd1 improve signal watch 2025-04-11 16:48:07 +08:00
houseme
85368b38d3 improve systemd relation config 2025-04-10 18:57:48 +08:00