Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
rebuilding jar for Zimbra 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Dec 3, 2020
1 parent f467d76 commit 1f15e9f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Rocket Chat is designed to be deployed on Docker or Ubuntu Snap, which is really
## This Zimlet supports optional auto-login to Rocket using the Rocket API
This Zimlet can automatically log your users on to Rocket chat and even automatically create new users on Rocket chat. That way you only need to maintain the user accounts on Zimbra (full integration). Or you can maintain your Rocket accounts via LDAP or manually, but still log them on automatically (logon-only integration). Or you can just deploy only the Zimlet and let the user decide on the authentication (basic integration).
1. **Full integration**
For this you need to set-up the Java server extension copy it from https://github.com/Zimbra-Community/zimbra-rocket/releases to /opt/zimbra/lib/ext/rocket/extension.jar then create a text file /opt/zimbra/lib/ext/rocket/config.properties with the contents:
For this you need to set-up the Java server extension copy it from https://github.com/Zimbra-Community/zimbra-rocket/releases to /opt/zimbra/lib/ext/rocket/rocket.jar ( and make sure this is the only jar in this folder) then create a text file /opt/zimbra/lib/ext/rocket/config.properties with the contents:

adminuser=adminUsername
adminpassword=adminPassword
Expand Down
Binary file not shown.
Binary file removed extension/out/artifacts/extension_jar/extension.jar
Binary file not shown.
Binary file not shown.
Binary file added extension/rocket.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion extension/src/tk/barrydegraaff/rocket/Rocket.java
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOExc
paramsMap.put(subParam[0], subParam[1]);
}
} else {
responseWriter("ok", resp, null);
responseWriter("Configure the Zimlet to complete the installation.", resp, null);
return;
}

Expand Down

0 comments on commit 1f15e9f

Please sign in to comment.