MyNixOS website logo
option

services.woodpecker-server.environment

woodpecker-server config environment variables, for other options read the documentation.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  WOODPECKER_HOST = "https://woodpecker.example.com";
  WOODPECKER_OPEN = "true";
  WOODPECKER_GITEA = "true";
  WOODPECKER_GITEA_CLIENT = "ffffffff-ffff-ffff-ffff-ffffffffffff";
  WOODPECKER_GITEA_URL = "https://git.example.com";
}