disable pgmanage service
This commit is contained in:
parent
1383b829ad
commit
9ec5fed7b6
@ -229,7 +229,6 @@ in
|
||||
"sonarr.nyanlout.re" = authReverse 8989;
|
||||
"syncthing.nyanlout.re" = authReverse 8384;
|
||||
"jackett.nyanlout.re" = authReverse 9117;
|
||||
"pgmanage.nyanlout.re" = authReverse config.services.pgmanage.port;
|
||||
"matrix.nyanlout.re" = simpleReverse 8008;
|
||||
"emby.nyanlout.re" = recursiveUpdate (simpleReverse 8096) {
|
||||
locations."/" = {
|
||||
@ -306,14 +305,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
pgmanage = {
|
||||
enable = true;
|
||||
port = 10006;
|
||||
connections = {
|
||||
localhost = "hostaddr=127.0.0.1 port=5432 dbname=postgres";
|
||||
};
|
||||
};
|
||||
|
||||
gitea = {
|
||||
enable = true;
|
||||
cookieSecure = true;
|
||||
|
Loading…
Reference in New Issue
Block a user