example: add gitea section
This commit is contained in:
parent
4f78c6e7f7
commit
98dfa42ff3
|
@ -35,6 +35,19 @@
|
||||||
# This builder has a "Update Github Projects" button that everyone in the github organization can use.
|
# This builder has a "Update Github Projects" button that everyone in the github organization can use.
|
||||||
topic = "buildbot-mic92";
|
topic = "buildbot-mic92";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Gitea example
|
||||||
|
# authBackend = "gitea"; # login with gitea
|
||||||
|
#gitea = {
|
||||||
|
# enable = true;
|
||||||
|
# instanceUrl = "https://git.clan.lol";
|
||||||
|
# # Create a Gitea App with for redirect uris: https://buildbot.clan.lol/auth/login
|
||||||
|
# oauthId = "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa";
|
||||||
|
# oauthSecretFile = pkgs.writeText "gitea-oauth-secret" "ffffffffffffffffffffffffffffffffffffffff"; # FIXME: replace this with a secret not stored in the nix store;
|
||||||
|
# webhookSecretFile = pkgs.writeText "gitea-webhook-secret" "00000000000000000000"; # FIXME: replace this with a secret not stored in the nix store
|
||||||
|
# tokenFile = pkgs.writeText "gitea-token" "0000000000000000000000000000000000000000"; # FIXME: replace this with a secret not stored in the nix store
|
||||||
|
# topic = "buildbot-clan";
|
||||||
|
#};
|
||||||
# optional expose latest store path as text file
|
# optional expose latest store path as text file
|
||||||
# outputsPath = "/var/www/buildbot/nix-outputs";
|
# outputsPath = "/var/www/buildbot/nix-outputs";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue