update gite to new options
This commit is contained in:
parent
22620a747e
commit
8e428771c1
1 changed files with 5 additions and 3 deletions
|
|
@ -14,10 +14,12 @@ in
|
|||
services.gitea = {
|
||||
enable = true;
|
||||
appName = "Cloonar Gitea server"; # Give the site a name
|
||||
domain = domain;
|
||||
rootUrl = "https://${domain}/";
|
||||
httpPort = 3001;
|
||||
settings = {
|
||||
server = {
|
||||
ROOT_URL = "https://${domain}/";
|
||||
HTTP_PORT = 3001;
|
||||
DOMAIN = domain;
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
webhook.ALLOWED_HOST_LIST = "drone.cloonar.com";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue