Get hydra and gitea to play nice

This commit is contained in:
alejandro-angulo 2024-08-05 19:27:51 -07:00
parent e498921190
commit dbfcdcacb2
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 3 additions and 1 deletions

View file

@ -40,6 +40,8 @@ in {
session.COOKIE_SECURE = true;
service.DISABLE_REGISTRATION = true;
webhook.ALLOWED_HOST_LIST = "hydra.kilonull.com";
};
};

View file

@ -103,7 +103,7 @@ in {
"hydra"
"hydra-www"
];
allowed-uris = ["github:" "https://github.com/" "https://api.github.com/"];
allowed-uris = ["github:" "https://github.com/" "https://gitea.kilonull.com/"];
};
};
}