Skip to content

storyteller

Example

nix
{
  storyteller = {
    enable = true;

    secretKeyFile = config.sops.secrets."storyteller/secret_key".path;
    oidc = {
      enable = true;
      clientSecretFile = config.sops.secrets."storyteller/authelia/client_secret".path;
      clientSecretHash = "$pbkdf2-sha512$...";
    };
  };
}

Stack Options

nps.stacks.storyteller.containers.storyteller

Alias of {option}services.podman.containers.storyteller.

Type
plaintext
submodule
Declaration

nps.stacks.storyteller.enable

Whether to enable storyteller.

Type
plaintext
boolean
Default
nix
false
Example
nix
true
Declaration

nps.stacks.storyteller.oidc.clientSecretFile

The file containing the client secret for the OIDC client that will be registered in Authelia.

Type
plaintext
string
Declaration

nps.stacks.storyteller.oidc.clientSecretHash

The hashed client_secret. For examples on how to generate a client secret, see

https://www.authelia.com/integration/openid-connect/frequently-asked-questions/#client-secret

Type
plaintext
string
Declaration

nps.stacks.storyteller.oidc.enable

Whether to enable OIDC login with Authelia. This will register an OIDC client in Authelia and insert the necessary configuration records into the database.

For details, see:

Type
plaintext
boolean
Default
nix
false
Declaration

nps.stacks.storyteller.oidc.userGroup

Users of this group will be able to log in

Type
plaintext
string
Default
nix
"storyteller_user"
Declaration

nps.stacks.storyteller.secretKeyFile

Type
plaintext
absolute path
Declaration