Skip to content

Commit

Permalink
add: murmur
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Nov 28, 2024
1 parent 8f671c6 commit ad4c3be
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"proxy": false
},
"murmur": {
"on": "fra1",
"on": "hkg4",
"proxy": false
},
"ntfy": {
Expand Down
1 change: 0 additions & 1 deletion nixos/hosts/fra1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
nixosModules.services.pastebin
nixosModules.services.ollama
nixosModules.services.jellyfin
nixosModules.services.murmur
(import nixosModules.services.matrix { })
(import nixosModules.services.keycloak { })
(import nixosModules.services.vaultwarden { })
Expand Down
1 change: 1 addition & 0 deletions nixos/hosts/hkg4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
nixosModules.services.searx
nixosModules.services.perplexica
nixosModules.services.rustdesk
nixosModules.services.murmur
];
nix.gc.options = lib.mkForce "-d";
}
1 change: 1 addition & 0 deletions nixos/modules/services/murmur.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
welcometext = "<br />Welcome to <b>mumble.${config.networking.domain}</b>";
sslCert = "${certDir}/cert.pem";
sslKey = "${certDir}/key.pem";
group = "acme";
};
}
2 changes: 1 addition & 1 deletion terraform/cloudflare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ locals {
minio-console = { on = "fra1", proxy = false }
"admin.m" = { on = "fra1", proxy = false }
jellyfin = { on = "fra1", proxy = false }
murmur = { on = "fra1", proxy = false }
murmur = { on = "hkg4", proxy = false }
searx = { on = "hkg4", proxy = false }
morty = { on = "hkg4", proxy = false }
p = { on = "hkg4", proxy = false }
Expand Down

0 comments on commit ad4c3be

Please sign in to comment.