feat(APPA/gethomepage): add services

This commit is contained in:
Jacob Bachmann 2024-09-19 14:55:21 +02:00
parent 2003271472
commit bdb8d2773f
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -13,6 +13,10 @@
style = "row"; style = "row";
columns = 3; columns = 3;
}; };
"Services" = {
style = "row";
columns = 3;
};
}; };
}; };
services = [ services = [
@ -20,8 +24,8 @@
"Network" = [ "Network" = [
{ {
"Adguard Home" = { "Adguard Home" = {
description = "http://adguard.dryb.org"; description = "https://adguard.dryb.org";
href = "http://adguard.dryb.org"; href = "https://adguard.dryb.org";
icon = "adguard-home"; icon = "adguard-home";
}; };
} }
@ -69,6 +73,45 @@
} }
]; ];
} }
{
"Services" = [
{
"Nextcloud" = {
description = "https://nextcloud.dryb.org";
href = "https://nextcloud.dryb.org";
icon = "nextcloud";
};
}
{
"Gitea" = {
description = "https://git.dryb.org";
href = "https://git.dryb.org";
icon = "gitea";
};
}
{
"Anki" = {
description = "https://anki.dryb.org";
href = "https://anki.dryb.org";
icon = "si-anki";
};
}
{
"Vaultwarden" = {
description = "https://vaultwarden.dryb.org";
href = "https://vaultwarden.dryb.org";
icon = "vaultwarden";
};
}
{
"Paperless" = {
description = "https://paperless.dryb.org";
href = "https://paperless.dryb.org";
icon = "paperless";
};
}
];
}
]; ];
}; };
} }