Woodpecker upgrade (#18)

This commit is contained in:
Patrick Stevens
2023-10-01 22:27:05 +01:00
committed by GitHub
parent e8cf9916ee
commit 713401546a
10 changed files with 94 additions and 81 deletions

View File

@@ -32,6 +32,9 @@ in {
services.miniflux-config.subdomain = "rss";
services.miniflux-config.domain = userConfig.domain;
services.woodpecker-config.domain = userConfig.domain;
# A small pun here: we assume that the Gitea/Woodpecker username
# is the same as the remote username.
services.woodpecker-config.admin-users = [userConfig.remoteUsername];
services.grafana-config.domain = userConfig.domain;
services.prometheus-config.domain-exporter-domains = [userConfig.domain];