feat(APPA/gethomepage): add services
This commit is contained in:
parent
2003271472
commit
bdb8d2773f
1 changed files with 45 additions and 2 deletions
|
|
@ -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";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue