blocky
Example
nix
{
blocky = {
enable = true;
enableGrafanaDashboard = true;
enablePrometheusExport = true;
};
}Stack Options
nps.stacks.blocky.containers.blocky
Alias of {option}services.podman.containers.blocky.
nps.stacks.blocky.enable
Whether to enable blocky.
nps.stacks.blocky.enableGrafanaDashboard
Whether to enable Grafana Dashboard.
nps.stacks.blocky.enablePrometheusExport
Whether to enable Prometheus Export.
nps.stacks.blocky.settings
Blocky configuration. Will be converted to the config.yml.
For a full list of options, refer to the Blocky documentation
By default, if Traefik is enabled, the module will automatically setup a DNS override pointing the Traefik domain (and all subdomains) to your host IP.