Get hydra and gitea to play nice
This commit is contained in:
parent
e498921190
commit
dbfcdcacb2
|
@ -40,6 +40,8 @@ in {
|
|||
|
||||
session.COOKIE_SECURE = true;
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
|
||||
webhook.ALLOWED_HOST_LIST = "hydra.kilonull.com";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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/"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue