Change some domain names around and name my gitea server.

This commit is contained in:
Sky Hearn 2024-03-07 19:14:37 -08:00
parent 3fade7c667
commit d695930229
Signed by: fallingsky04
GPG Key ID: DAB485883AE426EC
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}; };
}; };