photoncloud-monorepo/flaredb/crates/flaredb-server/src
centra 4bfe75a1d7 feat(flaredb): Add --http-addr CLI flag and region peer management API
- Add --http-addr CLI flag for HTTP REST bind address
- Fix config env var parsing (FLAREDB_HTTP_ADDR wasn't working due to separator conflict)
- Add GET /api/v1/regions/{id} endpoint to view region info
- Add POST /api/v1/regions/{id}/add_peer endpoint for multi-peer region management
- Update NixOS module to use --http-addr 0.0.0.0 CLI flag instead of env var

This enables FlareDB region cluster formation with multiple peers.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 16:54:06 +09:00
..
config feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
heartbeat.rs Fix R8: Convert submodule gitlinks to regular directories 2025-12-09 16:51:20 +09:00
lib.rs feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
main.rs feat(flaredb): Add --http-addr CLI flag and region peer management API 2025-12-19 16:54:06 +09:00
merkle.rs feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
pd_client.rs feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
raft_service.rs feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
rest.rs feat(flaredb): Add --http-addr CLI flag and region peer management API 2025-12-19 16:54:06 +09:00
service.rs feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
sql_service.rs feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
store.rs feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00