Compare commits

..

No commits in common. "2c59f6b7c2d06bc844f8572c59db1d96a29760e9" and "ccd3744d0c67773917f65e72964fe09b88ccebd2" have entirely different histories.

2 changed files with 7 additions and 3 deletions

View File

@ -19,8 +19,12 @@
disableRegistration = true; disableRegistration = true;
repositoryRoot = "/vault/git"; repositoryRoot = "/vault/git";
dump.enable = true; dump.enable = true;
useWizard = true; useWizard = false;
appName = "Gitea"; appName = "Gitea";
extraConfig = ''
LFS_START_SERVER = true
LFS_HTTP_AUTH_EXPIRY = 60m
'';
}; };
} }

View File

@ -108,12 +108,11 @@
# Generated file; do not edit! # Generated file; do not edit!
# TYPE DATABASE USER ADDRESS METHOD # TYPE DATABASE USER ADDRESS METHOD
local all all trust local all all trust
host all all 127.0.0.1/32 trust
host all all ::1/128 trust
''; '';
identMap = '' identMap = ''
gitea-users gitea gitea gitea-users gitea gitea
''; '';
extraConfig = "listen_addresses = ''";
}; };
# PostgreSQL daily backups # PostgreSQL daily backups
@ -129,6 +128,7 @@
enable = true; enable = true;
adminCredentialsFile = "/var/keys/miniflux/admin"; adminCredentialsFile = "/var/keys/miniflux/admin";
config = { config = {
LISTEN_ADDR = "/run/postgresql/.s.PGSQL.5432";
BASE_URL = "https://coolneng.duckdns.org/miniflux/"; BASE_URL = "https://coolneng.duckdns.org/miniflux/";
}; };
}; };