fix(sourcehut): try setting the origin string for each server
Same as before, I'm trying to force sourcehut to use http for internal communication instead of https, to bypass the problem that the python package used by sourcehut does not inherit my own CA
This commit is contained in:
parent
fc7c524e0b
commit
a5d00e6339
1 changed files with 5 additions and 0 deletions
|
|
@ -267,10 +267,15 @@ in
|
|||
"git.sr.ht" = {
|
||||
oauth-client-id = "7f2819091157584f";
|
||||
oauth-client-secret = "/etc/nixos/secrets/sourcehut/git.oauth";
|
||||
origin = "http://git.${sourcehut-fqdn}";
|
||||
};
|
||||
"man.sr.ht" = {
|
||||
oauth-client-id = "man.sr.ht";
|
||||
oauth-client-secret = "/etc/nixos/secrets/sourcehut/man.oauth";
|
||||
origin = "http://man.${sourcehut-fqdn}";
|
||||
};
|
||||
"meta.sr.ht" = {
|
||||
origin = "http://meta.${sourcehut-fqdn}";
|
||||
};
|
||||
mail = {
|
||||
pgp-key-id = "/etc/nixos/secrets/sourcehut/mail.key.id";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue