add more services
This commit is contained in:
parent
e0f20e0e9d
commit
b6951992d5
1 changed files with 13 additions and 1 deletions
|
|
@ -40,9 +40,13 @@ in
|
||||||
dashboards.default_home_dashboard_path = toString (
|
dashboards.default_home_dashboard_path = toString (
|
||||||
(import ../../../lib/status.nix attrs) [
|
(import ../../../lib/status.nix attrs) [
|
||||||
{
|
{
|
||||||
name = "Continuwuity (Matrix)";
|
name = "Matrix";
|
||||||
service = "continuwuity.service";
|
service = "continuwuity.service";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "LaSuite Docs";
|
||||||
|
service = "lasuite-docs.service";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Forgejo (Git)";
|
name = "Forgejo (Git)";
|
||||||
service = "forgejo.service";
|
service = "forgejo.service";
|
||||||
|
|
@ -51,6 +55,14 @@ in
|
||||||
name = "SearXNG (Search)";
|
name = "SearXNG (Search)";
|
||||||
service = "searx.service";
|
service = "searx.service";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Redlib";
|
||||||
|
service = "redlib.service";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "GMessages Bridge";
|
||||||
|
service = "matrix-as-gmessages.service";
|
||||||
|
}
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue