Skip to content
/ Twake Public
forked from linagora/Twake

Twake is a secure open source collaboration platform to improve organizational productivity.

License

Notifications You must be signed in to change notification settings

Josephrp/Twake

 
 

Repository files navigation

Twake - The Open Digital Workplace

update-saas-backend update-saas-frontend backend-build docker-build

Docker Docs Community Twitter Join the chat at https://gitter.im/linagora/Twake

Twake is a secure open source collaboration platform to improve organizational productivity. Twake offers all the features for collaboration :

  • Team chat
  • File Storage
  • Team Calendar
  • Task Management
  • Video call and conferencing
  • Real time document collaboration

Demo

You can try Twake in SaaS.

Or run your own local Twake instance with :

cd twake
export COMPOSE_FILE=docker-compose.onpremise.yml
docker compose up -d

Twake will be running on http//localhost and by default redirect to https and uses a self-signed certificate. If you want to run http only then set SSL_CERTS=none at docker-compose.yml

Documentation

Twake's documentation can be found at doc.twake.app

More information at twake.app : twake.app

Community

The Twake community is gathered on the forum: community.twake.app.

If you have any questions or suggestions, we will be happy to answer them.

Translations

We use Weblate for translation management. Create an account on weblate to improve our Twake internationalisation.

How to contribute

Everyone can contribute at their own level, even if they only give a few minutes of their time. Whatever you do, your help is very valuable. Only thanks to you Twake can be a powerful software. Check out how you can help twake.app/en/how-to-contribute/

Manual install of Twake

Install Twake on your machine with docker-compose using the install documentation here : linagora.github.io/Twake/onprem/installation.html

cd twake; docker-compose -f docker-compose.onpremise.mongo.yml up -d

Twake will be available on port 3000.

License

Twake is licensed under Affero GPL v3 with additional terms

About

Twake is a secure open source collaboration platform to improve organizational productivity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 44.2%
  • PHP 24.3%
  • JavaScript 24.3%
  • SCSS 3.9%
  • CSS 1.1%
  • Twig 0.9%
  • Other 1.3%