open/docs/guide/config-node.md
QunSheng Lin e220b36391
Some checks are pending
Build / build_app (push) Waiting to run
Build / build (386, linux) (push) Blocked by required conditions
Build / build (amd64, darwin) (push) Blocked by required conditions
Build / build (amd64, linux) (push) Blocked by required conditions
Build / build (arm, 5, linux) (push) Blocked by required conditions
Build / build (arm, 6, linux) (push) Blocked by required conditions
Build / build (arm, 7, linux) (push) Blocked by required conditions
Build / build (arm64, darwin) (push) Blocked by required conditions
Build / build (arm64, linux) (push) Blocked by required conditions
Build / build (loong64, linux) (push) Blocked by required conditions
Build / build (mips, linux) (push) Blocked by required conditions
Build / build (mips64, linux) (push) Blocked by required conditions
Build / build (mips64le, linux) (push) Blocked by required conditions
Build / build (mipsle, linux) (push) Blocked by required conditions
Build / build (riscv64, linux) (push) Blocked by required conditions
Build / docker-build (push) Blocked by required conditions
Build Documents / build (push) Waiting to run
nginx_ui_cn
2025-02-28 19:15:32 +08:00

887 B
Raw Permalink Blame History

Node

Name

  • Type: string
  • Version>= v2.0.0-beta.37

Use this option to customize the name of local server to be displayed in the environment indicator.

Secret

  • Type: string
  • Version: >= v2.0.0-beta.37

This secret is used to authenticate the communication between the Nginx UI servers. Also, you can use this secret to access the Nginx UI API without a password.

SkipInstallation

  • Type: boolean
  • Version: >= v2.0.0-beta.37

By setting this option to true, you can skip the installation of the Nginx UI server. This is particularly useful when you want to deploy Nginx UI to multiple servers using the same configuration file or environment variables.

By default, if you enable the skip install mode but do not set the App.JwtSecret and Node.Secret options in the server section, Nginx UI will generate a random UUID value for these two options.