mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
change domain to tux.rs
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
programs.rbw = {
|
programs.rbw = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
base_url = "https://vault.0xtux.com";
|
base_url = "https://bw.tux.rs";
|
||||||
email = "0xtux@pm.me";
|
email = "0xtux@pm.me";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
settings = {
|
settings = {
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "git.0xtux.com";
|
DOMAIN = "git.tux.rs";
|
||||||
ROOT_URL = "https://git.0xtux.com";
|
ROOT_URL = "https://git.tux.rs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -14,7 +14,7 @@
|
|||||||
nginx = {
|
nginx = {
|
||||||
enable = lib.mkForce true;
|
enable = lib.mkForce true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"git.0xtux.com" = {
|
"git.tux.rs" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
settings = {
|
settings = {
|
||||||
dns_config = {
|
dns_config = {
|
||||||
override_local_dns = true;
|
override_local_dns = true;
|
||||||
base_domain = "0xtux.com";
|
base_domain = "tux.rs";
|
||||||
magic_dns = true;
|
magic_dns = true;
|
||||||
nameservers = [
|
nameservers = [
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
server_url = "https://hs.0xtux.com";
|
server_url = "https://hs.tux.rs";
|
||||||
metrics_listen_addr = "0.0.0.0:8095";
|
metrics_listen_addr = "0.0.0.0:8095";
|
||||||
logtail = {
|
logtail = {
|
||||||
enabled = false;
|
enabled = false;
|
||||||
@ -43,7 +43,7 @@
|
|||||||
nginx = {
|
nginx = {
|
||||||
enable = lib.mkForce true;
|
enable = lib.mkForce true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"hs.0xtux.com" = {
|
"hs.tux.rs" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
nginx = {
|
nginx = {
|
||||||
enable = lib.mkForce true;
|
enable = lib.mkForce true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"grafana.0xtux.com" = {
|
"grafana.tux.rs" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
nginx = {
|
nginx = {
|
||||||
enable = lib.mkForce true;
|
enable = lib.mkForce true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"loki.0xtux.com" = {
|
"loki.tux.rs" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
};
|
};
|
||||||
clients = [
|
clients = [
|
||||||
{
|
{
|
||||||
url = "https://loki.0xtux.com/loki/api/v1/push";
|
url = "https://loki.tux.rs/loki/api/v1/push";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
scrape_configs = [
|
scrape_configs = [
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
nginx = {
|
nginx = {
|
||||||
enable = lib.mkForce true;
|
enable = lib.mkForce true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"uptime.0xtux.com" = {
|
"uptime.tux.rs" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
vaultwarden = {
|
vaultwarden = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
domain = "https://vault.0xtux.com";
|
domain = "https://bw.tux.rs";
|
||||||
enableWebsocket = true;
|
enableWebsocket = true;
|
||||||
signupsAllowed = true;
|
signupsAllowed = true;
|
||||||
disableIconDownload = true;
|
disableIconDownload = true;
|
||||||
@ -13,7 +13,7 @@
|
|||||||
nginx = {
|
nginx = {
|
||||||
enable = lib.mkForce true;
|
enable = lib.mkForce true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"bw.0xtux.com" = {
|
"bw.tux.rs" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
|
Reference in New Issue
Block a user