From 1d7f8eb35dcd22159af0ae55ab21d902dcd85399 Mon Sep 17 00:00:00 2001 From: Cristian Menghi Date: Fri, 1 Jul 2016 12:18:57 -0300 Subject: [PATCH 1/6] Adding Keepass --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c7b7489..540d8efa 100644 --- a/README.md +++ b/README.md @@ -678,7 +678,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [PHP Password Manager](http://www.ppma.pw) - A web based, encrypting password manager, based on the Yii framework. ([Source Code](https://github.com/pklink/ppma)) `BSD` `PHP` * [RatticDB](http://rattic.org/) - Password Management for Humans. ([Source Code](https://github.com/tildaslash/RatticWeb), [Demo](https://demo.rattic.org/cred/list/)) * [Teampass](http://teampass.net/) - Password manager dedicated for managing passwords in a collaborative way on any server Apache, MySQL and PHP. ([Source Code](https://github.com/nilsteampassnet/TeamPass/)) `GPLv3` `PHP` - + * [Keepass](http://keepass.info/) - KeePass, the free, open source, multi-platform, light-weight and easy-to-use password manager. ([Source Code](https://sourceforge.net/projects/keepass/files/)) `GPLv2` `C#/C++` ## Pastebins From a77c7c4a5e3ce194e10dae05e54d0aef205e870a Mon Sep 17 00:00:00 2001 From: Cristian Menghi Date: Fri, 1 Jul 2016 13:52:36 -0300 Subject: [PATCH 2/6] add keeweb A web based password manager compatible with keepass --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540d8efa..e491bb1d 100644 --- a/README.md +++ b/README.md @@ -678,7 +678,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [PHP Password Manager](http://www.ppma.pw) - A web based, encrypting password manager, based on the Yii framework. ([Source Code](https://github.com/pklink/ppma)) `BSD` `PHP` * [RatticDB](http://rattic.org/) - Password Management for Humans. ([Source Code](https://github.com/tildaslash/RatticWeb), [Demo](https://demo.rattic.org/cred/list/)) * [Teampass](http://teampass.net/) - Password manager dedicated for managing passwords in a collaborative way on any server Apache, MySQL and PHP. ([Source Code](https://github.com/nilsteampassnet/TeamPass/)) `GPLv3` `PHP` - * [Keepass](http://keepass.info/) - KeePass, the free, open source, multi-platform, light-weight and easy-to-use password manager. ([Source Code](https://sourceforge.net/projects/keepass/files/)) `GPLv2` `C#/C++` + * [Keeweb](https://keeweb.info/) - Keeweb, Free cross-platform password manager compatible with KeePass. ([Source Code](https://github.com/keeweb/keeweb)) `MIT` `JS` ## Pastebins From 76192907f4cd6048f14856a30a2db4c6bb630421 Mon Sep 17 00:00:00 2001 From: Cristian Menghi Date: Fri, 1 Jul 2016 18:35:44 -0300 Subject: [PATCH 3/6] fixit URL keeweb --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e491bb1d..d7bf5b09 100644 --- a/README.md +++ b/README.md @@ -674,11 +674,10 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com ## Password Managers - * [keeweb](https://antelle.github.io/keeweb/) - This webapp is a browser and desktop password manager compatible with KeePass databases. ([Source Code](https://github.com/antelle/keeweb)) `MIT` `JavaScript` + * [keeweb](https://keeweb.info/) - This webapp is a browser and desktop password manager compatible with KeePass databases. ([Source Code](https://github.com/keeweb/keeweb)) `MIT` `JavaScript` * [PHP Password Manager](http://www.ppma.pw) - A web based, encrypting password manager, based on the Yii framework. ([Source Code](https://github.com/pklink/ppma)) `BSD` `PHP` * [RatticDB](http://rattic.org/) - Password Management for Humans. ([Source Code](https://github.com/tildaslash/RatticWeb), [Demo](https://demo.rattic.org/cred/list/)) * [Teampass](http://teampass.net/) - Password manager dedicated for managing passwords in a collaborative way on any server Apache, MySQL and PHP. ([Source Code](https://github.com/nilsteampassnet/TeamPass/)) `GPLv3` `PHP` - * [Keeweb](https://keeweb.info/) - Keeweb, Free cross-platform password manager compatible with KeePass. ([Source Code](https://github.com/keeweb/keeweb)) `MIT` `JS` ## Pastebins From 7bf6d393e8757f742c7a45f800688ef96f722c98 Mon Sep 17 00:00:00 2001 From: Cristian Menghi Date: Wed, 6 Jul 2016 10:51:47 -0300 Subject: [PATCH 4/6] Add Digital Signage Add Digital signage under CMS and xibo CMS --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d7bf5b09..b78b6bc4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ See [Contributing](#contributing). - [XMPP Web Clients](#xmpp-web-clients) - [Content Management Systems (CMS)](#content-management-systems-cms) - [E-commerce](#e-commerce) + - [Digital Signage](#digital-signage) - [DNS](#dns) - [Document Archiving](#document-archiving) - [Enterprise Resource Planning](#enterprise-resource-planning) @@ -403,6 +404,10 @@ _Recipe management_ * [WooCommerce](https://www.woothemes.com/woocommerce/) - WordPress based e-commerce solution. ([Source Code](https://github.com/woothemes/woocommerce)) `GPL` `PHP` +### digital-signage +* [Xibo](http://xibo.org.uk/) - Xibo is a complete digital signage solution ([Source Code](https://github.com/xibosignage/xibo)) `AGPLv3` `PHP` + + ## DNS See https://github.com/n1trux/awesome-sysadmin#dns From c303522c63c5f5e7f5c43ea69afba2cfa94c5baa Mon Sep 17 00:00:00 2001 From: Cristian Menghi Date: Wed, 6 Jul 2016 15:18:14 -0300 Subject: [PATCH 5/6] add KeyBox KeyBox is an open-source web-based SSH console that centrally manages administrative access to systems. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b78b6bc4..becea1d5 100644 --- a/README.md +++ b/README.md @@ -555,6 +555,7 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza * [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` + * [KeyBox](http://sshkeybox.com/) - KeyBox is an open-source web-based SSH console that centrally manages administrative access to systems. - `Apache v2` `Java` ## Groupware From 9d338ccd69ae9ef73b005bb40d3eed2d2ceb9db6 Mon Sep 17 00:00:00 2001 From: Cristian Menghi Date: Wed, 20 Jul 2016 14:52:13 -0300 Subject: [PATCH 6/6] Add KeyBox to gateways Add KeyBox to gateways --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index becea1d5..711dce48 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ _Mass mailing software - one message to many recipients_ ### IPBX *[IPBX](https://en.wikipedia.org/wiki/IP_PBX) telephony software* - + * [Elastix](http://www.elastix.org) - Unified communications server software based on Asterisk. ([Source Code](https://svn.code.sf.net/p/elastix/code/trunk/)) `GPLv2` `PHP` * [Freepbx](http://www.freepbx.org) - Web-based open source GUI. (graphical user interface) that controls and manages Asterisk. ([Source Code](http://git.freepbx.org/projects/FREEPBX)) `GPLv2` `PHP` * [XiVO](http://www.xivo.io) - Unified communications server software based on Asterisk. ([Source Code](https://github.com/xivo-pbx)) `GPLv3` `Python` @@ -552,10 +552,9 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza ## Gateways - + * [KeyBox](http://sshkeybox.com/) - KeyBox is an open-source web-based SSH console that centrally manages administrative access to systems. - `Apache v2` `Java` * [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` - * [KeyBox](http://sshkeybox.com/) - KeyBox is an open-source web-based SSH console that centrally manages administrative access to systems. - `Apache v2` `Java` ## Groupware