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