summaryrefslogtreecommitdiffhomepage
path: root/tools/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-16Tools: unitc Docker mode.Liam Crilly1-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-10Tools: unitc YAML mode.Liam Crilly1-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-07Tools: unitc edit mode for interactive configuration.Liam Crilly1-0/+1
2022-12-14Tools: Added unitc.Liam Crilly1-0/+75
2022-12-03Added tools/README.md.Liam Crilly1-0/+16