Commit Graph

5 Commits

Author SHA1 Message Date
alex
e71d69f3f1 chore: add .meta/ to .gitignore 2025-07-09 01:24:49 +03:00
alex
9919f77c90 Refactor core configuration and UUID handling
- Changed UUIDLength type from byte to int in core/config/consts.go
- Introduced MetaDir constant in core/config/consts.go
- Added corestate package with initial state management and UUID handling
- Implemented GetNodeUUID and SetNodeUUID functions for UUID file management
- Created RunManager and RunFileManager for runtime directory management
- Updated GeneralServer to use new configuration structure
- Removed deprecated init package and replaced with main entry point
- Added color utility functions for logging
- Enhanced UUID generation functions in utils package
- Updated update logic to handle new configuration structure
- Added routines for cleaning temporary runtime directories
- Introduced response formatting for API responses
2025-07-09 01:21:34 +03:00
alex
d78510e2e4 Update .gitignore to include cert/ and config.yaml 2025-07-08 23:53:43 +03:00
alex
ef1efdd585 Implement TLS support: update configuration for TLS, modify server to handle HTTPS, and enhance logging for request handling 2025-06-24 22:15:37 +03:00
alex
d3b2944cd8 first commit 2025-06-22 11:32:11 +03:00