Skip to content

forgejo

Example

nix
{
  forgejo.enable = true;
}

Stack Options

nps.stacks.forgejo.containers.forgejo

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

Type
plaintext
submodule
Declaration

nps.stacks.forgejo.enable

Whether to enable forgejo.

Type
plaintext
boolean
Default
nix
false
Example
nix
true
Declaration

nps.stacks.forgejo.settings

Optional app settings for Forgejo. For a full list of options, refer to the Forgejo documentation.

Type
plaintext
null or (attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string)))
Default
nix
null
Declaration