anonpenguin23
a9d624c0f6
refactor: enhance DeBros network installation script
...
- Updated script to support a complete DeBros network node installation with gateway.
- Improved user management by introducing a variable for the debros user.
- Added support for idempotent updates and secure systemd service management for both node and gateway services.
- Replaced the configuration wizard with automated configuration file generation using network-cli.
- Enhanced firewall configuration instructions and service management commands for better usability.
2025-10-25 08:40:06 +03:00
anonpenguin23
678f3897b4
refactor: enhance DeBros network installation script
...
- Updated script to support a complete DeBros network node installation with gateway.
- Improved user management by introducing a variable for the debros user.
- Added support for idempotent updates and secure systemd service management for both node and gateway services.
- Replaced the configuration wizard with automated configuration file generation using network-cli.
- Enhanced firewall configuration instructions and service management commands for better usability.
2025-10-25 08:40:06 +03:00
anonpenguin23
7c9851729e
chore: update .gitignore and CHANGELOG for new development features
...
- Added .dev/ directory to .gitignore to exclude development process files.
- Updated CHANGELOG.md with new entries for the one-command `make dev` target, full stack initialization, and improved configuration management.
- Simplified README instructions for generating configuration files and starting the complete network stack.
2025-10-25 08:19:31 +03:00
anonpenguin23
56af5dadca
chore: update .gitignore and CHANGELOG for new development features
...
- Added .dev/ directory to .gitignore to exclude development process files.
- Updated CHANGELOG.md with new entries for the one-command `make dev` target, full stack initialization, and improved configuration management.
- Simplified README instructions for generating configuration files and starting the complete network stack.
2025-10-25 08:19:31 +03:00
f4a6d98a03
Merge pull request #55 from DeBrosOfficial/nightly
...
chore: update changelog for v0.51.6 release
v0.51.6
2025-10-24 14:20:34 +03:00
06fefa3f16
Merge pull request #55 from DeBrosOfficial/nightly
...
chore: update changelog for v0.51.6 release
2025-10-24 14:20:34 +03:00
ff86c5a00e
chore: update changelog for v0.51.6 release
...
- Added entry for LibP2P NAT support under version 0.51.6
- Created new unreleased section at top of changelog for future updates
- Maintained Keep a Changelog format with standard sections (Added, Changed, Deprecated, etc.)
2025-10-24 14:19:21 +03:00
cce5326368
chore: update changelog for v0.51.6 release
...
- Added entry for LibP2P NAT support under version 0.51.6
- Created new unreleased section at top of changelog for future updates
- Maintained Keep a Changelog format with standard sections (Added, Changed, Deprecated, etc.)
2025-10-24 14:19:21 +03:00
c0eeabe496
Merge pull request #54 from DeBrosOfficial/nightly
...
Nat Fixes
2025-10-24 14:17:17 +03:00
45e666de9e
Merge pull request #54 from DeBrosOfficial/nightly
...
Nat Fixes
2025-10-24 14:17:17 +03:00
07cf2dfe30
Merge pull request #53 from DeBrosOfficial/nat-feat
...
Nat feat
2025-10-24 14:15:51 +03:00
a1050a02db
Merge pull request #53 from DeBrosOfficial/nat-feat
...
Nat feat
2025-10-24 14:15:51 +03:00
fb834fe76b
feat: add LibP2P NAT support and bump version to 0.51.6-beta
...
- Added LibP2P support for NAT traversal to improve peer connectivity
- Updated version from 0.51.5-beta to 0.51.6-beta
- Updated CHANGELOG.md to document the new NAT support feature
2025-10-24 13:47:25 +03:00
ffde028694
feat: add LibP2P NAT support and bump version to 0.51.6-beta
...
- Added LibP2P support for NAT traversal to improve peer connectivity
- Updated version from 0.51.5-beta to 0.51.6-beta
- Updated CHANGELOG.md to document the new NAT support feature
2025-10-24 13:47:25 +03:00
34e75b0fd3
feat: added support for NAT on LibP2P
2025-10-24 13:41:38 +03:00
c770968507
feat: added support for NAT on LibP2P
2025-10-24 13:41:38 +03:00
anonpenguin
ba3c1fadc9
Merge pull request #52 from DeBrosOfficial/nightly
...
Nightly
v0.51.5
2025-10-24 11:19:37 +03:00
anonpenguin
e255de3586
Merge pull request #52 from DeBrosOfficial/nightly
...
Nightly
2025-10-24 11:19:37 +03:00
anonpenguin
0cd5f22bdb
Merge pull request #51 from DeBrosOfficial/config-validation
...
Config validation
2025-10-24 11:14:22 +03:00
anonpenguin
b0c8c8c5f4
Merge pull request #51 from DeBrosOfficial/config-validation
...
Config validation
2025-10-24 11:14:22 +03:00
anonpenguin23
6ce9dc1767
Refactor configuration handling in CLI and node package. Updated default config file naming based on node type and enhanced gateway config generation to include bootstrap peers. Improved data directory path handling by expanding environment variables and user home directory.
2025-10-24 11:13:21 +03:00
anonpenguin23
b8af8e0c98
Refactor configuration handling in CLI and node package. Updated default config file naming based on node type and enhanced gateway config generation to include bootstrap peers. Improved data directory path handling by expanding environment variables and user home directory.
2025-10-24 11:13:21 +03:00
anonpenguin23
746a54f9e6
Update CHANGELOG.md to include new entries for version 0.51.5, highlighting the addition of YAML file validation and a new authentication command in the CLI.
2025-10-24 11:05:34 +03:00
anonpenguin23
83c498892c
Update CHANGELOG.md to include new entries for version 0.51.5, highlighting the addition of YAML file validation and a new authentication command in the CLI.
2025-10-24 11:05:34 +03:00
anonpenguin23
bb3fb06402
Update configuration management and documentation. Added commands for generating and validating configuration files in the CLI, ensuring strict YAML decoding and improved error handling. Updated README to reflect new configuration paths and filesystem permissions. Enhanced Makefile to streamline node and gateway startup processes.
2025-10-24 11:03:50 +03:00
anonpenguin23
0717296822
Update configuration management and documentation. Added commands for generating and validating configuration files in the CLI, ensuring strict YAML decoding and improved error handling. Updated README to reflect new configuration paths and filesystem permissions. Enhanced Makefile to streamline node and gateway startup processes.
2025-10-24 11:03:50 +03:00
anonpenguin23
e880531290
Enhance README with detailed authentication commands and flow. Introduced explicit commands for managing credentials, improved descriptions of authentication features, and added environment variable support for gateway URL configuration.
2025-10-24 10:02:03 +03:00
anonpenguin23
8a9deb50ec
Enhance README with detailed authentication commands and flow. Introduced explicit commands for managing credentials, improved descriptions of authentication features, and added environment variable support for gateway URL configuration.
2025-10-24 10:02:03 +03:00
anonpenguin23
719d16c428
Enhance configuration validation for nodes and gateways, implementing strict YAML decoding to reject unknown fields. Added comprehensive validation checks for node types, listen addresses, database settings, and discovery parameters. Updated README with configuration validation details and examples.
2025-10-24 10:01:53 +03:00
anonpenguin23
60affaec5c
Enhance configuration validation for nodes and gateways, implementing strict YAML decoding to reject unknown fields. Added comprehensive validation checks for node types, listen addresses, database settings, and discovery parameters. Updated README with configuration validation details and examples.
2025-10-24 10:01:53 +03:00
anonpenguin23
4ea4d2ff15
Enhance configuration validation for nodes and gateways, implementing strict YAML decoding to reject unknown fields. Added comprehensive validation checks for node types, listen addresses, database settings, and discovery parameters. Updated README with configuration validation details and examples.
2025-10-24 09:52:18 +03:00
anonpenguin23
279c03df82
Enhance configuration validation for nodes and gateways, implementing strict YAML decoding to reject unknown fields. Added comprehensive validation checks for node types, listen addresses, database settings, and discovery parameters. Updated README with configuration validation details and examples.
2025-10-24 09:52:18 +03:00
anonpenguin
b98409e268
Merge pull request #50 from DeBrosOfficial/nightly
...
Updated changelog
v0.51.2
2025-10-22 09:52:06 +03:00
anonpenguin
3bca53a174
Merge pull request #50 from DeBrosOfficial/nightly
...
Updated changelog
2025-10-22 09:52:06 +03:00
anonpenguin23
0e77918630
Updated changelog
2025-10-22 09:48:29 +03:00
anonpenguin23
553797ab18
Updated changelog
2025-10-22 09:48:29 +03:00
anonpenguin
76ca6ec84d
Merge pull request #49 from DeBrosOfficial/nightly
...
Bug fixing
2025-10-22 09:47:24 +03:00
anonpenguin
09e8960082
Merge pull request #49 from DeBrosOfficial/nightly
...
Bug fixing
2025-10-22 09:47:24 +03:00
anonpenguin23
a24ede49e8
Update default bootstrap peers in configuration to include additional nodes for improved discovery.
2025-10-22 08:44:06 +03:00
anonpenguin23
fc8a1545c8
Update default bootstrap peers in configuration to include additional nodes for improved discovery.
2025-10-22 08:44:06 +03:00
anonpenguin23
e92087abb6
Update version in Makefile to 0.51.2-beta
2025-10-22 08:43:09 +03:00
anonpenguin23
a21655b35a
Update version in Makefile to 0.51.2-beta
2025-10-22 08:43:09 +03:00
anonpenguin
70cb214029
Merge pull request #48 from DeBrosOfficial/bug-fixes
...
Bug fixes
2025-10-22 08:42:17 +03:00
anonpenguin
64ca6c2f99
Merge pull request #48 from DeBrosOfficial/bug-fixes
...
Bug fixes
2025-10-22 08:42:17 +03:00
anonpenguin
84a8ca6c9e
Merge branch 'nightly' into bug-fixes
2025-10-22 08:41:59 +03:00
anonpenguin
83306ac5e4
Merge branch 'nightly' into bug-fixes
2025-10-22 08:41:59 +03:00
anonpenguin23
1b198a1a88
Update CHANGELOG.md for version 0.51.2, enhance API key extraction to support query parameters, and implement internal auth context in status and storage handlers.
2025-10-22 08:41:15 +03:00
anonpenguin23
3694a2de93
Update CHANGELOG.md for version 0.51.2, enhance API key extraction to support query parameters, and implement internal auth context in status and storage handlers.
2025-10-22 08:41:15 +03:00
anonpenguin23
9d490f7d12
Enhance gateway configuration by adding RQLiteDSN support and updating default connection settings. Updated config parsing to include RQLiteDSN from YAML and environment variables. Changed default RQLite connection URL from port 4001 to 5001.
2025-10-22 08:34:42 +03:00
anonpenguin23
229e769755
Enhance gateway configuration by adding RQLiteDSN support and updating default connection settings. Updated config parsing to include RQLiteDSN from YAML and environment variables. Changed default RQLite connection URL from port 4001 to 5001.
2025-10-22 08:34:42 +03:00