update landingpage
This commit is contained in:
parent
05b927b35c
commit
a118cd53c3
1 changed files with 10 additions and 4 deletions
|
@ -99,7 +99,9 @@ with lib;
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
{ title = "System Links"; }
|
{ title = "System Links"; }
|
||||||
(entry { machine = "orbi"; items = [
|
(entry {
|
||||||
|
machine = "orbi";
|
||||||
|
items = [
|
||||||
{
|
{
|
||||||
label = "Jellyfin";
|
label = "Jellyfin";
|
||||||
href = "http://flix.ingolf-wagner.de/";
|
href = "http://flix.ingolf-wagner.de/";
|
||||||
|
@ -110,8 +112,11 @@ with lib;
|
||||||
href = "http://10.100.0.1:2342/";
|
href = "http://10.100.0.1:2342/";
|
||||||
image = "https://media.giphy.com/media/fyLi0OuWysotq/giphy.gif";
|
image = "https://media.giphy.com/media/fyLi0OuWysotq/giphy.gif";
|
||||||
}
|
}
|
||||||
];})
|
];
|
||||||
(entry { machine = "chungus"; items = [
|
})
|
||||||
|
(entry {
|
||||||
|
machine = "chungus";
|
||||||
|
items = [
|
||||||
{
|
{
|
||||||
label = "Grafana";
|
label = "Grafana";
|
||||||
href = "http://grafana.chungus.private/explore";
|
href = "http://grafana.chungus.private/explore";
|
||||||
|
@ -142,7 +147,8 @@ with lib;
|
||||||
href = "http://192.168.178.102/";
|
href = "http://192.168.178.102/";
|
||||||
image = "https://i.giphy.com/3o7TKsrMIW65QT7VWo.webp";
|
image = "https://i.giphy.com/3o7TKsrMIW65QT7VWo.webp";
|
||||||
}
|
}
|
||||||
];})
|
];
|
||||||
|
})
|
||||||
(entry { machine = "cherry"; })
|
(entry { machine = "cherry"; })
|
||||||
(entry { machine = "cream"; })
|
(entry { machine = "cream"; })
|
||||||
(entry { machine = "mobi"; })
|
(entry { machine = "mobi"; })
|
||||||
|
|
Loading…
Reference in a new issue