Skip to content

nizini/workbase-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkBase logo

中文安装文档

Enterprise Emails & IM

Bring your own server

You'll have the following features and even more

  • Emails
  • Chats
  • Groups
  • Channels
  • Mobile App

Install on Ubuntu 16.04

Get it from the Snap Store

Instant Server Installation with Snap

sudo snap install workbase-server

Now you can access from http://<your server ip>:3000

Config ROOT_URL

Suppose you have a domain(ex: example.com) mapping to your server.

 $ sudo snap run --shell workbase-server
 # echo ROOT_URL=https://example.com > $SNAP_COMMON/root-url.env
 # exit
 $ sudo reboot

(Optional) Enable Email (Send & Receive)

  • Register an account in Mailgun: https://www.mailgun.com.
  • Add a domain, and validate following the instructions. Write down the API Key which will be used in setup.
  • Add a router: Match Recipient: (.*)@example.com, Store and Notify: https://example.com/api/v1/mailgun.

(Optional) Use S3

Follow the steps from https://vincetocco.com/backup-your-servers-automatically-to-amazon-aws-s3/

  • Create an S3 bucket in preferred region
  • Get an "Access Key Id" and "Secret Key"

iOS App

Install from App Store

After installation, set Server address(ex: https://example.com) from Settings.
Make sure the login screen showing your domain.

About

Simple & Secure Solution for Enterprise Emails & IM

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 98.5%
  • JavaScript 1.5%