Compare commits
3 Commits
ccd3744d0c
...
2c59f6b7c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
2c59f6b7c2
|
|||
|
4dcb77988a
|
|||
|
4e8a67a391
|
@@ -19,12 +19,8 @@
|
|||||||
disableRegistration = true;
|
disableRegistration = true;
|
||||||
repositoryRoot = "/vault/git";
|
repositoryRoot = "/vault/git";
|
||||||
dump.enable = true;
|
dump.enable = true;
|
||||||
useWizard = false;
|
useWizard = true;
|
||||||
appName = "Gitea";
|
appName = "Gitea";
|
||||||
extraConfig = ''
|
|
||||||
LFS_START_SERVER = true
|
|
||||||
LFS_HTTP_AUTH_EXPIRY = 60m
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -108,11 +108,12 @@
|
|||||||
# 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
|
||||||
@@ -128,7 +129,6 @@
|
|||||||
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/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user