New way to deploy apps in my server

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-11 02:26:00 +02:00
parent 29bdd6468a
commit 28b7923e47
22 changed files with 759 additions and 407 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
{config, ...}: {
{ domain, ... }: {
services.glance.settings.pages = [
{
name = "Home";
@@ -97,11 +97,11 @@
}
{
title = "Mazanoke (image downgrading)";
url = "https://mazanoke.${config.var.domain}";
url = "https://mazanoke.${domain}";
}
{
title = "Stirling PDF";
url = "https://pdf.${config.var.domain}";
url = "https://pdf.${domain}";
}
{
title = "Vert (file converter)";
@@ -200,11 +200,11 @@
links = [
{
title = "Nix 4 Cyber";
url = "https://n4c.${config.var.domain}";
url = "https://n4c.${domain}";
}
{
title = "Cyberchef";
url = "https://cyberchef.${config.var.domain}";
url = "https://cyberchef.${domain}";
}
{
title = "TryHackMe";