diff --git a/cmd/web/app-links.go b/cmd/web/app-links.go index 77cdb39..bf2deb9 100644 --- a/cmd/web/app-links.go +++ b/cmd/web/app-links.go @@ -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/", + }, } } diff --git a/ui/static/img/roundcube.png b/ui/static/img/roundcube.png new file mode 100644 index 0000000..0546b1f Binary files /dev/null and b/ui/static/img/roundcube.png differ