diff --git a/README.md b/README.md index 9f246bd..fd1cf86 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The goal of this repository is to provide an overview of third party projects in - [Client integrations](#Client-integrations) - [Distributions integrating Kopano](#Distributions-integration-kopano) +- [Migration Helpers](#Migration-helpers) - Kopano WebApp - [Plugins/Integrations](#Plugins-Integrations) - [Themes](#Themes) @@ -17,10 +18,21 @@ The goal of this repository is to provide an overview of third party projects in ### Distributions integrating Kopano - [Kopano4UCS](https://wiki.z-hub.io/display/K4U/Kopano4UCS+Home) - Install and manage Kopano through the Univention Management Console. [Demo](https://www.univention.com/products/univention-app-center/app-catalog/kopano-core/), [Source Code](https://stash.z-hub.io/projects/K4U/repos/kopano4ucs/browse) `AGPLv3` `stable` +### Migration Helpers +- [egroupware2zarafa](https://github.com/bytemine/egroupware2zarafa) - Some scripts to export egroupware contacts and calendar data so it can be imported into Outlook/Zarafa. [Source Code](https://github.com/bytemine/egroupware2zarafa) `unknown license` `stable` + ### Kopano WebApp #### Plugins/Integrations +- [Google2FA](https://community.zarafa.com/pg/plugins/project/32087/developer/norman/) - WebApp two-factor authentication with Google Authenticator. [Source Code](https://bitbucket.org/normanth/google2fa) `unkown license` `stable` +- [Gravator](https://github.com/flok99/zarafa_gravatar) - Show a Gravatar avatar when no photo is set in the contacts. [Source Code](https://github.com/flok99/zarafa_gravatar) `GPL-2.0` `stable` +- [WebApp IMAP Import](zarafa-webapp-imap-import) - Plugin for Zarafa WebApp for importing IMAP accounts. [Source Code](https://github.com/oxilion/zarafa-webapp-plugin-imapsync) `AGPL-3.0` `stable` +- [WebApp Passwd](https://github.com/silentsakky/zarafa-webapp-passwd) - Plugin to add functionality of changing of password from Zarafa WebApp. [Source Code](https://github.com/silentsakky/zarafa-webapp-passwd) `AGPLv3` `stable` +- [WebApp privacyIDEA](https://github.com/bytemine/webapp-privacyidea) - Zarafa WebApp plugin to integrate 2FA with privacyIDEA. [Source Code](https://github.com/bytemine/webapp-privacyidea) `AGPLv3` `stable` + #### Themes ### Howtos and Guides + +- [Kopano – der „neue“ Stern am Groupwarehimmel](https://www.pc-howto.com/kopano-der-neue-stern-am-groupwarehimmel-teil-1/) - German article series explaining the Kopano base installation.