forked from emily/nixfiles
Change forgejo domain to woof.rip
This commit is contained in:
parent
8a750c57b7
commit
4c533c6bf3
1 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
SCHEDULE = "@every 24h";
|
||||
UPDATE_EXISTING = true;
|
||||
};
|
||||
DEFAULT.APP_NAME = "The Gay Git";
|
||||
DEFAULT.APP_NAME = "The dog girl Git";
|
||||
federation.ENABLED = true;
|
||||
log.LEVEL = "Info";
|
||||
mailer = {
|
||||
|
@ -45,8 +45,8 @@
|
|||
server = {
|
||||
STATIC_URL_PREFIX = "/static";
|
||||
PROTOCOL = "http+unix";
|
||||
DOMAIN = "git.kyouma.net";
|
||||
ROOT_URL = "https://git.kyouma.net";
|
||||
DOMAIN = "woof.rip";
|
||||
ROOT_URL = "https://woof.rip";
|
||||
};
|
||||
security = {
|
||||
LOGIN_REMEMBER_DAYS = 90;
|
||||
|
@ -70,11 +70,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
kyouma.nginx.virtualHosts."git.kyouma.net" = {
|
||||
kyouma.nginx.virtualHosts."woof.rip" = {
|
||||
locations."/static/".alias = "${pkgs.forgejo.data}/public/";
|
||||
locations."/" = {
|
||||
proxyPass = "http://unix:/run/forgejo/forgejo.sock";
|
||||
};
|
||||
};
|
||||
security.acme.certs."git.kyouma.net" = {};
|
||||
security.acme.certs."woof.rip" = {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue