fix: group all server options under Server Options help heading

The --server-password, --server-password-hash, --server-username,
--server-jwt-secret, --server-jwt-secret-file, and --server-max-body-size
options were appearing in the generic Options section instead of the
Server Options section.
This commit is contained in:
2026-03-14 18:56:32 -03:00
parent ffe71440d9
commit 0658d8378f
2 changed files with 11 additions and 7 deletions

View File

@@ -64,4 +64,4 @@ ENV KEEP_SERVER_PORT=21080
# ENV KEEP_CLIENT_PASSWORD=""
# ENV KEEP_CLIENT_JWT=""
ENTRYPOINT ["/keep"]
ENTRYPOINT ["/keep", "--server"]