nps.stacks.sshwifty.enable

Whether to enable sshwifty.

Type: boolean

Default: false

Example: true

Declared by:

nps.stacks.sshwifty.containers.sshwifty

Alias of services.podman.containers.sshwifty.

Type: submodule

Declared by:

nps.stacks.sshwifty.settings

Configuration settings that will be mounted as the sshwifty.conf.json file. The final configuration file will be templated with gomplate, so secrets can be read from files or environment variables for example.

See https://github.com/nirui/sshwifty?tab=readme-ov-file#configuration

Type: null or JSON value

Default: { }

Example:

{
  SharedKey = "{{ file.Read `/run/secrets/web_password`}}";
}

Declared by: