Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-16 | Tools: unitc Docker mode. | Liam Crilly | 1 | -4/+14 | |
Introduces a new remote host scheme docker:// that specifies a local container ID. By default, the control socket is assumed to be in the default location, as per the Docker Official Images for Unit. If not, the path to the control socket can be appended to the container ID. | |||||
2023-10-10 | Tools: unitc YAML mode. | Liam Crilly | 1 | -0/+4 | |
Added --format option to manage configuration in other formats. Initially, YAML is the only supported conversion format. JSON/YAML conversion is performed with yq(1). Suggested by: Torstein Krause Johansen <https://github.com/skybert> Closes: #958 <https://github.com/nginx/unit/issues/958> | |||||
2023-06-07 | Tools: unitc edit mode for interactive configuration. | Liam Crilly | 1 | -0/+1 | |
2022-12-14 | Tools: Added unitc. | Liam Crilly | 1 | -0/+75 | |
2022-12-03 | Added tools/README.md. | Liam Crilly | 1 | -0/+16 | |