Merge pull request 'Gitea enabled actions' (#9) from add-gitea-ci into main

Reviewed-on: #9
This commit is contained in:
Oystein Kristoffer Tveit 2023-09-16 21:51:43 +02:00
commit 97cd5a235f
1 changed files with 3 additions and 4 deletions

View File

@ -33,11 +33,9 @@ in {
ROOT_URL = "https://${domain}/";
PROTOCOL = "http+unix";
SSH_PORT = sshPort;
START_SSH_SERVER = true;
};
indexer = {
REPO_INDEXER_ENABLED = true;
START_SSH_SERVER = true;
};
indexer.REPO_INDEXER_ENABLED = true;
service.DISABLE_REGISTRATION = true;
session.COOKIE_SECURE = true;
database.LOG_SQL = false;
@ -45,6 +43,7 @@ in {
DISABLE_GRAVATAR = true;
ENABLE_FEDERATED_AVATAR = false;
};
actions.ENABLED = true;
"ui.meta".DESCRIPTION = "Bokstavelig talt programvareverkstedet";
};
};