services: gitea database

This commit is contained in:
Kabbone 2023-01-03 19:45:10 +01:00
parent 15c7898e8e
commit 5d2257b239
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@
httpAdress = "localhost"; httpAdress = "localhost";
dump.type = "tar.xz"; dump.type = "tar.xz";
domain = "git2.kabtop.de"; domain = "git2.kabtop.de";
database.type = "postgres"; # database.type = "postgres";
database.user = "gitea"; # database.user = "gitea";
database.name = "giteadb" # database.name = "giteadb"
database.passwordFile = config.age.secrets."services/gitea/databasePassword".path; # database.passwordFile = config.age.secrets."services/gitea/databasePassword".path;
appName = "Kabtop Git"; appName = "Kabtop Git";
# mailerPasswordFile = config.age.secrets."services/gitea/mailerPassword".path; # mailerPasswordFile = config.age.secrets."services/gitea/mailerPassword".path;
settings = { settings = {