added roundcube to app list

This commit is contained in:
Ross Trottier 2024-09-04 09:47:30 -06:00
parent 74b542023f
commit 9d8fda9253
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,14 @@ func getStarterLinks(baseUri string) []AppLink {
LDAP: false,
DocumentationUrl: "https://doc.powerdns.com/",
},
{
Title: "Web Mail",
Description: "Email",
Image: "/static/img/roundcube.png",
Url: "https://roundcube." + baseUri,
LDAP: false,
DocumentationUrl: "https://roundcube.net/support/",
},
}
}

BIN
ui/static/img/roundcube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB