diff options
author | n8225 <n8225@users.noreply.github.com> | 2016-09-01 10:39:03 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-09-01 10:39:03 +0000 |
commit | 28ba7680b51821008ac0c581f1e5f7f220e7590c (patch) | |
tree | 76a6589503c0d5b5c2d90efece7d7861c3c47f7b | |
parent | Merge pull request #741 from n8225/Fix-Groupware (diff) | |
download | awesome-selfhosted-28ba7680b51821008ac0c581f1e5f7f220e7590c.tar.gz awesome-selfhosted-28ba7680b51821008ac0c581f1e5f7f220e7590c.zip |
Fix gateways (#740)
* Update Links, License and language for Gateways
* Fix syntax error
* Change gateone language to python
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -558,8 +558,8 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza ## Gateways - * [GateOne](https://github.com/liftoff/GateOne/) - Gate One is an HTML5 web-based terminal emulator and SSH client. - `AGPLv3` - * [Guacamole](http://guac-dev.org/) - Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC and RDP. ([Source Code](https://github.com/glyptodon/)) `MIT` `Java/C` + * [GateOne](http://liftoffsoftware.com/Products/GateOne) - Gate One is an HTML5 web-based terminal emulator and SSH client. ([Source Code](https://github.com/liftoff/GateOne/)) `AGPLv3` `Python` + * [Guacamole](http://guac-dev.org/) - Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC and RDP. ([Source Code](https://github.com/glyptodon/)) `Apache` `Java/C` ## Groupware |