Skip to content

rustfs

Whether to enable RustFS object storage.

Type: boolean

Default:

false

Example:

true

Declared by:

Which package of RustFS to use

Type: package

Default:

rustfsInput.packages.${pkgs.stdenv.system}.default

Declared by:

Access key for authentication (5 to 20 characters).

Type: string

Default:

"rustfsadmin"

Declared by:

The IP interface to bind to. null means “all interfaces”.

Type: null or string

Default:

"127.0.0.1"

Declared by:

Enable or disable the web console.

Type: boolean

Default:

true

Declared by:

The TCP port for the web console.

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default:

9001

Declared by:

Additional environment variables to pass to RustFS. See the RustFS documentation for available options (e.g. RUSTFS_CORS_ALLOWED_ORIGINS, RUSTFS_TLS_PATH).

Type: attribute set of string

Default:

{ }

Example:

{
RUSTFS_OBJECT_CACHE_ENABLE = "true";
RUSTFS_OBS_LOGGER_LEVEL = "debug";
}

Declared by:

The TCP port for the S3 API.

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default:

9000

Declared by:

Secret key for authentication (8 to 40 characters).

Type: string

Default:

"rustfsadmin"

Declared by: