git: add forgejo
This commit is contained in:
parent
df5f9f6708
commit
f3949b5e35
1 changed files with 11 additions and 3 deletions
|
@ -12,9 +12,17 @@
|
|||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
settings.server = {
|
||||
DOMAIN = "git.foxxolay.com";
|
||||
ROOT_URL = "https://git.foxxolay.com";
|
||||
settings = {
|
||||
database = {
|
||||
DB_TYPE = "sqllite3";
|
||||
};
|
||||
server = {
|
||||
DOMAIN = "git.foxxolay.com";
|
||||
ROOT_URL = "https://git.foxxolay.com";
|
||||
};
|
||||
service = {
|
||||
SSH_DOMAIN = "git.hoki-porgy.ts.net";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue