Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hosts/glyph/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
enable = true;
settings = {
connection = {
url = "http://glyph.rove-duck.ts.net:9091/transmission/rpc";
url = "http://glyph.note-iwato.ts.net:9091/transmission/rpc";
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion hosts/glyph/services/dns.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
config = ''
ts.zx.dev {
rewrite stop {
name regex (.*)\.ts\.zx\.dev {1}.rove-duck.ts.net
name regex (.*)\.ts\.zx\.dev {1}.note-iwato.ts.net
answer auto
}

Expand Down
2 changes: 1 addition & 1 deletion hosts/glyph/services/prometheus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
{
targets = [
"spore.rove-duck.ts.net:9100"
"spore.note-iwato.ts.net:9100"
];
labels.instance = "spore";
}
Expand Down
12 changes: 6 additions & 6 deletions hosts/spore/secrets/tailscale-auth-key.age
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
age-encryption.org/v1
-> ssh-ed25519 2AxgaQ nZxoKnnhBN/Vu5ChV+cvH/+/QtoACBB5EdMeRHfTExY
0//vPZFL/tECbRHROmZ4rLK6ZGKwfmFFBPIpIZdLcOk
-> ssh-ed25519 3EWhnQ 6y7+yYJFVby7SLWf/1ngX7LxIyhASKzqLlo75vVkylc
wcX9MumA4EF9W0dHE/KnHIbDU2b5C4HsdWe9q2sO8+Q
--- r/2H19LwRcmRGfyIVrLDDxGKN2rKFLmkD1BTRyNL3uU
BWLÚE$¢0ogËÆ¿÷€+Ïj8ÁFȤä®"íAS2ðICŠIñÆ…Ã0äâp\¸©”†Å)jŠÝ9š@e»Ñç›ks[ëX†ïÅßHë¸ì¬‹ñŽÓ½*OÐêx¬Å
-> ssh-ed25519 2AxgaQ yU7GzXGwWz5WGZ92gjaBLuyvGJTwbMqoa2jP/F/bdxU
p1uops88sZH/JMTKnk2QAe6XWrsMwStvZV1jQ9nWSMY
-> ssh-ed25519 3EWhnQ D5nBuoeYZmPGOwJ0n/039z13gVX2NzWqgRKZSAXX6GQ
xfp1BMGbs0yLmiNfgWOhTlWy4HcQ2BEzF51uZZZJxyA
--- LnSlBrQ+irIFqlLqeLgztClklTimxn/cvGOTuzMFXpU
¦q°˜»wl½Xáqô‡Ÿ•Ô€Ëv`˜¹UGêÐw¼®ÅT76cÝýB]¡AœzGïïHš¯FãÅ-«‹.±…Pá«¥5‡®‚T²é…B—ñVVš&Þû½ã£~
2 changes: 1 addition & 1 deletion hosts/spore/services/alloy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _: {

loki.write "remote" {
endpoint {
url = "http://glyph.rove-duck.ts.net:3100/loki/api/v1/push"
url = "http://glyph.note-iwato.ts.net:3100/loki/api/v1/push"
}
external_labels = {
host = "spore",
Expand Down
6 changes: 3 additions & 3 deletions hosts/spore/services/grafana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
};
database = {
type = "postgres";
host = "glyph.rove-duck.ts.net:5432";
host = "glyph.note-iwato.ts.net:5432";
name = "grafana";
user = "grafana";
ssl_mode = "disable";
Expand Down Expand Up @@ -99,14 +99,14 @@
{
name = "Prometheus";
type = "prometheus";
url = "http://glyph.rove-duck.ts.net:9099";
url = "http://glyph.note-iwato.ts.net:9099";
isDefault = true;
editable = false;
}
{
name = "Loki";
type = "loki";
url = "http://glyph.rove-duck.ts.net:3100";
url = "http://glyph.note-iwato.ts.net:3100";
editable = false;
}
];
Expand Down
4 changes: 2 additions & 2 deletions hosts/spore/services/homepage-dashboard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
icon = "transmission";
widget = {
type = "transmission";
url = "http://glyph.rove-duck.ts.net:9091";
url = "http://glyph.note-iwato.ts.net:9091";
rpcUrl = "/transmission/";
};
};
Expand All @@ -111,7 +111,7 @@
icon = "jellyfin";
widget = {
type = "jellyfin";
url = "http://glyph.rove-duck.ts.net:8096";
url = "http://glyph.note-iwato.ts.net:8096";
key = "{{HOMEPAGE_VAR_JELLYFIN_KEY}}";
version = 1;
enableBlocks = true;
Expand Down
2 changes: 1 addition & 1 deletion hosts/spore/services/mastodon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ in {
configureNginx = true;
database = {
createLocally = false;
host = "glyph.rove-duck.ts.net";
host = "glyph.note-iwato.ts.net";
port = 5432;
user = "mastodon";
passwordFile = "/dev/null"; # Not needed
Expand Down
2 changes: 1 addition & 1 deletion hosts/spore/services/web/auth.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
host = "id.zx.dev";
useACMEHost = "zx.dev";
encryptionKeyFile = config.age.secrets.pocket-id-encryption-key.path;
databaseURL = "postgres://pocketid@glyph.rove-duck.ts.net/pocketid";
databaseURL = "postgres://pocketid@glyph.note-iwato.ts.net/pocketid";
localDatabase = false;
};
authProxy = {
Expand Down
22 changes: 11 additions & 11 deletions hosts/spore/services/web/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,35 +50,35 @@
forceSSL = true;
useACMEHost = "zx.dev";
locations."/" = {
proxyPass = "http://glyph.rove-duck.ts.net:8100";
proxyPass = "http://glyph.note-iwato.ts.net:8100";
proxyWebsockets = true;
};
};
"torrents.zx.dev" = {
forceSSL = true;
useACMEHost = "zx.dev";
requireAuth = true;
locations."/".proxyPass = "http://glyph.rove-duck.ts.net:9091";
locations."~ (/transmission)?/rpc".proxyPass = "http://glyph.rove-duck.ts.net:9091";
locations."/".proxyPass = "http://glyph.note-iwato.ts.net:9091";
locations."~ (/transmission)?/rpc".proxyPass = "http://glyph.note-iwato.ts.net:9091";
};
"homebridge.zx.dev" = {
forceSSL = true;
useACMEHost = "zx.dev";
locations."/".proxyPass = "http://zeta.rove-duck.ts.net:8581";
locations."/".proxyPass = "http://zeta.note-iwato.ts.net:8581";
};
"ha.zx.dev" = {
forceSSL = true;
useACMEHost = "zx.dev";
locations."/" = {
proxyPass = "http://zeta.rove-duck.ts.net:8123";
proxyPass = "http://zeta.note-iwato.ts.net:8123";
proxyWebsockets = true;
};
};
"files.zx.dev" = {
forceSSL = true;
useACMEHost = "zx.dev";
requireAuth = true;
locations."/".proxyPass = "http://glyph.rove-duck.ts.net:8080";
locations."/".proxyPass = "http://glyph.note-iwato.ts.net:8080";
};
"home.zx.dev" = {
forceSSL = true;
Expand All @@ -95,7 +95,7 @@
forceSSL = true;
useACMEHost = "zx.dev";
locations."/" = {
proxyPass = "http://glyph.rove-duck.ts.net:8888";
proxyPass = "http://glyph.note-iwato.ts.net:8888";
proxyWebsockets = true;
};
};
Expand All @@ -104,15 +104,15 @@
useACMEHost = "zx.dev";
requireAuth = true;
locations."/" = {
proxyPass = "http://glyph.rove-duck.ts.net:8890";
proxyPass = "http://glyph.note-iwato.ts.net:8890";
proxyWebsockets = true;
};
};
"cache.zx.dev" = {
forceSSL = true;
useACMEHost = "zx.dev";
locations."/" = {
proxyPass = "http://glyph.rove-duck.ts.net:8199";
proxyPass = "http://glyph.note-iwato.ts.net:8199";
extraConfig = ''
client_max_body_size 0;
proxy_read_timeout 300;
Expand All @@ -124,7 +124,7 @@
"jellyfin.zx.dev" = {
forceSSL = true;
useACMEHost = "zx.dev";
locations."/".proxyPass = "http://glyph.rove-duck.ts.net:8096";
locations."/".proxyPass = "http://glyph.note-iwato.ts.net:8096";
};
"mcp.zx.dev" = {
forceSSL = true;
Expand Down Expand Up @@ -162,7 +162,7 @@
'';
};
"/" = {
proxyPass = "http://glyph.rove-duck.ts.net:8090";
proxyPass = "http://glyph.note-iwato.ts.net:8090";
extraConfig = ''
auth_request /oauth2/auth;
error_page 401 = @mcp_unauthorized;
Expand Down
2 changes: 1 addition & 1 deletion hosts/spore/services/web/irc-proxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in {
certName = "zx.dev";
in ''
upstream znc {
server zeta.rove-duck.ts.net:5000;
server zeta.note-iwato.ts.net:5000;
}

server {
Expand Down
2 changes: 1 addition & 1 deletion hosts/spore/services/web/srv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
...
}: {
fileSystems."/mnt/srv" = {
device = "glyph.rove-duck.ts.net:/";
device = "glyph.note-iwato.ts.net:/";
fsType = "nfs4";
options = [
"_netdev"
Expand Down
2 changes: 1 addition & 1 deletion hosts/zeta/services/alloy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _: {

loki.write "remote" {
endpoint {
url = "http://glyph.rove-duck.ts.net:3100/loki/api/v1/push"
url = "http://glyph.note-iwato.ts.net:3100/loki/api/v1/push"
}
external_labels = {
host = "zeta",
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/web/auth.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in {
description = ''
PostgreSQL connection string for pocket-id.
'';
example = "postgres://pocketid@glyph.rove-duck.ts.net/pocketid";
example = "postgres://pocketid@glyph.note-iwato.ts.net/pocketid";
};

localDatabase = lib.mkOption {
Expand Down
Loading