Actually serve sync.nidus.cloud with the new config.
This commit is contained in:
parent
44c0d83bf6
commit
f3b8602f30
4 changed files with 7 additions and 10 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -295,17 +295,17 @@
|
|||
"nixpkgs": "nixpkgs_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1762877358,
|
||||
"narHash": "sha256-RzHI6lbcioRVIsKGMd1KIH2I/WvEJ124zeR2g6xcMT0=",
|
||||
"lastModified": 1762883247,
|
||||
"narHash": "sha256-ED6kDWTM79EA/ApNjKsQL/AvbR5Pm2lIqeKNxsju7ac=",
|
||||
"owner": "Gleipnir-Technology",
|
||||
"repo": "nidus-sync",
|
||||
"rev": "f0ace114b0789d82fa70be0eb5591881ba31c1a5",
|
||||
"rev": "0a74bd83454c5a07444849e08395ca220aa5ef62",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Gleipnir-Technology",
|
||||
"repo": "nidus-sync",
|
||||
"rev": "f0ace114b0789d82fa70be0eb5591881ba31c1a5",
|
||||
"rev": "0a74bd83454c5a07444849e08395ca220aa5ef62",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
type = "github";
|
||||
owner = "Gleipnir-Technology";
|
||||
repo = "nidus-sync";
|
||||
rev = "f0ace114b0789d82fa70be0eb5591881ba31c1a5";
|
||||
rev = "0a74bd83454c5a07444849e08395ca220aa5ef62";
|
||||
};
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||
nixvim = {
|
||||
|
|
|
|||
|
|
@ -22,11 +22,11 @@ in {
|
|||
ffmpeg
|
||||
nidus-sync-pkg
|
||||
];
|
||||
/*services.caddy.virtualHosts."${domainName}" = {
|
||||
services.caddy.virtualHosts."${domainName}" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:${toString port}
|
||||
'';
|
||||
};*/
|
||||
};
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
ensureDatabases = [databaseName];
|
||||
|
|
|
|||
|
|
@ -24,9 +24,6 @@ in {
|
|||
fss-gleipnir-qa.services
|
||||
|
||||
{
|
||||
caddy.virtualHosts."sync.nidus.cloud".extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:9001
|
||||
'';
|
||||
caddy.virtualHosts."dev-sync.nidus.cloud".extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:9002
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue