Only the source for the Drive component seems to be available...
Twake – open-source Google Workspace alternative
11–20 of 20 posts
Re: Twake – open-source Google Workspace alternative
#12Re: Twake – open-source Google Workspace alternative
#13Notes: * For something pitching itself as open source, the source is hard to find. And I couldn't find any source for the server components, though I admint the site is obtuse enough that I may have simply given up looking. * I don't see any documentation on self-hosting so far. * I don't see any documentation of their pricing for their hosted service. This all combines to make it nigh-impossible to evaluate. I hope…
The link submitted has "Get On Github" right up front. The github link has the third line in the readme say "run in docker". It appears to be a suite and the github link only takes you to their drive alternative, so you have to go up a level to see the other projects. It could be better, but it wasn't completely terrible.
Re: Twake – open-source Google Workspace alternative
#14I tried to sign-up... the SMS code never arrived.
Re: Twake – open-source Google Workspace alternative
#15Earlier quoted context omitted.
The link submitted has "Get On Github" right up front. The github link has the third line in the readme say "run in docker". It appears to be a suite and the github link only takes you to their drive alternative, so you have to go up a level to see the other projects. It could be better, but it wasn't completely terrible.
I found the drive one from that link, and I found the email one from going up a level. I couldn't find the rest. And the drive and email ones just looked like client components, but maybe I missed something.
Re: Twake – open-source Google Workspace alternative
#16I'm glad that people are working on this, but not sure I get why this needs to be one unified suite of software. IMO, it would be more productive to focus on a single one of the apps and make that good before doing them all at once.
Because managers like to hear things like "suite" and "turnkey solution". Normal people don't want to assemble their own solution from disparate parts.
People happily mix and match parts when they feel that they understand the subject area. I bet the IT team (even just the CTO) in a company that considers to use OSS instead of the typical O365 or G.Suite has plenty of opinion, and likely expertise, to consider at least various integrations, and possibly introducing other components. A suite still has a lot of appeal.
Re: Twake – open-source Google Workspace alternative
#17This tool is made by the french OSS company Linagora, active in that space for more than 20 years. They mostly likely have thousands of users running on corporate or state platforms so it's not a "one off project" supported by a couple individuals, it's an actual stack with probably a large dev team. However, Linagora has been entangled in a legal battle for 10 years with former employees that founded BlueMind[0], a…
Re: Twake – open-source Google Workspace alternative
#18Earlier quoted context omitted.
The link submitted has "Get On Github" right up front. The github link has the third line in the readme say "run in docker". It appears to be a suite and the github link only takes you to their drive alternative, so you have to go up a level to see the other projects. It could be better, but it wasn't completely terrible.
I found the drive one from that link, and I found the email one from going up a level. I couldn't find the rest. And the drive and email ones just looked like client components, but maybe I missed something.
Re: Twake – open-source Google Workspace alternative
#19This tool is made by the french OSS company Linagora, active in that space for more than 20 years. They mostly likely have thousands of users running on corporate or state platforms so it's not a "one off project" supported by a couple individuals, it's an actual stack with probably a large dev team. However, Linagora has been entangled in a legal battle for 10 years with former employees that founded BlueMind[0], a…
It looks like most of their products are just re-badges of existing open source products, including, for some reason, a java -based email server.
Twake Mail backend is a fork of https://github.com/apache/james-project but it seems their app can work with any JMAP server.
Twake Drive (web app) and Twake Mail (mobile) seem original.
Re: Twake – open-source Google Workspace alternative
#20Notes: * For something pitching itself as open source, the source is hard to find. And I couldn't find any source for the server components, though I admint the site is obtuse enough that I may have simply given up looking. * I don't see any documentation on self-hosting so far. * I don't see any documentation of their pricing for their hosted service. This all combines to make it nigh-impossible to evaluate. I hope…
The deployment documentation seem appropriate for Docker-based services: https://github.com/linagora/ToM-server/blob/master/docker.md https://github.com/linagora/tmail-backend/blob/master/tmail-... (although Twake Drive's docs seem under construction)