[NixOS] Use railbird.ai domains
This commit is contained in:
parent
9ef921556e
commit
7e651ec58c
@ -29,6 +29,9 @@ makeEnable config "modules.code" true {
|
|||||||
typescript
|
typescript
|
||||||
nodePackages.typescript-language-server
|
nodePackages.typescript-language-server
|
||||||
|
|
||||||
|
# golang
|
||||||
|
go
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
rustup
|
rustup
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ makeEnable config "modules.gitea" false {
|
|||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"gitea" = {
|
"gitea" = {
|
||||||
serverName = "1896Folsom.duckdns.org";
|
serverName = "dev.railbird.ai";
|
||||||
# enableACME = true;
|
enableACME = true;
|
||||||
# forceSSL = true;
|
forceSSL = true;
|
||||||
listen = [{
|
listen = [{
|
||||||
addr = "0.0.0.0";
|
addr = "0.0.0.0";
|
||||||
port = 3000;
|
port = 3000;
|
||||||
|
@ -46,22 +46,11 @@ in
|
|||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"1896Folsom.duckdns.org" = {
|
"vaultwarden.railbird.ai" = {
|
||||||
# enableACME = true;
|
|
||||||
# forceSSL = true;
|
|
||||||
locations."/" = {
|
|
||||||
proxyPass = "http://[::1]:8222";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
"dev.railbird.ai" = {
|
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
listen = [{
|
|
||||||
addr = "0.0.0.0";
|
|
||||||
ssl = true;
|
|
||||||
}];
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:3001";
|
proxyPass = "http://[::1]:8222";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user