* development_grid_deploy:
Restore all needed for basic deployments, add vm example
Update griddriver to use prebuilt binary
Return Deployer and update references
Update module paths
Update grid proxy module path
commetbft
cleanup client for grid
* development_bizmodel: (93 commits)
s
Revert "test: add cmdline parser tests"
test: add cmdline parser tests
markdown code
...
revert
...
..deployments
...
bump version to 1.0.21
...
bump version to 1.0.20
...
fix tests and example
bump version to 1.0.19
bump version to 1.0.18
bump version to 1.0.17
...
...
bump version to 1.0.16
...
# Conflicts:
# lib/web/docusaurus/config.v
- Added a new config template file to be loaded when starting the server
- Run the server in zinit as a service
- Fix the install, destroy, installed, and running functions
- Renamed the `mycelium` module to `mycelium_installer` to improve clarity and avoid naming conflicts.
- Updated all related files and references to reflect the name change.
- Remove redundant code and improve the overall structure of the installer actions.
- Add more robust error handling and logging.
- Update the postgres and dagu `destroy` function to properly remove all related services.
- Improve the `install` function to ensure all necessary components are installed.
- Renamed the `meilisearchinstaller` module and related files to `meilisearch_installer` for consistency.
- Updated import statements and references accordingly.
- Added functionality to install, start, and destroy the Meilisearch service.
- Improved code readability and organization.
- Remove unnecessary code from the `destroy` function in the `meilisearchinstaller_actions.v` file.
- NOTE: Couldn't test it due to the new hero update, don't know how even send the configs, WIP.
- added openssl and iproute2 installation to install_v.sh since they're
needed in coredns installation and usage.
- fixed bug in coredns build process.
- fixed bug in getting own public ip.
- fixed bugs in json encoding dns records before pushing to redis
- Move the zinit installer from `sysadmintools` to `infra`.
- This change improves the organization of the codebase and
- makes it easier to find and manage installers. The old
- `zinit` module was a factory only and is removed. The
- `zinit_installer` is now a normal installer. The code is
- significantly refactored.