Change some domain names around and name my gitea server.
This commit is contained in:
parent
3fade7c667
commit
d695930229
|
@ -25,14 +25,14 @@
|
||||||
|
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
appName = "My awesome Gitea server"; # Give the site a name
|
appName = "Fallingsky04's Gitea Server <3"; # Give the site a name
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
passwordFile = "/run/keys/gitea-dbpassword"; # config.sops.secrets."postgres/gitea_dbpass".path
|
passwordFile = "/run/keys/gitea-dbpassword"; # config.sops.secrets."postgres/gitea_dbpass".path
|
||||||
};
|
};
|
||||||
settings.server = {
|
settings.server = {
|
||||||
DOMAIN = "git.my-domain.tld";
|
DOMAIN = "git.fallingsky.love";
|
||||||
ROOT_URL = "https://git.my-domain.tld/";
|
ROOT_URL = "https://git.fallingsky.love/";
|
||||||
HTTP_PORT = 3001;
|
HTTP_PORT = 3001;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue