Add gitea secrets.
This commit is contained in:
@@ -31,6 +31,12 @@ let
|
|||||||
"TSIG_SECRET" = (builtins.readFile "${./secrets/cert-manager/rfc2136/TSIG_SECRET}");
|
"TSIG_SECRET" = (builtins.readFile "${./secrets/cert-manager/rfc2136/TSIG_SECRET}");
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"gitea" = {
|
||||||
|
"gitea-env" = {
|
||||||
|
"GITEA_ADMIN_USERNAME" = (builtins.readFile "${./secrets/gitea/gitea-env/GITEA_ADMIN_USERNAME}");
|
||||||
|
"GITEA_ADMIN_PASSWORD" = (builtins.readFile "${./secrets/gitea/gitea-env/GITEA_ADMIN_PASSWORD}");
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
encrypted_secrets = (
|
encrypted_secrets = (
|
||||||
builtins.mapAttrs (
|
builtins.mapAttrs (
|
||||||
|
|||||||
Reference in New Issue
Block a user