diff options
author | nodiscc <nodiscc@gmail.com> | 2015-10-17 13:45:29 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-10-17 13:45:29 +0000 |
commit | 3962d196e0c37d4c8da700a078954b7bf63ddde9 (patch) | |
tree | ddcb03019566587d4b26e5025ab9df729b64e4fb /README.md | |
parent | Fix codex link (diff) | |
parent | Merge pull request #1 from nodiscc/patch-4 (diff) | |
download | awesome-selfhosted-3962d196e0c37d4c8da700a078954b7bf63ddde9.tar.gz awesome-selfhosted-3962d196e0c37d4c8da700a078954b7bf63ddde9.zip |
Merge remote-tracking branch 'kickball/pr/311' into mattermost
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -227,6 +227,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Jitsi Video Bridge](https://jitsi.org/Projects/JitsiVideobridge) - WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication. `Apache` `Java` * [Kandan](http://getkandan.com/) – Kandan is an Open Source Alternative to HipChat. - `AGPL` * [Let's Chat](https://sdelements.github.io/lets-chat/) - A persistent messaging application that runs on Node.js and MongoDB. `MIT` `Nodejs` + * [Mattermost](http://mattermost.org/) - Open-source, on-prem Slack-alternative. It can be integrated with [Gitlab](https://about.gitlab.com/). ([Source code](https://github.com/mattermost/platform)) `AGPLv3/Apache 2.0` `Go` * [Mumble](http://wiki.mumble.info/wiki/Main_Page) - low-latency, high quality voice/text chat software `BSD` `C++` * [Node-Chat](https://github.com/IgorAntun/node-chat) - A not-so-basic open-source chat with admin features. - `MIT` `Nodejs` * [RetroShare](http://retroshare.org) - Secured and decentralized communication system. Offers decentralized chat, forums, messaging, file transfer. ([Source code](https://github.com/RetroShare/RetroShare)) `GPLv2` `С++` @@ -778,6 +779,7 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt * Non-[Free](https://en.wikipedia.org/wiki/Free_software) software must be marked `⊘ Proprietary` next to the title, and added to [non-free.md](non-free.md) * Software with no development activity for 6-12 months may be removed from the list. * The syntax for links is ``[Name](http://homepage/) - Short description ([Demo](http://url.to/demo), [Source code](http://url.of/source/code)) `License` `Language` `` + * License and programming language should be written as AGPLv3/Apache 2.0 Go/Javascript * Please limit the short description of the project to **250 characters**. * The list of contributors can be updated with `git shortlog -sne` |