Add variables for domain & tunnel id

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-06 15:13:10 +02:00
parent d7b72277f7
commit 302f0ceec9
18 changed files with 64 additions and 51 deletions
+4 -4
View File
@@ -97,11 +97,11 @@
}
{
title = "Mazanoke (image downgrading)";
url = "https://mazanoke.hadi.icu";
url = "https://mazanoke.${config.var.domain}";
}
{
title = "Stirling PDF";
url = "https://pdf.hadi.icu";
url = "https://pdf.${config.var.domain}";
}
{
title = "Vert (file converter)";
@@ -200,11 +200,11 @@
links = [
{
title = "Nix 4 Cyber";
url = "https://n4c.hadi.icu";
url = "https://n4c.${config.var.domain}";
}
{
title = "Cyberchef";
url = "https://cyberchef.hadi.icu";
url = "https://cyberchef.${config.var.domain}";
}
{
title = "TryHackMe";