From 296bbf652d91418f504516a5f91b9ea03b94af41 Mon Sep 17 00:00:00 2001 From: Tobias Zeising Date: Wed, 5 Aug 2015 09:06:03 +0200 Subject: [PATCH 01/96] add a few programs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 08ead03f..4b056deb 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * [mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `GPL` * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast web-based email client. ([Demo](http://demo.rainloop.net/), [Source code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` * [Roundcube](https://roundcube.net) - A web interface to act as an IMAP frontend ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` + * [WebMail Lite](http://www.afterlogic.org/webmail-lite) - Webbased IMAP Mail client ([Source Code](https://github.com/afterlogic/webmail-lite) `GPLv3` `PHP` ### XMPP * [Converse.js](https://conversejs.org/) - A free and open-source XMPP chat client in your browser ([Source](https://github.com/jcbrand/converse.js)) `MPLv2` `Javascript` @@ -375,6 +376,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Jotter](https://github.com/yosko/jotter) - Jotter is a lightweight, no database, powerful web notebook that lets you create and manage notes online safely, quickly & easily. ([Demo](http://tools.yosko.net/demos/jotter/) - `demo/demo`) * [Laverna](https://laverna.cc/) - Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote ([Source code](https://github.com/Laverna/laverna), [Demo](https://laverna.cc/index.html#notes)) * [minimalist-web-notepad](https://github.com/pereorga/minimalist-web-notepad)- a minimalist http://notepad.cc clone `Apache` `PHP` + * [notes](https://github.com/SSilence/notes) - Simple script for personal notes with a single page with a WYSIWYG Editor `Apache` `PHP` `GPLv3` * [OpenNote](https://github.com/FoxUSA/OpenNote) - OpenNote was built to be an open web-based alternative to Microsoft OneNote (T) and EverNote * [Paperwork](http://paperwork.rocks) - OpenSource note-taking & archiving alternative to Evernote, Microsoft OneNote & Google Keep ([Source code](https://github.com/twostairs/paperwork)) * [Turtl](https://turtl.it/) - A totally private personal database and note taking app ([Source code](https://github.com/turtl)) `GPLv3` `CommonLisp` @@ -429,6 +431,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [LimeSurvey](https://www.limesurvey.org) - Feature-rich Open Source web based polling software. Supports extensive survey logic. - ([Demo](https://demo.limesurvey.org)) * [MaterialPoll](https://github.com/nearbycoder/materialpoll) - an opensource strawpoll.me clone for creating random polls. - ([Source code](https://github.com/nearbycoder/materialpoll), [Demo](http://materialpoll.tk)) * [OpenSondage](https://github.com/leblanc-simon/OpenSondage) - an online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision - ([Demo](http://framadate.org/), [Example](https://framadate.org/aqg259dth55iuhwm)) + * [scotty](http://www.scotty-transporter.org/) - Scotty is a free opensource proxy software for bypassing filter and censorship systems. - ([Source Code](https://github.com/SSilence/scotty)) `GPLv3` `Java` `PHP` ## Proxy From 944c5b2bfb4254992dbf752339a3ce789cd83b2f Mon Sep 17 00:00:00 2001 From: "Dr. Azrael Tod" Date: Thu, 6 Aug 2015 09:49:59 +0200 Subject: [PATCH 02/96] language-tags for all Wikis --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 52956807..4e741c15 100644 --- a/README.md +++ b/README.md @@ -507,24 +507,24 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. ## Wikis * **[Wikimatrix](http://www.wikimatrix.org/) - A wiki platforms comparator** - * [Blazekiss](https://github.com/ldleman/blazekiss) - BlazeKiss is a KISS-based wiki (Keep It Simple, Stupid) - simplicity and functionality comes before all. - * [Codex](http://codex.caffeinated.ninja/codex/master) - Codex is a simple file-based Markdown documentation platform built on top of Laravel. - `MIT` - * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. - * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` - * [Docstore](http://haldean.org/) - A basic site for hosting static documents - docstore is a simple way to serve Markdown files without any server-side processing, and without requiring you (as the author) to recompile every time you change an article. It consists of a very simple JS script that makes an ajax request to your server, runs a Markdown processor on what it finds, and then displays the results. Clone the repository and add articles in the text/ directory to get started. ([Source code](https://github.com/haldean/docstore)) - * [Dokuwiki](http://www.splitbrain.org/projects/dokuwiki) - An easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. - `GPL` - * [Gitit](https://github.com/jgm/gitit) - A wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. Supported markups include pandoc's extended version of markdown, reStructuredText, LaTeX, and HTML. Pages can be exported in a number of different formats, including LaTeX, RTF, OpenOffice ODT, and MediaWiki markup. Other features include: plugins, syntax highlighting, caching, ATOM feeds - * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) - * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown - * [MdWiki](https://dynalon.github.io/mdwiki/#!index.md) - a Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client ([Source code](https://github.com/Dynalon/mdwiki)) - * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) - * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) - * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT` - * [Realms](https://github.com/scragg0x/realms-wiki) - a git-backed wiki inspired by Gollum - * [Redaxscript](http://redaxscript.com/) - Ultra lightweight website engine - * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook - * [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. - * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. + * [Blazekiss](https://github.com/ldleman/blazekiss) - BlazeKiss is a KISS-based wiki (Keep It Simple, Stupid) - simplicity and functionality comes before all. `PHP` + * [Codex](http://codex.caffeinated.ninja/codex/master) - Codex is a simple file-based Markdown documentation platform built on top of Laravel. - `MIT` `PHP` + * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. `Ruby` + * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` `PHP` + * [Docstore](http://haldean.org/) - A basic site for hosting static documents - docstore is a simple way to serve Markdown files without any server-side processing, and without requiring you (as the author) to recompile every time you change an article. It consists of a very simple JS script that makes an ajax request to your server, runs a Markdown processor on what it finds, and then displays the results. Clone the repository and add articles in the text/ directory to get started. ([Source code](https://github.com/haldean/docstore)) `JS` + * [Dokuwiki](http://www.splitbrain.org/projects/dokuwiki) - An easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. - `GPL` `PHP` + * [Gitit](https://github.com/jgm/gitit) - A wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. Supported markups include pandoc's extended version of markdown, reStructuredText, LaTeX, and HTML. Pages can be exported in a number of different formats, including LaTeX, RTF, OpenOffice ODT, and MediaWiki markup. Other features include: plugins, syntax highlighting, caching, ATOM feeds `Haskel` + * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) `PHP` + * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown `Ruby` + * [MdWiki](https://dynalon.github.io/mdwiki/#!index.md) - a Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client ([Source code](https://github.com/Dynalon/mdwiki)) `JS` + * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) `PHP` + * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) `Ruby` + * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT` `NodeJS` + * [Realms](https://github.com/scragg0x/realms-wiki) - a git-backed wiki inspired by Gollum `Python` + * [Redaxscript](http://redaxscript.com/) - Ultra lightweight website engine `GPL` `PHP` + * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook `NodeJS` + * [WiKiss](http://wikiss.tuxfamily.org/) - a Wiki, simple to use and install `PHP` + * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. `PHP` ------------------------------------------------------- From 1ec427bb16fa73f4b88622550c4ab6387307c983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9douard=20u=2E?= Date: Mon, 10 Aug 2015 00:52:40 -0500 Subject: [PATCH 03/96] Added Piratebox to Groupware/File Sharing and Sync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Group-centric file sharing and sync hardware/software system — http://piratebox.cc/start --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74a9e616..caa5a585 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. + * [Piratebox](http://piratebox.cc/) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. `GPLv3` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` From 50561d3ecc162246f61a0f8acb7a8f3810c9fc71 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 10 Aug 2015 15:36:19 +0200 Subject: [PATCH 04/96] I hate money isn't propriatory. --- non-free.md | 1 - 1 file changed, 1 deletion(-) diff --git a/non-free.md b/non-free.md index ec10f185..613b2412 100644 --- a/non-free.md +++ b/non-free.md @@ -31,7 +31,6 @@ ## Money, Budgeting and Management * [FusionInvoice](https://www.fusioninvoice.com) `⊘ Proprietary` - FusionInvoice is an invoicing system for freelancers and small businesses. `PHP` - * [IHateMoney](http://ihatemoney.org/) `⊘ Proprietary` - Manage your shared expenses, easily. * [Pancake](http://pancakeapp.com/) `⊘ Proprietary` - Online invoicing, project management, time tracking and proposal software. `PHP` From 953d09007b66c73b9589bf9093608fda8a912ba5 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 10 Aug 2015 15:39:59 +0200 Subject: [PATCH 05/96] Add I hate money back and specify its license. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74a9e616..ecbdf8ca 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - GLPI is an IT assests/resources/inventory manager ([Source code](https://forge.glpi-project.org/projects/glpi)) `GPLv2` `PHP` * [GRR](http://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies ([demo](http://grr.devome.com/demo/week_all.php?year=2015&month=07&day=28&area=94), _administrateur/azerty_) `GPLv2` `PHP` * [InvoicePlane](https://invoiceplane.com/) - Manage quotes, invoices, payments and customers for your small business. ([Demo](https://demo.invoiceplane.com), [Source code](https://github.com/InvoicePlane/InvoicePlane)) - `MIT` + * [IHateMoney](http://ihatemoney.org/) - Manage your shared expenses, easily. ([Source code](https://github.com/spiral-project/ihatemoney)) `BSD` ## Monitoring and Administration From 3293da501485c70262196e1129cdc27277649a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9douard=20u=2E?= Date: Mon, 10 Aug 2015 10:34:09 -0500 Subject: [PATCH 06/96] Editing URL of linked item (Piratebox) Changing http://piratebox.cc/ to https://github.com/PirateBox-Dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caa5a585..9fd502eb 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. - * [Piratebox](http://piratebox.cc/) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. `GPLv3` + * [Piratebox](https://github.com/PirateBox-Dev) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. `GPLv3` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` From 0bce28772f5b5bfafede244aad6935f6776179b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9douard=20u=2E?= Date: Mon, 10 Aug 2015 16:30:46 -0500 Subject: [PATCH 07/96] Revert item URL, added source code location at end --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fd502eb..ef86d23e 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. - * [Piratebox](https://github.com/PirateBox-Dev) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. `GPLv3` + * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. [Source Code Here](https://github.com/PirateBox-Dev). `GPLv3` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` From 22ce1d85e72c743b55857aceadff6c3661e801e3 Mon Sep 17 00:00:00 2001 From: Murdoc Bates Date: Tue, 11 Aug 2015 21:54:35 +0200 Subject: [PATCH 08/96] Added PHPOffice added PHPOffice --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 519b4cfe..23e216af 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [EtherCalc](https://ethercalc.org/) - Web spreadsheet. - `CPALv1` * [Etherpad](http://etherpad.org/) - Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time. - `Apache` * [Only Office](http://onlyoffice.org/) - An office suite that enables you to manage documents, projects, team and customer relations in one place. `AGPLv3` + * [PHPOffice](http://phpoffice.github.io/) - PHPOffice contains libraries which permits to write and read files from most office suites. `LGPLv3` `PHP` ## Password Managers From ed1fc3c8f1660fb7ee9d281f2fff0ce29654c341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9douard=20u=2E?= Date: Tue, 11 Aug 2015 16:57:15 -0500 Subject: [PATCH 09/96] Moved PirateBox from File Sharing to Self Hosting Solutions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef86d23e..f6c29df0 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. - * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. [Source Code Here](https://github.com/PirateBox-Dev). `GPLv3` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` @@ -567,6 +566,7 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` * [yunohost](https://yunohost.org/) - a server operating system aiming to make self-hosting accessible to everyone. ([Source code](https://github.com/YunoHost)) - `AGPL` `Python/Other` + * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. [Source Code Here](https://github.com/PirateBox-Dev). `GPLv3` ------------------------------------------------------- From d1b5a69d5c89ff967bf604e4e914ed3388436f5a Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:16:55 +0200 Subject: [PATCH 10/96] add project management from n1trux/awesome-sysadmin --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index fcd4d4f1..26a246be 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Table of Contents - [Pastebins](#pastebins) - [Photo and Video Galleries](#photo-and-video-galleries) - [Polls and Events](#polls-and-events) +- [Project Management](#project-management) - [Proxy](#proxy) - [Read it Later Lists](#read-it-later-lists) - [Search Engines](#search-engines) @@ -452,6 +453,21 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [MaterialPoll](https://github.com/nearbycoder/materialpoll) - an opensource strawpoll.me clone for creating random polls. - ([Source code](https://github.com/nearbycoder/materialpoll), [Demo](http://materialpoll.tk)) * [OpenSondage](https://github.com/leblanc-simon/OpenSondage) - an online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision - ([Demo](http://framadate.org/), [Example](https://framadate.org/aqg259dth55iuhwm)) +## Project Management +*Web-based project management and bug tracking systems.* + +* [CaseBox](https://www.casebox.org) - Manage all your organisation's information in one system. +* [ChiliProject](https://www.chiliproject.org) - Fork of Redmine. +* [GitBucket](https://github.com/takezoe/gitbucket) Clone of GitHub written in Scala; single jar install. +* [GitLab](https://www.gitlab.com/) - Clone of GitHub written in Ruby. +* [Gogs](http://gogs.io/) - Self-hosted Git service written in Go. +* [OpenProject](https://www.openproject.org) - Project collaboration. +* [Phabricator](http://phabricator.org/) Written in PHP. +* [Redmine](http://www.redmine.org/) - Written in ruby on rails. +* [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. +* [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. +* [Trac](http://trac.edgewall.org/) - Written in python. + ## Proxy * [Oranjeproxy](http://lehollandaisvolant.net/tout/oranjeproxy/) - Anonymizing web proxy ([Source code](https://github.com/AmauryCarrade/OranjeProxy)) `GPLv2` `PHP` From db88cd70fb696ccd2892e593078e04b11ce6ac96 Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:18:29 +0200 Subject: [PATCH 11/96] add Statistics from n1trux/awesome-sysadmin --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 26a246be..08f8983e 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Table of Contents - [Bug and Task Trackers](#bug-and-task-trackers) - [Documentation Generators](#documentation-generators) - [Static site generators](#static-site-generators) +- [Statistics](#statistics) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) - [Self-hosting Solutions](#self-hosting-solutions) @@ -551,6 +552,17 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen.com](https://www.staticgen.com) + +## Statistics +*Analytics software.* + +* [AWStats](http://www.awstats.org/) - Generates web, streaming, ftp or mail server statistics graphically. +* [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. +* [Open Web Analytics](http://www.openwebanalytics.com/) - Add web analytics to websites using JS, PHP or REST APIs. +* [Piwik](http://piwik.org/) - Web analytics application. +* [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. + + ## URL Shorteners * [Lstu](https://github.com/ldidry/lstu) - _Let's SHorten That Url_ - Lightweight URL shortener From 5a198d3e36370ea474d3fdc32e020912a71332f0 Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:26:09 +0200 Subject: [PATCH 12/96] add Ticketing systems from n1trux/awesome-sysadmin --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 08f8983e..9d113b97 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Table of Contents - [Documentation Generators](#documentation-generators) - [Static site generators](#static-site-generators) - [Statistics](#statistics) +- [Ticketing systems](#ticketing-systems) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) - [Self-hosting Solutions](#self-hosting-solutions) @@ -563,6 +564,19 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. +## Ticketing systems +*Web-based ticketing system.* + +* [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. +* [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. +* [Flyspray](http://flyspray.org) - Web-based bug tracking system written in PHP. +* [MantisBT](http://www.mantisbt.org/) - Web-based bug tracking system. +* [osTicket](http://osticket.com/) - Simple support ticket system. +* [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. +* [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. +* [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. + + ## URL Shorteners * [Lstu](https://github.com/ldidry/lstu) - _Let's SHorten That Url_ - Lightweight URL shortener From 73491bfe1ab0d0c4ac1e868d35f04d510d3d673c Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:27:51 +0200 Subject: [PATCH 13/96] add XMPP from n1trux/awesome-sysadmin --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 9d113b97..a96b99b4 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Table of Contents - [Ticketing systems](#ticketing-systems) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) +- [XMPP](#xmpp) - [Self-hosting Solutions](#self-hosting-solutions) - [List of Licenses](#list-of-licenses) - [External links](#external-links) @@ -602,6 +603,22 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. + +## XMPP +*XMPP servers.* + +* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server written in Erlang/OTP. +* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM. +* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd. +* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server. +* [Prosody IM](http://prosody.im/) - XMPP server written in Lua. +* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java. + +*XMPP Web Clients* + +* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript. +* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. +* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. ------------------------------------------------------- ## Self-hosting Solutions From 169a8a9b5671e2f7b8ef6540d2baf92578b38b48 Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:29:25 +0200 Subject: [PATCH 14/96] add Webmail from n1trux/awesome-sysadmin --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a96b99b4..03b0d11b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Table of Contents - [Ticketing systems](#ticketing-systems) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) +- [Webmail](#webmail) - [XMPP](#xmpp) - [Self-hosting Solutions](#self-hosting-solutions) - [List of Licenses](#list-of-licenses) @@ -586,6 +587,15 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [YOURLS](http://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp ([Source code](https://github.com/YOURLS/YOURLS/), [Documentation](https://github.com/YOURLS/YOURLS/wiki)) - `MIT` +## Webmail +*Webmail applications.* + +* [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface. +* [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. +* [Horde](http://www.horde.org) - Webmail and groupware client +* [Rainloop](http://www.rainloop.net) - Very nice webmail with IMAP/SMTP Support and multi accounting + + ## Wikis * **[Wikimatrix](http://www.wikimatrix.org/) - A wiki platforms comparator** From 821ef4adb767fef9b79bd6036dfdeb6500beb664 Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:32:05 +0200 Subject: [PATCH 15/96] integrate Wiki software from n1trux/awesome-sysadmin --- README.md | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 03b0d11b..398a7e49 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Table of Contents - [Games](#games) - [Gateways](#gateways) - [Groupware](#groupware) -- [Learning and Courses](#learning-and-courses) - [Maps & GPS](#maps--gps) - [Media Streaming](#media-streaming) - [Mind Maps](#mind-maps) @@ -53,7 +52,6 @@ Table of Contents - [IDE/Tools](#idetools) - [Continuous Integration](#continuous-integration) - [Bug and Task Trackers](#bug-and-task-trackers) - - [Documentation Generators](#documentation-generators) - [Static site generators](#static-site-generators) - [Statistics](#statistics) - [Ticketing systems](#ticketing-systems) @@ -152,7 +150,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Ostel](https://dev.guardianproject.info/projects/ostel/wiki/Server_Documentation) - Secure SIP telephony setup with ZRTP encryption `GPLv3` `Ruby` ### IRC - + * [Shout](http://shout-irc.com/) -The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` * [Convos](http://convos.by/) - Always online web IRC client ([Demo](http://demo.convos.by), [Source code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` * [Quassel IRC](http://quassel-irc.org/) - distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core ([Source code](https://github.com/quassel/quassel)) `GPLv2` `C++` * [Shout](http://shout-irc.com/) - The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` @@ -291,12 +289,14 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives * [img.bi](https://github.com/imgbi/img.bi) - img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. `GPLv3` `Nodejs` * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent ([Demo](https://instant.io)) `MIT` `Nodejs` + * [ipMagnet](https://github.com/cbdevnet/ipmagnet/) - BitTorrent client IP address check ([Demo](http://ipmagnet.services.cbcdn.com/)) `WTFPL` `PHP` * [Jirafeau](https://gitlab.com/mojo42/Jirafeau/wikis/home) - Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it. ([Demo](http://jirafeau.net/)) * [Jyraphe](http://home.gna.org/jyraphe/) - Jyraphe is a web application of file repository, easy to install and easy to use. * [lutim](https://github.com/ldidry/lutim) - Let's Upload That Image ! * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. + * [ownCloud](https://owncloud.org/) - All-in-one solution for saving and sharing files, photos, music- `AGPLv3` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` @@ -338,6 +338,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Maps & GPS + * [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips - ([Demo](http://demo.traccar.org/), [Source code](https://github.com/tananaev?tab=repositories)) - `Apache` * [Graphhopper](https://graphhopper.com/) - Fast routing library and server using OpenStreetMap ([Source code](https://github.com/graphhopper/graphhopper)) * [MapBBCodeShare](https://github.com/MapBBCode/share.mapbbcode.org) - Tool for sharing custom OSM maps. Support for annotated markers, polygons, lines, multi-format import/export, multiple layers, shortlinks... ([Demo](http://share.mapbbcode.org/)) `WTFPL/Other` `PHP/Javascript` * [Openstreetmap](http://www.openstreetmap.org/) - OpenStreetMap is a map of the world, created by people like you and free to use under an open license. ([Source code](https://github.com/openstreetmap/openstreetmap-website)) @@ -354,7 +355,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Mind Maps - * [Mindmaps](https://github.com/drichard/mindmaps) - An open source, offline capable, mind mapping application ([Demo](http://drichard.org/mindmaps/)) + * [Mindmaps](https://github.com/drichard/mindmaps) - An open source, offline capable, mind mapping application ([Demo](http://drichard.org/mindmaps/)) ## Money, Budgeting and Management @@ -381,15 +382,14 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [uchiwa](https://uchiwa.io/) - simple dashboard for sensu - ## Music Streaming * [Ampache](http://ampache.org/) - A web based audio/video streaming application `GPLv2` `PHP` * [CherryMusic](http://www.fomori.org/cherrymusic/) - minimalistic Web-Mediaplayer - `GPL` `Python` * [cloudtunes](https://github.com/jakubroztocil/cloudtunes) - Web-based music player for the cloud `MIT` `Python/Javascript` * [Groove Basin](http://groovebasin.com/) - A music player server with a web-based user interface inspired by Amarok 1.4 ([Source code](https://github.com/andrewrk/groovebasin)) `MIT` `Nodejs` - * [Mopidy](http://mopidy.readthedocs.org/) - Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc. ([Source code](https://github.com/mopidy/mopidy)) `Apache` `Python` * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` + * [Mopidy](http://mopidy.readthedocs.org/) - Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc. ([Source code](https://github.com/mopidy/mopidy)) `Apache` `Python` * [Sonerezh](https://www.sonerezh.bzh/) - A self-hosted, web-based application for stream your music, everywhere. ([Demo](https://www.sonerezh.bzh/demo/), [Documentation](https://www.sonerezh.bzh/docs/), [Source code](https://github.com/sonerezh/sonerezh)) `GPLv3` `PHP` * [Subsonic](http://subsonic.org/) - Open-source web-based media streamer and jukebox ([Demo](http://demo.subsonic.org/login.view?user=guest4&password=guest), [Source code](https://github.com/EugeneKay/subsonic)) `GPLv3` `Java` @@ -466,7 +466,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [GitLab](https://www.gitlab.com/) - Clone of GitHub written in Ruby. * [Gogs](http://gogs.io/) - Self-hosted Git service written in Go. * [OpenProject](https://www.openproject.org) - Project collaboration. -* [Phabricator](http://phabricator.org/) Written in PHP. * [Redmine](http://www.redmine.org/) - Written in ruby on rails. * [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. @@ -604,9 +603,13 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. * [Dokuwiki](http://www.splitbrain.org/projects/dokuwiki) - An easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. - `GPL` * [Gitit](https://github.com/jgm/gitit) - A wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. Supported markups include pandoc's extended version of markdown, reStructuredText, LaTeX, and HTML. Pages can be exported in a number of different formats, including LaTeX, RTF, OpenOffice ODT, and MediaWiki markup. Other features include: plugins, syntax highlighting, caching, ATOM feeds + * [Gollum](https://github.com/gollum/gollum) - A simple, Git-powered wiki with a sweet API and local frontend. * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) + * [ikiwiki](http://ikiwiki.info/) - A wiki compiler. * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) + * [MoinMoin](http://moinmo.in/) - An advanced, easy to use and extensible WikiEngine with a large community of users. * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) + * [PmWiki](http://www.pmwiki.org) - Wiki-based system for collaborative creation and maintenance of websites. * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT` * [Realms](https://github.com/scragg0x/realms-wiki) - a git-backed wiki inspired by Gollum * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook @@ -655,8 +658,8 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * `GPL` - [GNU General Public License](https://www.gnu.org/licenses/gpl-1.0) * `GPLv2` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) * `GPLv3` - [GNU General Public License 3.0](http://www.gnu.org/licenses/gpl-3.0.en.html) - * `MIT` - [MIT License](http://opensource.org/licenses/MIT) - * `MPLv2` - [Mozilla Public License](https://www.mozilla.org/MPL/2.0/index.txt) + * `MIT` - [MIT License](http://opensource.org/licenses/MIT) + * `MPLv2` - [Mozilla Public License](https://www.mozilla.org/MPL/2.0/index.txt) ------------------------------------------------------- @@ -686,16 +689,14 @@ This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LI The list of contributors can be found below - 87 nodiscc - 70 Edward D - 15 Kickball - 13 jungle-boogie - 9 Kovah + 77 nodiscc + 68 Edward D + 12 Kickball + 12 jungle-boogie 7 Thomas Dalichow + 6 Kovah 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> 5 Moti Korets - 4 Jean Elchinger - 3 DrAzraelTod 3 Jan Vlnas 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> 3 Martin Gontovnikas @@ -717,16 +718,13 @@ The list of contributors can be found below 2 cron410 2 jimykk 2 phre4k - 2 tomc3 2 yuche - 1 Alys - 1 Brendan Abolivier 1 Caleb Xu 1 Calle Wolff 1 Dan - 1 Dirk Krause 1 Dražen Lučanin 1 Igor Antun + 1 Jean Elchinger 1 Jeremiah Marks 1 Joel Calado 1 Joshua Hamilton @@ -736,9 +734,7 @@ The list of contributors can be found below 1 Remy Honig 1 Stefan Bohacek 1 Stefan Bohacek - 1 benmaynard11 1 bricej13 - 1 mertinop 1 skarphet 1 steven jacobs 1 stevesbrain From a8e08cfa82a13715a59af7330256556af107591a Mon Sep 17 00:00:00 2001 From: n1trux Date: Mon, 3 Aug 2015 15:34:35 +0200 Subject: [PATCH 16/96] integrate Cloud storage from n1trux/awesome-sysadmin --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 398a7e49..c8d29d84 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` * [SparkleShare](http://sparkleshare.org/) - Self hosted, instant, secure file sync + * [Swift](http://docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store. * [Syncany](https://www.syncany.org/) - Secure file sync software for arbitrary storage backends - An open-source cloud storage and filesharing application. Securely synchronize your files to any kind of storage! `GPLv3` `Java` * [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) - `MPLv2` `Go` * [Tahoe-LAFS](https://www.tahoe-lafs.org/trac/tahoe-lafs) - Tahoe-LAFS is a Free and Open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security. @@ -353,11 +354,11 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [ReadyMedia](http://sourceforge.net/projects/minidlna/) - a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients `GPLv2` `C` * [Streama](https://github.com/dularion/streama) - Self-hosted Netflix alternative. - `MIT` `Java` - ## Mind Maps * [Mindmaps](https://github.com/drichard/mindmaps) - An open source, offline capable, mind mapping application ([Demo](http://drichard.org/mindmaps/)) + ## Money, Budgeting and Management * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - GLPI is an IT assests/resources/inventory manager ([Source code](https://forge.glpi-project.org/projects/glpi)) `GPLv2` `PHP` @@ -667,6 +668,7 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) - A curated list of amazingly awesome open source sysadmin resources. * [PRISM Break](https://prism-break.org/en/), [Privacytools.io](https://www.privacytools.io/) - Mobile, computer & server privacy-minded applications + * [Self-hostable software on alternativeTo.net](https://alternativeto.net/?platform=self-hosted&sort=likes) ------------------------------------------------------- From dfffdeaa544a3377ee492a2cd2dcb9f3d2d18be9 Mon Sep 17 00:00:00 2001 From: phre4k Date: Tue, 4 Aug 2015 08:41:57 +0200 Subject: [PATCH 17/96] consolidated XMPP sections --- README.md | 42 +++++++++++++++++------------------------- 1 file changed, 17 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index c8d29d84..ca0b0e18 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ Table of Contents - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) - [Webmail](#webmail) -- [XMPP](#xmpp) - [Self-hosting Solutions](#self-hosting-solutions) - [List of Licenses](#list-of-licenses) - [External links](#external-links) @@ -134,13 +133,23 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Roundcube](https://roundcube.net) - A web interface to act as an IMAP frontend ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` ### XMPP - * [Converse.js](https://conversejs.org/) - A free and open-source XMPP chat client in your browser ([Source](https://github.com/jcbrand/converse.js)) `MPLv2` `Javascript` - * [ejabberd](http://www.ejabberd.im) - A robust, scalable, and extensible XMPP server - `GPL` `Erlang` - * [Kaiwa](http://getkaiwa.com) A modern XMPP Web client ([Source code](https://github.com/digicoop/kaiwa)) - * [Kontalk](http://kontalk.org/) – Kontalk is an Open Source Messenger, similiar to WhatsApp (app for android only currently), including end-to-end encryption, server is based on Tigase XMPP Server - ([Source code](https://github.com/kontalk)) - `GPLv3` - * [Metronome](http://www.lightwitch.org/metronome) – XMPP server forked from Prosody. `MIT` `Lua` - * [OpenFire](http://www.igniterealtime.org/projects/openfire/) - instant messaging (XMPP) and groupchat server `Apache` `Java` - * [Prosody](http://prosody.im/) – Lightweight XMPP server `MIT` `Lua` + +*XMPP servers.* + +* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server. `GPL` `Erlang` +* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM. `MIT` `Lua` +* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd. +* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server. `Apache` `Java` +* [Prosody IM](http://prosody.im/) - Feature-rich and easy to configure XMPP server. `MIT` `Lua` +* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java. + +*XMPP Web Clients* + +* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript. +* [Converse.js](https://conversejs.org/) - A free and open-source XMPP chat client in your browser ([Source](https://github.com/jcbrand/converse.js)) `MPLv2` `Javascript` +* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. ([Source code](https://github.com/digicoop/kaiwa)) +* [Kontalk](http://kontalk.org/) – Kontalk is an Open Source Messenger, similiar to WhatsApp (app for android only currently), including end-to-end encryption, server is based on Tigase XMPP Server - ([Source code](https://github.com/kontalk)) - `GPLv3` +* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. ### VoIP @@ -616,23 +625,6 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook * [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. - - -## XMPP -*XMPP servers.* - -* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server written in Erlang/OTP. -* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM. -* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd. -* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server. -* [Prosody IM](http://prosody.im/) - XMPP server written in Lua. -* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java. - -*XMPP Web Clients* - -* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript. -* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. -* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. ------------------------------------------------------- ## Self-hosting Solutions From a3011926793a3f524a4e7ccc3b4f601c33831440 Mon Sep 17 00:00:00 2001 From: phre4k Date: Tue, 4 Aug 2015 08:50:37 +0200 Subject: [PATCH 18/96] consolidated multiple Email sections --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ca0b0e18..37f0d924 100644 --- a/README.md +++ b/README.md @@ -126,11 +126,15 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin ## Communication systems ### Email - * [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL` - * [mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `GPL` + + * [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL` + * [Horde](http://www.horde.org) - Webmail and groupware client. * [Mailpile](https://www.mailpile.is/) - Webmail client with search, filtering, encryption features and more ([Source code](https://github.com/mailpile/Mailpile)) `AGPLv3` `Python` - * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast web-based email client. ([Demo](http://demo.rainloop.net/), [Source code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` - * [Roundcube](https://roundcube.net) - A web interface to act as an IMAP frontend ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` + * [mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `GPL` + * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast webmail with IMAP/SMTP Support and multi accounting. ([Demo](http://demo.rainloop.net/), [Source code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` + * [Roundcube](https://roundcube.net) - Browser-based IMAP client with an application-like user interface. ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` + * [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. + ### XMPP @@ -596,15 +600,6 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [YOURLS](http://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp ([Source code](https://github.com/YOURLS/YOURLS/), [Documentation](https://github.com/YOURLS/YOURLS/wiki)) - `MIT` -## Webmail -*Webmail applications.* - -* [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface. -* [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. -* [Horde](http://www.horde.org) - Webmail and groupware client -* [Rainloop](http://www.rainloop.net) - Very nice webmail with IMAP/SMTP Support and multi accounting - - ## Wikis * **[Wikimatrix](http://www.wikimatrix.org/) - A wiki platforms comparator** From 27070635aa870a5a9c72975c66b84a93bb955764 Mon Sep 17 00:00:00 2001 From: phre4k Date: Tue, 4 Aug 2015 08:52:41 +0200 Subject: [PATCH 19/96] =?UTF-8?q?consolidated=20Statistics=20=E2=86=92=20A?= =?UTF-8?q?nalytics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 37f0d924..08b2286c 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,14 @@ Table of Contents ## Analytics + * [AWStats](http://www.awstats.org/) - Generates web, streaming, ftp or mail server statistics graphically. * [Countly](http://Count.ly) - Real time mobile analytics, crash reporting and push notifications platform ([Source code](https://github.com/countly)) `AGPL` `Javascript` + * [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. * [Open Web Analytics](http://www.openwebanalytics.com/) - Google Analytics and Piwik alternative - `GPL` `PHP` * [Piwik](https://piwik.org/) - Leading open-source analytics platform that gives you more than just powerful analytics. - `GPLv3` `PHP` - * [Snowplow](http://snowplowanalytics.com/) - Your own digital nervous system. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time. ([Source Code](https://github.com/snowplow/)) `Apache` `Scala` * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) - `GPL` `PHP` - * [Webalizer](http://www.webalizer.org/) - parses web-server-logs and creates graphs/stats similar to google analytics, really fast, some restrictions on data due to source, less intrusive `GPL` `C` + * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. + ## Automation @@ -569,15 +571,6 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. -## Statistics -*Analytics software.* - -* [AWStats](http://www.awstats.org/) - Generates web, streaming, ftp or mail server statistics graphically. -* [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. -* [Open Web Analytics](http://www.openwebanalytics.com/) - Add web analytics to websites using JS, PHP or REST APIs. -* [Piwik](http://piwik.org/) - Web analytics application. -* [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. - ## Ticketing systems *Web-based ticketing system.* From 3f2e1ca539d36fbe92f1d557d0f15e3b5e26e7f8 Mon Sep 17 00:00:00 2001 From: phre4k Date: Fri, 7 Aug 2015 09:09:47 +0200 Subject: [PATCH 20/96] link Dev/Bug Trackers and Ticketing --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 08b2286c..883c42a7 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Maps & GPS - * [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips - ([Demo](http://demo.traccar.org/), [Source code](https://github.com/tananaev?tab=repositories)) - `Apache` * [Graphhopper](https://graphhopper.com/) - Fast routing library and server using OpenStreetMap ([Source code](https://github.com/graphhopper/graphhopper)) * [MapBBCodeShare](https://github.com/MapBBCode/share.mapbbcode.org) - Tool for sharing custom OSM maps. Support for annotated markers, polygons, lines, multi-format import/export, multiple layers, shortlinks... ([Demo](http://share.mapbbcode.org/)) `WTFPL/Other` `PHP/Javascript` * [Openstreetmap](http://www.openstreetmap.org/) - OpenStreetMap is a map of the world, created by people like you and free to use under an open license. ([Source code](https://github.com/openstreetmap/openstreetmap-website)) @@ -567,9 +566,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Static site generators -See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen.com](https://www.staticgen.com) - - +See https://staticsitegenerators.net and https://www.staticgen.com ## Ticketing systems From 4742a0d3171d543b637e845fa26a7357b78dda8d Mon Sep 17 00:00:00 2001 From: phre4k Date: Fri, 7 Aug 2015 09:18:05 +0200 Subject: [PATCH 21/96] merged project management sections --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 883c42a7..9743612c 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,8 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ### Bug and Task Trackers +*Manage issues regarding your software development. See also: [Ticketing](#ticketing)* + * [92five](http://92fiveapp.com/) - Self hosted project management application ([Source code](https://github.com/chintanbanugaria/92five)) `CC BY-NC 4.0` `PHP` * [Apache Bloodhound](https://bloodhound.apache.org/) - Manage software products, Keep track of features, tasks and bugs `Apache` `Python` * [Bugzilla](https://www.bugzilla.org/) - Bug tracking used by the Mozilla projects. `MPLv2` `Pearl` @@ -550,6 +552,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [TaskBoard](http://taskboard.matthewross.me/) - A Kanban-inspired app for keeping track of things that need to get done. ([Source code](https://github.com/kiswa/TaskBoard)) `MIT` * [Taskfreak](http://www.taskfreak.com/original) - a simple but efficient web based task manager written in PHP. ([Demo](http://demo.taskfreak.com/)) * [tasks.php](https://github.com/RaymiiOrg/tasks.php) - A simple task/todo list manager `MIT` + * [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. * [Tinyissue](https://github.com/mikelbring/tinyissue) - Simple Issue Tracking for Teams `MIT` * [Tracks](http://getontracks.org/) - a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2` @@ -570,7 +573,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com ## Ticketing systems -*Web-based ticketing system.* +*Web-based ticketing systems. See also: [Bug and Task Trackers](#bug-and-task-trackers).* * [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. * [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. @@ -596,17 +599,22 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Blazekiss](https://github.com/ldleman/blazekiss) - BlazeKiss is a KISS-based wiki (Keep It Simple, Stupid) - simplicity and functionality comes before all. * [Codex](http://codex.caffeinated.ninja/codex/master) - Codex is a simple file-based Markdown documentation platform built on top of Laravel. - `MIT` * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. + * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` + * [Docstore](http://haldean.org/) - A basic site for hosting static documents - docstore is a simple way to serve Markdown files without any server-side processing, and without requiring you (as the author) to recompile every time you change an article. It consists of a very simple JS script that makes an ajax request to your server, runs a Markdown processor on what it finds, and then displays the results. Clone the repository and add articles in the text/ directory to get started. ([Source code](https://github.com/haldean/docstore)) * [Dokuwiki](http://www.splitbrain.org/projects/dokuwiki) - An easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. - `GPL` * [Gitit](https://github.com/jgm/gitit) - A wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. Supported markups include pandoc's extended version of markdown, reStructuredText, LaTeX, and HTML. Pages can be exported in a number of different formats, including LaTeX, RTF, OpenOffice ODT, and MediaWiki markup. Other features include: plugins, syntax highlighting, caching, ATOM feeds * [Gollum](https://github.com/gollum/gollum) - A simple, Git-powered wiki with a sweet API and local frontend. * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) * [ikiwiki](http://ikiwiki.info/) - A wiki compiler. + * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown + * [MdWiki](https://dynalon.github.io/mdwiki/#!index.md) - a Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client ([Source code](https://github.com/Dynalon/mdwiki)) * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) * [MoinMoin](http://moinmo.in/) - An advanced, easy to use and extensible WikiEngine with a large community of users. * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) * [PmWiki](http://www.pmwiki.org) - Wiki-based system for collaborative creation and maintenance of websites. * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT` * [Realms](https://github.com/scragg0x/realms-wiki) - a git-backed wiki inspired by Gollum + * [Redaxscript](http://redaxscript.com/) - Ultra lightweight website engine * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook * [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. From 37e7e9c8a267248f998b2795314c205996e7d55d Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 12 Aug 2015 15:01:55 +0200 Subject: [PATCH 22/96] merge/sort bug trackers/ticketing/project management, remove duplicates, update TOC, update contributors list fix missing items from previous merge --- README.md | 219 +++++++++++++++++++++++++++++------------------------- 1 file changed, 116 insertions(+), 103 deletions(-) diff --git a/README.md b/README.md index 9743612c..03a461e7 100644 --- a/README.md +++ b/README.md @@ -9,62 +9,58 @@ This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [ Table of Contents ================= - + - [Analytics](#analytics) + - [Automation](#automation) + - [Blogging Platforms](#blogging-platforms) + - [Bookmarks & Link Sharing](#bookmarks-&-link-sharing) + - [Calendar and Address Books](#calendar-and-address-books) + - [Communication systems](#communication-systems) + - [Email](#email) + - [XMPP](#xmpp) + - [VoIP](#voip) + - [IRC](#irc) + - [Custom](#custom) + - [Social Networks and Forums](#social-networks-and-forums) + - [Content Management Systems (CMS)](#content-management-systems-cms) + - [E-commerce](#e-commerce) + - [Download Tools](#download-tools) + - [Federated Identity/Authentication](#federated-identityauthentication) + - [Feed Readers](#feed-readers) + - [File Sharing and Synchronization](#file-sharing-and-synchronization) + - [Games](#games) + - [Gateways](#gateways) + - [Groupware](#groupware) + - [Learning and Courses](#learning-and-courses) + - [Maps & GPS](#maps-&-gps) + - [Media Streaming](#media-streaming) + - [Mind Maps](#mind-maps) + - [Money, Budgeting and Management](#money-budgeting-and-management) + - [Monitoring and Administration](#monitoring-and-administration) + - [Music Streaming](#music-streaming) + - [Note-taking & Editors](#note-taking-&-editors) + - [Office Suites](#office-suites) + - [Password Managers](#password-managers) + - [Pastebins](#pastebins) + - [Photo and Video Galleries](#photo-and-video-galleries) + - [Polls and Events](#polls-and-events) + - [Proxy](#proxy) + - [Read it Later Lists](#read-it-later-lists) + - [Search Engines](#search-engines) + - [Software Development](#software-development) + - [Project Management](#project-management) + - [IDE/Tools](#idetools) + - [Continuous Integration](#continuous-integration) + - [Bug Trackers, Task Management and Ticketing Systems](#bug-trackers-task-management-and-ticketing-systems) + - [Documentation Generators](#documentation-generators) + - [Static site generators](#static-site-generators) + - [URL Shorteners](#url-shorteners) + - [Wikis](#wikis) + - [Self-hosting Solutions](#self-hosting-solutions) + - [List of Licenses](#list-of-licenses) + - [External links](#external-links) + - [Contributing](#contributing) + - [License](#license) -- [Analytics](#analytics) -- [Automation](#automation) -- [Blogging Platforms](#blogging-platforms) -- [Bookmarks & Link Sharing](#bookmarks--link-sharing) -- [Calendar and Address Books](#calendar-and-address-books) -- [Communication systems](#communication-systems) - - [Email](#email) - - [XMPP](#xmpp) - - [VoIP](#voip) - - [IRC](#irc) - - [Custom](#custom) - - [Social Networks and Forums](#social-networks-and-forums) -- [Content Management Systems (CMS)](#content-management-systems-cms) -- [Download Tools](#download-tools) -- [Federated Identity/Authentication](#federated-identityauthentication) -- [Feed Readers](#feed-readers) -- [File Sharing and Synchronization](#file-sharing-and-synchronization) -- [Games](#games) -- [Gateways](#gateways) -- [Groupware](#groupware) -- [Maps & GPS](#maps--gps) -- [Media Streaming](#media-streaming) -- [Mind Maps](#mind-maps) -- [Money, Budgeting and Management](#money-budgeting-and-management) -- [Monitoring and Administration](#monitoring-and-administration) -- [Music Streaming](#music-streaming) -- [Note-taking & Editors](#note-taking--editors) -- [Office Suites](#office-suites) -- [Password Managers](#password-managers) -- [Pastebins](#pastebins) -- [Photo and Video Galleries](#photo-and-video-galleries) -- [Polls and Events](#polls-and-events) -- [Project Management](#project-management) -- [Proxy](#proxy) -- [Read it Later Lists](#read-it-later-lists) -- [Search Engines](#search-engines) -- [Software Development](#software-development) - - [Project Management](#project-management) - - [IDE/Tools](#idetools) - - [Continuous Integration](#continuous-integration) - - [Bug and Task Trackers](#bug-and-task-trackers) -- [Static site generators](#static-site-generators) -- [Statistics](#statistics) -- [Ticketing systems](#ticketing-systems) -- [URL Shorteners](#url-shorteners) -- [Wikis](#wikis) -- [Webmail](#webmail) -- [Self-hosting Solutions](#self-hosting-solutions) -- [List of Licenses](#list-of-licenses) -- [External links](#external-links) -- [Contributing](#contributing) -- [License](#license) - - ## Analytics @@ -73,8 +69,9 @@ Table of Contents * [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. * [Open Web Analytics](http://www.openwebanalytics.com/) - Google Analytics and Piwik alternative - `GPL` `PHP` * [Piwik](https://piwik.org/) - Leading open-source analytics platform that gives you more than just powerful analytics. - `GPLv3` `PHP` + * [Snowplow](http://snowplowanalytics.com/) - Your own digital nervous system. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time. ([Source Code](https://github.com/snowplow/)) `Apache` `Scala` * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) - `GPL` `PHP` - * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. + * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. `GPL` `C` ## Automation @@ -165,7 +162,6 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Ostel](https://dev.guardianproject.info/projects/ostel/wiki/Server_Documentation) - Secure SIP telephony setup with ZRTP encryption `GPLv3` `Ruby` ### IRC - * [Shout](http://shout-irc.com/) -The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` * [Convos](http://convos.by/) - Always online web IRC client ([Demo](http://demo.convos.by), [Source code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` * [Quassel IRC](http://quassel-irc.org/) - distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core ([Source code](https://github.com/quassel/quassel)) `GPLv2` `C++` * [Shout](http://shout-irc.com/) - The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` @@ -304,14 +300,12 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives * [img.bi](https://github.com/imgbi/img.bi) - img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. `GPLv3` `Nodejs` * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent ([Demo](https://instant.io)) `MIT` `Nodejs` - * [ipMagnet](https://github.com/cbdevnet/ipmagnet/) - BitTorrent client IP address check ([Demo](http://ipmagnet.services.cbcdn.com/)) `WTFPL` `PHP` * [Jirafeau](https://gitlab.com/mojo42/Jirafeau/wikis/home) - Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it. ([Demo](http://jirafeau.net/)) * [Jyraphe](http://home.gna.org/jyraphe/) - Jyraphe is a web application of file repository, easy to install and easy to use. * [lutim](https://github.com/ldidry/lutim) - Let's Upload That Image ! * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. - * [ownCloud](https://owncloud.org/) - All-in-one solution for saving and sharing files, photos, music- `AGPLv3` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` @@ -403,8 +397,8 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [CherryMusic](http://www.fomori.org/cherrymusic/) - minimalistic Web-Mediaplayer - `GPL` `Python` * [cloudtunes](https://github.com/jakubroztocil/cloudtunes) - Web-based music player for the cloud `MIT` `Python/Javascript` * [Groove Basin](http://groovebasin.com/) - A music player server with a web-based user interface inspired by Amarok 1.4 ([Source code](https://github.com/andrewrk/groovebasin)) `MIT` `Nodejs` - * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` * [Mopidy](http://mopidy.readthedocs.org/) - Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc. ([Source code](https://github.com/mopidy/mopidy)) `Apache` `Python` + * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` * [Sonerezh](https://www.sonerezh.bzh/) - A self-hosted, web-based application for stream your music, everywhere. ([Demo](https://www.sonerezh.bzh/demo/), [Documentation](https://www.sonerezh.bzh/docs/), [Source code](https://github.com/sonerezh/sonerezh)) `GPLv3` `PHP` * [Subsonic](http://subsonic.org/) - Open-source web-based media streamer and jukebox ([Demo](http://demo.subsonic.org/login.view?user=guest4&password=guest), [Source code](https://github.com/EugeneKay/subsonic)) `GPLv3` `Java` @@ -472,19 +466,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [MaterialPoll](https://github.com/nearbycoder/materialpoll) - an opensource strawpoll.me clone for creating random polls. - ([Source code](https://github.com/nearbycoder/materialpoll), [Demo](http://materialpoll.tk)) * [OpenSondage](https://github.com/leblanc-simon/OpenSondage) - an online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision - ([Demo](http://framadate.org/), [Example](https://framadate.org/aqg259dth55iuhwm)) -## Project Management -*Web-based project management and bug tracking systems.* - -* [CaseBox](https://www.casebox.org) - Manage all your organisation's information in one system. -* [ChiliProject](https://www.chiliproject.org) - Fork of Redmine. -* [GitBucket](https://github.com/takezoe/gitbucket) Clone of GitHub written in Scala; single jar install. -* [GitLab](https://www.gitlab.com/) - Clone of GitHub written in Ruby. -* [Gogs](http://gogs.io/) - Self-hosted Git service written in Go. -* [OpenProject](https://www.openproject.org) - Project collaboration. -* [Redmine](http://www.redmine.org/) - Written in ruby on rails. -* [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. -* [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. -* [Trac](http://trac.edgewall.org/) - Written in python. ## Proxy @@ -508,13 +489,22 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ### Project Management + * [CaseBox](https://www.casebox.org) - Manage all your organisation's information in one system. + * [ChiliProject](https://www.chiliproject.org) - Fork of Redmine. * [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) - Distributed version control system featuring wiki and bug tracker - `BSD` `C` * [gitbucket](http://takezoe.github.io/gitbucket/) - The easily installable GitHub clone powered by Scala - ([Source code](https://github.com/takezoe/gitbucket)) * [GitLab](http://gitlab.org/) - Self Hosted Git Management Application - GitLab is open source software to collaborate on code. Manage git repositories with fine grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki ([Public instance](https://git.framasoft.org/)) * [Gitlist](http://gitlist.org/) - A web-based git repository browser - GitList allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history and diffs. ([Source code](https://github.com/klaussilveira/gitlist)) * [Gitprep](http://gitprep.org/) - Portable Github clone ([Source code](https://github.com/yuki-kimoto/gitprep), [Demo](http://perlcodesample.sakura.ne.jp/gitprep.cgi)) * [Gogs](https://github.com/gogits/gogs) - a painless self-hosted Git Service written in Go. ([Demo](https://try.gogs.io/)) + * [OpenProject](https://www.openproject.org) - Project collaboration. * [Phabricator](http://phabricator.org/) - Collection of web applications that help build better software. ([Source code](https://github.com/phacility/phabricator), [Demo](https://secure.phabricator.com/)) `Apache` `PHP` + * [Redmine](http://www.redmine.org/) - Redmine is a flexible project management web application `Ruby` `GPLv2` + * [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. + * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. + * [Trac](http://trac.edgewall.org/) - Written in python. + * [Phproject](http://www.phproject.org/) - A high performance full-featured project management system ([Source code](https://github.com/Alanaktion/phproject), [Demo](http://demo.phproject.org/)) `GPLv3` + ### IDE/Tools @@ -529,15 +519,16 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Jenkins](https://jenkins-ci.org/) - Continuous Integration Server ([Source Code](https://github.com/jenkinsci/jenkins/)) `MIT` `Java` -### Bug and Task Trackers +### Bug Trackers, Task Management and Ticketing Systems *Manage issues regarding your software development. See also: [Ticketing](#ticketing)* * [92five](http://92fiveapp.com/) - Self hosted project management application ([Source code](https://github.com/chintanbanugaria/92five)) `CC BY-NC 4.0` `PHP` * [Apache Bloodhound](https://bloodhound.apache.org/) - Manage software products, Keep track of features, tasks and bugs `Apache` `Python` - * [Bugzilla](https://www.bugzilla.org/) - Bug tracking used by the Mozilla projects. `MPLv2` `Pearl` + * [Bugzilla](https://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. `MPLv2` `Pearl` * [bulldog](https://github.com/infews/bulldog) - HTML5 task manager, built on todo.txt `MIT` `HTML5` * [Bumpy Booby](http://bumpy-booby.derivoile.fr/) - A simple, responsive and highly customizable PHP bug tracking system. ([Source code](https://github.com/piero-la-lune/Bumpy-Booby)) `MIT` `PHP` + * [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. * [Crepido](https://github.com/arshad/crepido) - Create (kanban) boards to track users and projects from flat markdown files `MIT` `Javascript/Others` * [Flyspray](http://www.flyspray.org/) - uncomplicated, web-based bug tracking system ([Source code](https://github.com/Flyspray/flyspray)) `GPLv2` * [Gaskit](https://github.com/bkeepers/gaskit) - a git-backed issue tracker. It uses a branch in your local git database to store the tickets. `GPL` @@ -546,8 +537,9 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Kanboard](http://kanboard.net/) - A simple and open source visual task board `AGPLv3` * [MantisBT](https://www.mantisbt.org/) - Self hosted bug tracker, fits best for software development - ([Demo](https://www.mantisbt.org/bugs/my_view_page.php)) - ([Source code](https://github.com/mantisbt/mantisbt)) - `GPLv2` * [myTinyTodo](http://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. `GPL` - * [Phproject](http://www.phproject.org/) - A high performance full-featured project management system ([Source code](https://github.com/Alanaktion/phproject), [Demo](http://demo.phproject.org/)) `GPLv3` - * [Redmine](http://www.redmine.org/) - Redmine is a flexible project management web application `Ruby` `GPLv2` + * [osTicket](http://osticket.com/) - Simple support ticket system. + * [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. + * [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. * [Taiga.io](https://taiga.io/) - Your Agile, Free and Open Source Project Management Tool ([Source code](https://github.com/taigaio)) * [TaskBoard](http://taskboard.matthewross.me/) - A Kanban-inspired app for keeping track of things that need to get done. ([Source code](https://github.com/kiswa/TaskBoard)) `MIT` * [Taskfreak](http://www.taskfreak.com/original) - a simple but efficient web based task manager written in PHP. ([Demo](http://demo.taskfreak.com/)) @@ -557,6 +549,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Tracks](http://getontracks.org/) - a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2` + ### Documentation Generators * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` @@ -572,19 +565,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization See https://staticsitegenerators.net and https://www.staticgen.com -## Ticketing systems -*Web-based ticketing systems. See also: [Bug and Task Trackers](#bug-and-task-trackers).* - -* [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. -* [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. -* [Flyspray](http://flyspray.org) - Web-based bug tracking system written in PHP. -* [MantisBT](http://www.mantisbt.org/) - Web-based bug tracking system. -* [osTicket](http://osticket.com/) - Simple support ticket system. -* [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. -* [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. -* [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. - - ## URL Shorteners * [Lstu](https://github.com/ldidry/lstu) - _Let's SHorten That Url_ - Lightweight URL shortener @@ -599,26 +579,23 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Blazekiss](https://github.com/ldleman/blazekiss) - BlazeKiss is a KISS-based wiki (Keep It Simple, Stupid) - simplicity and functionality comes before all. * [Codex](http://codex.caffeinated.ninja/codex/master) - Codex is a simple file-based Markdown documentation platform built on top of Laravel. - `MIT` * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. - * [daux.io](https://github.com/justinwalsh/daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. `MIT` - * [Docstore](http://haldean.org/) - A basic site for hosting static documents - docstore is a simple way to serve Markdown files without any server-side processing, and without requiring you (as the author) to recompile every time you change an article. It consists of a very simple JS script that makes an ajax request to your server, runs a Markdown processor on what it finds, and then displays the results. Clone the repository and add articles in the text/ directory to get started. ([Source code](https://github.com/haldean/docstore)) * [Dokuwiki](http://www.splitbrain.org/projects/dokuwiki) - An easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. - `GPL` * [Gitit](https://github.com/jgm/gitit) - A wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. Supported markups include pandoc's extended version of markdown, reStructuredText, LaTeX, and HTML. Pages can be exported in a number of different formats, including LaTeX, RTF, OpenOffice ODT, and MediaWiki markup. Other features include: plugins, syntax highlighting, caching, ATOM feeds * [Gollum](https://github.com/gollum/gollum) - A simple, Git-powered wiki with a sweet API and local frontend. * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) * [ikiwiki](http://ikiwiki.info/) - A wiki compiler. * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown - * [MdWiki](https://dynalon.github.io/mdwiki/#!index.md) - a Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client ([Source code](https://github.com/Dynalon/mdwiki)) * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) * [MoinMoin](http://moinmo.in/) - An advanced, easy to use and extensible WikiEngine with a large community of users. * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) * [PmWiki](http://www.pmwiki.org) - Wiki-based system for collaborative creation and maintenance of websites. * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT` * [Realms](https://github.com/scragg0x/realms-wiki) - a git-backed wiki inspired by Gollum - * [Redaxscript](http://redaxscript.com/) - Ultra lightweight website engine * [TiddlyWiki](http://tiddlywiki.com/) - a reusable non-linear personal web notebook * [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. -------------------------------------------------------- + +------------------------------------ ## Self-hosting Solutions @@ -653,7 +630,6 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) - A curated list of amazingly awesome open source sysadmin resources. * [PRISM Break](https://prism-break.org/en/), [Privacytools.io](https://www.privacytools.io/) - Mobile, computer & server privacy-minded applications - * [Self-hostable software on alternativeTo.net](https://alternativeto.net/?platform=self-hosted&sort=likes) ------------------------------------------------------- @@ -676,25 +652,40 @@ This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LI The list of contributors can be found below - 77 nodiscc - 68 Edward D - 12 Kickball - 12 jungle-boogie + 105 Edward D + 99 nodiscc + 22 Kickball + 13 jungle-boogie + 9 Kovah 7 Thomas Dalichow - 6 Kovah + 7 n1trux + 7 phre4k + 6 Per Guth 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> 5 Moti Korets + 4 Cory Gibbons + 4 Dominik Pfaffenbauer + 4 Jean Elchinger + 3 Dr. Azrael Tod + 3 Ethan Lowman 3 Jan Vlnas + 3 Marc Picaud 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> 3 Martin Gontovnikas 3 Ye Lin Aung 3 jungle-boogie 3 rett gerst + 2 Alexander Ryzhov + 2 Bartłomiej Kurzeja + 2 Brendan Abolivier 2 Charles Farence III + 2 Chris Missal 2 Costin Moise 2 Deryck 2 Greg V + 2 Görkem Çetin 2 Joseph Dykstra + 2 Leo Gaggl 2 Marien Fressinaud 2 Mikael Peigney 2 Patrik Ragnarsson @@ -704,25 +695,47 @@ The list of contributors can be found below 2 Thomas Citharel 2 cron410 2 jimykk - 2 phre4k + 2 tomc3 2 yuche + 1 Alys + 1 Andrew Murray + 1 Angel Velasquez 1 Caleb Xu 1 Calle Wolff + 1 Chema 1 Dan + 1 Dirk Krause 1 Dražen Lučanin + 1 Eren Hatırnaz + 1 Florian Wilhelm + 1 Henry Ruhs 1 Igor Antun - 1 Jean Elchinger + 1 Ilya Sevostyanov 1 Jeremiah Marks 1 Joel Calado 1 Joshua Hamilton + 1 Joubert RedRat 1 Keith Thibodeaux + 1 Kyle Stetz 1 Marcus Ramberg 1 MatFluor + 1 Mike Steele + 1 Morris Jobke + 1 Murdoc Bates + 1 Oliver Kopp + 1 Remy Adriaanse 1 Remy Honig + 1 Riddler + 1 Ryan Halliday 1 Stefan Bohacek 1 Stefan Bohacek + 1 benmaynard11 1 bricej13 + 1 cbdev + 1 littleguga + 1 mertinop 1 skarphet 1 steven jacobs 1 stevesbrain 1 ttoups + From 6411e67c3f266ccdaca2373317d99198aa350266 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 12 Aug 2015 15:38:14 +0200 Subject: [PATCH 23/96] fix indentation, fix missing description, shorten Gitwiki description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03a461e7..cd233c48 100644 --- a/README.md +++ b/README.md @@ -585,9 +585,9 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Gruik](http://gruik.io/) - An open-source markdown note-taking web app ([Source code](https://github.com/grena/gruik)) * [ikiwiki](http://ikiwiki.info/) - A wiki compiler. * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown - * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) + * [Mediawiki](https://www.mediawiki.org/wiki/MediaWiki) - a widely used wiki software originally developed for Wikipedia ([Demo](https://en.wikipedia.org/)) `GPLv3` `PHP` * [MoinMoin](http://moinmo.in/) - An advanced, easy to use and extensible WikiEngine with a large community of users. - * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles and has an extensible, hackable architecture! Features: Edit, move or delete pages; Page attribute editor; Support for hierarchical wikis (directory structure); File upload; History, commit and diff view; Locales (Czech, English, French, German); Support for many markup languages (Creole, Markdown, Textile); RSS/Atom changelog for whole wiki or pages; Section editing for Creole; Embedded LaTeX formulas; Syntax highlighting; Image resizing, SVG to PNG/JPEG conversion; Auto-generated table of contents; Previews; View pages as S5 presentation; Privacy features: Access control lists, Private wiki, Read-only wiki. ([Demo](http://www.gitwiki.org/)) + * [Olelo/Gitwiki](https://github.com/minad/olelo) - Olelo is a wiki that stores pages in a Git repository, supports many markup styles, has an extensible, hackable architecture, and many other features ([Demo](http://www.gitwiki.org/)) * [PmWiki](http://www.pmwiki.org) - Wiki-based system for collaborative creation and maintenance of websites. * [Raneto](http://raneto.com/) - Raneto is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase - `MIT` * [Realms](https://github.com/scragg0x/realms-wiki) - a git-backed wiki inspired by Gollum @@ -652,7 +652,7 @@ This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LI The list of contributors can be found below - 105 Edward D + 105 Edward D 99 nodiscc 22 Kickball 13 jungle-boogie From 69ff5540ba31b739b91cbb9a46e30458bd4d090d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Wed, 12 Aug 2015 18:54:21 +0200 Subject: [PATCH 24/96] Add link to Antville in Blogging section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd233c48..aa6de3ec 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * **[WeblogMatrix](http://www.weblogmatrix.org/) - Blogging platforms comparator** * [Anchor CMS](http://anchorcms.com/) - Anchor is a free, lightweight, faster-than-a-bullet, simple blogging system, made for art–directed posts. ([Source code](https://github.com/anchorcms/anchor-cms)) `GPLv3` `PHP` + * [Antville](https://project.antville.org) - Antville is a free, open source project aimed at the development of a high performance, feature rich weblog hosting software. `Apache` `JavaScript` * [Blogotext](http://lehollandaisvolant.net/blogotext/en/) - a free blog-engine written in PHP and using SQLite. This offers you both an unmatched simplicity during installation and great performances. ([Source code](https://github.com/timovn/blogotext)) `MIT` `PHP` * [Chyrp](http://chyrp.net/) - An extra-awesome, extra-lightweight blog engine ([Source code](https://github.com/chyrp/chyrp)) `MIT` `PHP` * [Dotclear](http://dotclear.org/) - Take control over your blog! ([Source code](https://hg.dotclear.org/dotclear)) `GPLv2` `PHP` From 4ced52e1af0d9eead945b9e06d05429babe9abcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9douard=20u=2E?= Date: Wed, 12 Aug 2015 14:14:12 -0500 Subject: [PATCH 25/96] Added proper source code styling, added `Python/Other` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6c29df0..82371449 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Table of Contents - [Analytics](#analytics) - [Automation](#automation) - [Blogging Platforms](#blogging-platforms) -- [Bookmarks & Link Sharing](#bookmarks--link-sharing) +- [Bookmarks & Link Sharing](#bookmarks--link-sharing)Pi - [Calendar and Address Books](#calendar-and-address-books) - [Communication systems](#communication-systems) - [Email](#email) @@ -566,7 +566,7 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` * [yunohost](https://yunohost.org/) - a server operating system aiming to make self-hosting accessible to everyone. ([Source code](https://github.com/YunoHost)) - `AGPL` `Python/Other` - * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. [Source Code Here](https://github.com/PirateBox-Dev). `GPLv3` + * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` ------------------------------------------------------- From 2dac79be5da8fc5d1a32ec07bc6a02bf67859748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9douard=20u=2E?= Date: Wed, 12 Aug 2015 14:15:00 -0500 Subject: [PATCH 26/96] Removing accidentally added writing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82371449..ae68ad63 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Table of Contents - [Analytics](#analytics) - [Automation](#automation) - [Blogging Platforms](#blogging-platforms) -- [Bookmarks & Link Sharing](#bookmarks--link-sharing)Pi +- [Bookmarks & Link Sharing](#bookmarks--link-sharing) - [Calendar and Address Books](#calendar-and-address-books) - [Communication systems](#communication-systems) - [Email](#email) From 8068bb89c7d2aa0d9596c10df9120227c8caed12 Mon Sep 17 00:00:00 2001 From: Leo Gaggl Date: Thu, 13 Aug 2015 10:54:06 +0930 Subject: [PATCH 27/96] Added 2 more selfhosted education systems lxHive - ExperienceAPI compliant Learning Record Store (LRS) Mahara - Student ePortfolios --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b631c967..241785bc 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,8 @@ CMS are a practical way to setup a website with many features. CMS often come wi ## Learning and Courses * [Chamilo LMS](https://chamilo.org/chamilo-lms/) - Chamilo LMS allows you to create a virtual campus for the provision of online or semi-online training. ([Source code](https://github.com/chamilo/chamilo-lms)) - `GPLv3` `PHP` + * [lxHive](http://www.lxhive.com/) - Open Source ExperienceAPI compliant Learning Record Store (LRS) - previously code-named TinCanAPI. [Source code](https://github.com/Brightcookie/lxHive) - `GPLv3` `PHP` + * [Mahara](http://www.mahara.org/) - Open Source fully featured web application to build students electronic portfolio. [Source code](https://github.com/MaharaProject/mahara) - `GPLv3` `PHP` * [Moodle](https://moodle.org/) - Moodle is a learning and courses platform with one of the largest open source communities worldwide. ([Demo](https://moodle.org/demo/), [Source code](https://git.moodle.org/gw)) - `GPL` `PHP` * [Sakai](https://www.sakaiproject.org/) - The Sakai project provides a flexible and feature-rich environment for teaching, learning, research and other collaboration. ([Demo](https://www.sakaiproject.org/try-sakai), [Source code](https://github.com/sakaiproject/sakai)) - `ECLv2` `Java` From 0d2bc8a8daa646bf2d78d1a1c5a5e6ad8d2fa0dd Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Thu, 13 Aug 2015 15:09:16 +0100 Subject: [PATCH 28/96] Fix Table of Contents links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd233c48..6bbc6aee 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Table of Contents - [Analytics](#analytics) - [Automation](#automation) - [Blogging Platforms](#blogging-platforms) - - [Bookmarks & Link Sharing](#bookmarks-&-link-sharing) + - [Bookmarks & Link Sharing](#bookmarks--link-sharing) - [Calendar and Address Books](#calendar-and-address-books) - [Communication systems](#communication-systems) - [Email](#email) @@ -31,13 +31,13 @@ Table of Contents - [Gateways](#gateways) - [Groupware](#groupware) - [Learning and Courses](#learning-and-courses) - - [Maps & GPS](#maps-&-gps) + - [Maps & GPS](#maps--gps) - [Media Streaming](#media-streaming) - [Mind Maps](#mind-maps) - [Money, Budgeting and Management](#money-budgeting-and-management) - [Monitoring and Administration](#monitoring-and-administration) - [Music Streaming](#music-streaming) - - [Note-taking & Editors](#note-taking-&-editors) + - [Note-taking & Editors](#note-taking--editors) - [Office Suites](#office-suites) - [Password Managers](#password-managers) - [Pastebins](#pastebins) From bf2ec452e05e4be84b9205a5d9b5aec14cd6000b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9douard=20u=2E?= Date: Thu, 13 Aug 2015 09:41:58 -0500 Subject: [PATCH 29/96] Ordered alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae68ad63..17587419 100644 --- a/README.md +++ b/README.md @@ -563,10 +563,10 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. * [arkOS](https://arkos.io/) - Install arkOS to a dedicated device and host your own websites, email, files and more. ([Source code](https://git.coderouge.co/groups/arkOS) [[1]](https://github.com/cznweb)) `MIT/GPL` `Nodejs/Other` * [Mail-in-a-Box](https://mailinabox.email/) - Turns any Ubuntu server into a fully functional mail server with one command. `Shell/Other` `CC0` + * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` * [yunohost](https://yunohost.org/) - a server operating system aiming to make self-hosting accessible to everyone. ([Source code](https://github.com/YunoHost)) - `AGPL` `Python/Other` - * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` ------------------------------------------------------- From a4a0a37cfe12f8394d73b403cd318abf50364d6b Mon Sep 17 00:00:00 2001 From: Joubert RedRat Date: Fri, 14 Aug 2015 10:48:34 -0300 Subject: [PATCH 30/96] Add Modoboa Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58814ab8..4a6bea1e 100644 --- a/README.md +++ b/README.md @@ -603,6 +603,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [arkOS](https://arkos.io/) - Install arkOS to a dedicated device and host your own websites, email, files and more. ([Source code](https://git.coderouge.co/groups/arkOS) [[1]](https://github.com/cznweb)) `MIT/GPL` `Nodejs/Other` * [Mail-in-a-Box](https://mailinabox.email/) - Turns any Ubuntu server into a fully functional mail server with one command. `Shell/Other` `CC0` + * [Modoboa](http://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. `Python` `MIT` * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` From 4da06d1809195c6ce5d86b750f1aa2a32a7aa783 Mon Sep 17 00:00:00 2001 From: Joubert RedRat Date: Fri, 14 Aug 2015 11:08:09 -0300 Subject: [PATCH 31/96] Fix identation sorry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a6bea1e..28ed1b23 100644 --- a/README.md +++ b/README.md @@ -603,7 +603,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [arkOS](https://arkos.io/) - Install arkOS to a dedicated device and host your own websites, email, files and more. ([Source code](https://git.coderouge.co/groups/arkOS) [[1]](https://github.com/cznweb)) `MIT/GPL` `Nodejs/Other` * [Mail-in-a-Box](https://mailinabox.email/) - Turns any Ubuntu server into a fully functional mail server with one command. `Shell/Other` `CC0` - * [Modoboa](http://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. `Python` `MIT` + * [Modoboa](http://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. `Python` `MIT` * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` From 874357c26f29a6c25b56b6b720cb9ed7e7c913a6 Mon Sep 17 00:00:00 2001 From: florianl Date: Fri, 14 Aug 2015 20:27:41 +0200 Subject: [PATCH 32/96] Add sabre/dav Add sabre/dav to Calendar und Address Books section. sabre/dav is the framework behind fruux, ownCloud atmail and many more. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58814ab8..141da70d 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [calypso](http://keithp.com/calypso/) - a python-based CalDAV/CardDAV server * [DAViCal](http://www.davical.org/) - a server for calendar sharing (CalDAV) * [Radicale](http://radicale.org/) - A Simple Calendar and Contact Server + * [sabre/dav](http://sabre.io/) - A open source CardDAV, CalDAV and WebDAV server. ## Communication systems From 64d120d257e67d38bd09cc2b6474dce33305c746 Mon Sep 17 00:00:00 2001 From: Brett Date: Sat, 15 Aug 2015 11:45:10 -0700 Subject: [PATCH 33/96] Add Drive Virtual to the list of Sync Tools --- non-free.md | 1 + 1 file changed, 1 insertion(+) diff --git a/non-free.md b/non-free.md index ec10f185..c8332e6f 100644 --- a/non-free.md +++ b/non-free.md @@ -23,6 +23,7 @@ ## File Sharing and Synchronization * [Bittorrent Sync](https://www.getsync.com/) `⊘ Proprietary` - BitTorrent Sync by BitTorrent, Inc is a proprietary peer-to-peer file synchronisation tool. + * [Drive Virtual](http://www.drivevirtual.com/) `⊘ Proprietary` - With Drive Virtual you can sync, backup and share your files privately with your own FTP (SFTP) server or account. ## Media Streaming From 01031603447acbd54c3ba701bcec2ecf076bb834 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sun, 16 Aug 2015 01:33:10 +0200 Subject: [PATCH 34/96] Add wger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2805f2c..f18459ee 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` + * [wger](https://github.com/rolandgeider/wger) - A web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de)) `AGPLv3` `Python` * [yunohost](https://yunohost.org/) - a server operating system aiming to make self-hosting accessible to everyone. ([Source code](https://github.com/YunoHost)) - `AGPL` `Python/Other` ------------------------------------------------------- From ad1dd0ad76d1a32255026006f8d72305a6d24638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sun, 16 Aug 2015 10:23:00 +0200 Subject: [PATCH 35/96] Changed main link and added source link to Antville --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa6de3ec..7b02a804 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * **[WeblogMatrix](http://www.weblogmatrix.org/) - Blogging platforms comparator** * [Anchor CMS](http://anchorcms.com/) - Anchor is a free, lightweight, faster-than-a-bullet, simple blogging system, made for art–directed posts. ([Source code](https://github.com/anchorcms/anchor-cms)) `GPLv3` `PHP` - * [Antville](https://project.antville.org) - Antville is a free, open source project aimed at the development of a high performance, feature rich weblog hosting software. `Apache` `JavaScript` + * [Antville](https://antville.org) - Antville is a free, open source project aimed at the development of a high performance, feature rich weblog hosting software. ([Source code](https://github.com/antville/antvill)) `Apache` `JavaScript` * [Blogotext](http://lehollandaisvolant.net/blogotext/en/) - a free blog-engine written in PHP and using SQLite. This offers you both an unmatched simplicity during installation and great performances. ([Source code](https://github.com/timovn/blogotext)) `MIT` `PHP` * [Chyrp](http://chyrp.net/) - An extra-awesome, extra-lightweight blog engine ([Source code](https://github.com/chyrp/chyrp)) `MIT` `PHP` * [Dotclear](http://dotclear.org/) - Take control over your blog! ([Source code](https://hg.dotclear.org/dotclear)) `GPLv2` `PHP` From a121a2589ef51b87e2e5e105a6797e0c8d8f8305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sun, 16 Aug 2015 10:23:58 +0200 Subject: [PATCH 36/96] Fixed type in Antville source code link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b02a804..aca785d6 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * **[WeblogMatrix](http://www.weblogmatrix.org/) - Blogging platforms comparator** * [Anchor CMS](http://anchorcms.com/) - Anchor is a free, lightweight, faster-than-a-bullet, simple blogging system, made for art–directed posts. ([Source code](https://github.com/anchorcms/anchor-cms)) `GPLv3` `PHP` - * [Antville](https://antville.org) - Antville is a free, open source project aimed at the development of a high performance, feature rich weblog hosting software. ([Source code](https://github.com/antville/antvill)) `Apache` `JavaScript` + * [Antville](https://antville.org) - Antville is a free, open source project aimed at the development of a high performance, feature rich weblog hosting software. ([Source code](https://github.com/antville/antville)) `Apache` `JavaScript` * [Blogotext](http://lehollandaisvolant.net/blogotext/en/) - a free blog-engine written in PHP and using SQLite. This offers you both an unmatched simplicity during installation and great performances. ([Source code](https://github.com/timovn/blogotext)) `MIT` `PHP` * [Chyrp](http://chyrp.net/) - An extra-awesome, extra-lightweight blog engine ([Source code](https://github.com/chyrp/chyrp)) `MIT` `PHP` * [Dotclear](http://dotclear.org/) - Take control over your blog! ([Source code](https://hg.dotclear.org/dotclear)) `GPLv2` `PHP` From a2df119188aee12a43f21b288bd554327d98487c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 16 Aug 2015 11:18:33 +0200 Subject: [PATCH 37/96] add mention of user lock-in in non-free sw description --- non-free.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non-free.md b/non-free.md index ec10f185..1f79dc9e 100644 --- a/non-free.md +++ b/non-free.md @@ -1,6 +1,6 @@ # Awesome Selfhosted - Proprietary Software -**Software listed here does not allow you to run it for any purpose, study, modify or distribute the source code.** Some of the software here may not be audited due to it's closed source nature, and can therefore contain anti-features, such as but not limited to: undisclosed security vulnerabilties, backdoors, sending personal data to a third party. +**Software listed here does not allow you to run it for any purpose, study, modify or distribute the source code.** Some of the software here may not be audited due to it's closed source nature, and can therefore contain anti-features, such as but not limited to: undisclosed security vulnerabilties, backdoors, user lock-in, sending personal data to a third party. ## Analytics From 64dcc6fdf463a9d76dab977f1cb79179237b02d5 Mon Sep 17 00:00:00 2001 From: Joubert RedRat Date: Mon, 17 Aug 2015 09:26:49 -0300 Subject: [PATCH 38/96] Add Axigen Axigen is good free mail server for small environments, I use this solution when I can't use Zimbra when I don't have much hardware resources. --- non-free.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non-free.md b/non-free.md index 1f79dc9e..afa7c5ac 100644 --- a/non-free.md +++ b/non-free.md @@ -40,6 +40,8 @@ * [ArtVenue](http://codecanyon.net/item/artvenue-image-sharing-community-script/5771542) - `⊘ Proprietary` Start your own photography community website, platform based on the Laravel PHP Framework. ([Demo](http://codecanyon.net/item/artvenue-image-sharing-community-script/full_screen_preview/5771542)) `PHP` * [Single File PHP Gallery](http://sye.dk/sfpg/) - `⊘ Proprietary` is a web gallery in one single PHP file. `PHP` +## Self-hosting Solutions + * [Axigen](https://www.axigen.com/mail-server/free/) - `⊘ Proprietary` Great alternative to open source. It's a turnkey messaging solution, perfect for small & micro businesses, integration projects or test environments. ## Software Developement From 7da0517608055c446fbe1e2d70fd50fd3c8d6bf9 Mon Sep 17 00:00:00 2001 From: Joubert RedRat Date: Mon, 17 Aug 2015 09:35:37 -0300 Subject: [PATCH 39/96] Add Mailcow (Formelly Fufix) Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c69bf15..4ef4dcf7 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [arkOS](https://arkos.io/) - Install arkOS to a dedicated device and host your own websites, email, files and more. ([Source code](https://git.coderouge.co/groups/arkOS) [[1]](https://github.com/cznweb)) `MIT/GPL` `Nodejs/Other` * [Mail-in-a-Box](https://mailinabox.email/) - Turns any Ubuntu server into a fully functional mail server with one command. `Shell/Other` `CC0` + * [Mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `PHP/Shell/Other` `GPLv2` * [Modoboa](http://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. `Python` `MIT` * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` From fbc4637bec923f089b83139bd07d9726d205108e Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Mon, 17 Aug 2015 21:31:53 +0200 Subject: [PATCH 40/96] Move wger to 'analytics' section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f18459ee..edefdf55 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Table of Contents * [Snowplow](http://snowplowanalytics.com/) - Your own digital nervous system. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time. ([Source Code](https://github.com/snowplow/)) `Apache` `Scala` * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) - `GPL` `PHP` * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. `GPL` `C` + * [wger](https://github.com/rolandgeider/wger) - A web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de)) `AGPLv3` `Python` ## Automation @@ -608,7 +609,6 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` - * [wger](https://github.com/rolandgeider/wger) - A web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de)) `AGPLv3` `Python` * [yunohost](https://yunohost.org/) - a server operating system aiming to make self-hosting accessible to everyone. ([Source code](https://github.com/YunoHost)) - `AGPL` `Python/Other` ------------------------------------------------------- From fef9cb1fdfdceaa35f0caf4e39388885bac2e1e6 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Tue, 18 Aug 2015 08:52:33 +0300 Subject: [PATCH 41/96] Updating self-hosted apps list with open source RADIUS solutions Adding in the popular fortune-500 FreeRADIUS servers for self-hosted RADIUS and AAA based solutions as well as daloRADIUS, the popular web management platform. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ef4dcf7..fef6b602 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,8 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [OpenCA OCSPD](https://pki.openca.org/projects/ocspd/) - [OCSP](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol) Responder * [OpenID/OpenID Connect](http://openid.net/developers/libraries/) * [OSIAM](https://www.osiam.org) - Open Source Identity and Access Management implementing OAuth 2.0 and SCIMv2. ([Source code](https://github.com/osiam/osiam)) `MIT` `Java` + * [FreeRADIUS](http://www.freeradius.org) - open-source RADIUS server for AAA `GPLv2` `BSD` + * [daloRADIUS](http://www.daloradius.com) - open-source web management platform for FreeRADIUS-based deployments [daloRADIUS on Github](https://github.com/lirantal/daloradius) `GPLv2` ## Feed Readers From da0fa41985686ff82495416ee5daac0e79fe5d2f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 18 Aug 2015 19:48:09 +0200 Subject: [PATCH 42/96] Gist application --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ef4dcf7..25d4f4c0 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. `PHP` * [Stikked](https://github.com/claudehohl/Stikked) - An advanced and beautiful pastebin written in `PHP` `GPLv3` * [tastebin](https://github.com/andreineculau/tastebin) - Updated version of hastebin plus additional features `Apache` `Nodejs` + * [Gist](https://gitlab.deblan.org/deblan/gist) - GIST is an open-source application to share code `PHP` `GPLv3` ## Photo and Video Galleries From 151a7a089e6ef196d9a6f1b2a328741641020bbf Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 18 Aug 2015 20:24:25 +0200 Subject: [PATCH 43/96] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d4f4c0..1aaac438 100644 --- a/README.md +++ b/README.md @@ -436,12 +436,12 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [0bin](https://github.com/sametmax/0bin) - Client side encrypted pastebin `WTFPL` `Python` * [cryptonote](https://cryptonote.me/) - A simple open source web application that lets users encrypt and share messages that can only be read once ([Source code](https://github.com/alainmeier/cryptonote)) `BSD` `Ruby` + * [gist](https://gitlab.deblan.org/deblan/gist) - GIST is an open-source application to share code `PHP` `GPLv3` * [hastebin](http://hastebin.com/about.md) - open source pastebin written in node.js ([Source code](https://github.com/seejohnrun/haste-server)) `Nodejs` `MIT` * [snipt](https://snipt.net/) - Long-term memory for coders. Share and store code snippets ([Source code](https://github.com/nicksergeant/snipt/)) `BSD` `Python` * [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. `PHP` * [Stikked](https://github.com/claudehohl/Stikked) - An advanced and beautiful pastebin written in `PHP` `GPLv3` * [tastebin](https://github.com/andreineculau/tastebin) - Updated version of hastebin plus additional features `Apache` `Nodejs` - * [Gist](https://gitlab.deblan.org/deblan/gist) - GIST is an open-source application to share code `PHP` `GPLv3` ## Photo and Video Galleries From e0096f99cef80d07fde97249bcc745da5b750778 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Aug 2015 21:24:18 +0200 Subject: [PATCH 44/96] add personal dashboards section, move wger,reportr and habitica there --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be3dfc2b..7fd0d69a 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Table of Contents ## Analytics +_Web Analytics_ + * [AWStats](http://www.awstats.org/) - Generates web, streaming, ftp or mail server statistics graphically. * [Countly](http://Count.ly) - Real time mobile analytics, crash reporting and push notifications platform ([Source code](https://github.com/countly)) `AGPL` `Javascript` * [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. @@ -72,7 +74,6 @@ Table of Contents * [Snowplow](http://snowplowanalytics.com/) - Your own digital nervous system. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time. ([Source Code](https://github.com/snowplow/)) `Apache` `Scala` * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) - `GPL` `PHP` * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. `GPL` `C` - * [wger](https://github.com/rolandgeider/wger) - A web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de)) `AGPLv3` `Python` ## Automation @@ -392,7 +393,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Prometheus](http://prometheus.io/) - Monitoring system and time series database. ([Source code](https://github.com/prometheus/prometheus)) `Apache` `Go` * [psdash](https://github.com/Jahaja/psdash) - A linux system information web dashboard using psutils and flask * [pyDash](https://github.com/k3oni/pydash) - Small web-based monitoring dashboard for linux ([Demo](http://pydash.hostechs.com/main/) - _admin/admin_) - * [Reportr](http://www.reportr.io/) - Your life's personal dashboard. ([Source code](https://github.com/Reportr/dashboard)) * [sensu](https://sensuapp.org/) - monitor servers, services, application health, and business KPIs. Get notified about failures before your users do. Collect and analyze custom metrics. `MIT` * [uchiwa](https://uchiwa.io/) - simple dashboard for sensu @@ -445,6 +445,12 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Stikked](https://github.com/claudehohl/Stikked) - An advanced and beautiful pastebin written in `PHP` `GPLv3` * [tastebin](https://github.com/andreineculau/tastebin) - Updated version of hastebin plus additional features `Apache` `Nodejs` +## Personal Dashboards + + * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` + * [wger](https://github.com/rolandgeider/wger) - A web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de)) `AGPLv3` `Python` + * [Reportr](http://www.reportr.io/) - Your life's personal dashboard. ([Source code](https://github.com/Reportr/dashboard)) + ## Photo and Video Galleries * [CumulusClips](http://cumulusclips.org/) - your own video sharing website with CumulusClips video sharing script. You can build a YouTube clone where users can upload, rate, comment on videos, and much more. `GPLv2` `PHP` ([Demo](https://tube.devosi.org/)) @@ -539,7 +545,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Crepido](https://github.com/arshad/crepido) - Create (kanban) boards to track users and projects from flat markdown files `MIT` `Javascript/Others` * [Flyspray](http://www.flyspray.org/) - uncomplicated, web-based bug tracking system ([Source code](https://github.com/Flyspray/flyspray)) `GPLv2` * [Gaskit](https://github.com/bkeepers/gaskit) - a git-backed issue tracker. It uses a branch in your local git database to store the tickets. `GPL` - * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` * [HuBoard](https://github.com/rauhryan/huboard) `⚠ ` – Instant project management for your GitHub issues (Connects directly GitHub API) `MIT` `Ruby` * [Kanboard](http://kanboard.net/) - A simple and open source visual task board `AGPLv3` * [MantisBT](https://www.mantisbt.org/) - Self hosted bug tracker, fits best for software development - ([Demo](https://www.mantisbt.org/bugs/my_view_page.php)) - ([Source code](https://github.com/mantisbt/mantisbt)) - `GPLv2` From bbbf3a3451d8b689afb720fe381d2268362eb803 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Aug 2015 21:29:12 +0200 Subject: [PATCH 45/96] fix #218 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39c92c6f..7fbef6a6 100644 --- a/README.md +++ b/README.md @@ -256,13 +256,13 @@ CMS are a practical way to setup a website with many features. CMS often come wi ## Federated Identity/Authentication * [BrowserID/Mozilla Persona](https://developer.mozilla.org/en-US/Persona/Implementing_a_Persona_IdP) ([Source Code](https://github.com/mozilla/persona)) `MPLv2` `Nodejs` + * [FreeRADIUS](http://www.freeradius.org) - high performance and highly configurable multi-protocol policy/authentication server, supporting RADIUS, DHCPv4 and VMPS ([Source Code](https://github.com/FreeRADIUS/freeradius-server)) `GPLv2` `C` + * [daloRADIUS](http://www.daloradius.com) - open-source web management platform for FreeRADIUS-based deployments ([Source Code](https://github.com/lirantal/daloradius)) `GPLv2` * [IndieAuth](https://indieauth.com) - Sign in with your domain name (using the [rel-me-auth](http://microformats.org/wiki/relmeauth) protocol) `Apache` `Ruby` * [Libravatar](https://www.libravatar.org/) - a service which delivers your avatar (profile picture) to other websites * [OpenCA OCSPD](https://pki.openca.org/projects/ocspd/) - [OCSP](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol) Responder * [OpenID/OpenID Connect](http://openid.net/developers/libraries/) * [OSIAM](https://www.osiam.org) - Open Source Identity and Access Management implementing OAuth 2.0 and SCIMv2. ([Source code](https://github.com/osiam/osiam)) `MIT` `Java` - * [FreeRADIUS](http://www.freeradius.org) - open-source RADIUS server for AAA `GPLv2` `BSD` - * [daloRADIUS](http://www.daloradius.com) - open-source web management platform for FreeRADIUS-based deployments [daloRADIUS on Github](https://github.com/lirantal/daloradius) `GPLv2` ## Feed Readers From 2f8d3fd19fa78b2854fbd5f3bd69af9996b41739 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Aug 2015 21:32:26 +0200 Subject: [PATCH 46/96] add missing TOC entry, update list of contributors --- README.md | 181 +++++++++++++++++++++++++++++------------------------- 1 file changed, 97 insertions(+), 84 deletions(-) diff --git a/README.md b/README.md index b386e75f..2dc95a04 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [ Table of Contents ================= + - [Analytics](#analytics) - [Automation](#automation) - [Blogging Platforms](#blogging-platforms) @@ -40,6 +41,7 @@ Table of Contents - [Note-taking & Editors](#note-taking--editors) - [Office Suites](#office-suites) - [Password Managers](#password-managers) + - [Personal Dashboards](#personal-dashboards) - [Pastebins](#pastebins) - [Photo and Video Galleries](#photo-and-video-galleries) - [Polls and Events](#polls-and-events) @@ -670,90 +672,101 @@ This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LI The list of contributors can be found below - 105 Edward D - 99 nodiscc + 116 Edward D + 111 nodiscc 22 Kickball 13 jungle-boogie - 9 Kovah - 7 Thomas Dalichow - 7 n1trux - 7 phre4k - 6 Per Guth - 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> - 5 Moti Korets - 4 Cory Gibbons - 4 Dominik Pfaffenbauer - 4 Jean Elchinger - 3 Dr. Azrael Tod - 3 Ethan Lowman - 3 Jan Vlnas - 3 Marc Picaud - 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> - 3 Martin Gontovnikas - 3 Ye Lin Aung - 3 jungle-boogie - 3 rett gerst - 2 Alexander Ryzhov - 2 Bartłomiej Kurzeja - 2 Brendan Abolivier - 2 Charles Farence III - 2 Chris Missal - 2 Costin Moise - 2 Deryck - 2 Greg V - 2 Görkem Çetin - 2 Joseph Dykstra - 2 Leo Gaggl - 2 Marien Fressinaud - 2 Mikael Peigney - 2 Patrik Ragnarsson - 2 Peter Thaleikis - 2 Poorchop - 2 Stefano - 2 Thomas Citharel - 2 cron410 - 2 jimykk - 2 tomc3 - 2 yuche - 1 Alys - 1 Andrew Murray - 1 Angel Velasquez - 1 Caleb Xu - 1 Calle Wolff - 1 Chema - 1 Dan - 1 Dirk Krause - 1 Dražen Lučanin - 1 Eren Hatırnaz - 1 Florian Wilhelm - 1 Henry Ruhs - 1 Igor Antun - 1 Ilya Sevostyanov - 1 Jeremiah Marks - 1 Joel Calado - 1 Joshua Hamilton - 1 Joubert RedRat - 1 Keith Thibodeaux - 1 Kyle Stetz - 1 Marcus Ramberg - 1 MatFluor - 1 Mike Steele - 1 Morris Jobke - 1 Murdoc Bates - 1 Oliver Kopp - 1 Remy Adriaanse - 1 Remy Honig - 1 Riddler - 1 Ryan Halliday - 1 Stefan Bohacek - 1 Stefan Bohacek - 1 benmaynard11 - 1 bricej13 - 1 cbdev - 1 littleguga - 1 mertinop - 1 skarphet - 1 steven jacobs - 1 stevesbrain - 1 ttoups + 9 Kovah + 7 Thomas Dalichow + 7 n1trux + 7 phre4k + 7 édouard u. + 6 Per Guth + 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> + 5 Joubert RedRat + 5 Moti Korets + 4 Cory Gibbons + 4 Dominik Pfaffenbauer + 4 Dr. Azrael Tod + 4 Jean Elchinger + 3 Ethan Lowman + 3 Jan Vlnas + 3 Leo Gaggl + 3 Marc Picaud + 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> + 3 Martin Gontovnikas + 3 Tobi Schäfer + 3 Ye Lin Aung + 3 jungle-boogie + 3 rett gerst + 2 Alexander Ryzhov + 2 Alexis Metaireau + 2 Bartłomiej Kurzeja + 2 Brendan Abolivier + 2 Charles Farence III + 2 Chris Missal + 2 Costin Moise + 2 Deryck + 2 Greg V + 2 Görkem Çetin + 2 Joseph Dykstra + 2 Marien Fressinaud + 2 Mikael Peigney + 2 Patrik Ragnarsson + 2 Peter Thaleikis + 2 Poorchop + 2 Roland Geider + 2 Simon Vieille + 2 Stefano + 2 Thomas Citharel + 2 cron410 + 2 jimykk + 2 tomc3 + 2 yuche + 1 Alys + 1 Andrew Murray + 1 Angel Velasquez + 1 Brett + 1 Caleb Xu + 1 Calle Wolff + 1 Chema + 1 Craig Davison + 1 Dan + 1 Dirk Krause + 1 Dražen Lučanin + 1 Eren Hatırnaz + 1 Florian Wilhelm + 1 Henry Ruhs + 1 Igor Antun + 1 Ilya Sevostyanov + 1 Jeremiah Marks + 1 Joel Calado + 1 Joshua Hamilton + 1 Keith Thibodeaux + 1 Kyle Stetz + 1 Liran Tal + 1 Marcus Ramberg + 1 MatFluor + 1 Mike Steele + 1 Morris Jobke + 1 Murdoc Bates + 1 Oliver Kopp + 1 Remy Adriaanse + 1 Remy Honig + 1 Riddler + 1 Ryan Halliday + 1 Stefan Bohacek + 1 Stefan Bohacek + 1 Tobias Zeising + 1 benmaynard11 + 1 bricej13 + 1 cbdev + 1 florianl + 1 littleguga + 1 mertinop + 1 skarphet + 1 steven jacobs + 1 stevesbrain + 1 ttoups + From 38a6be2747cc23275a611ac37faa8c7f106f8cdb Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Aug 2015 21:35:41 +0200 Subject: [PATCH 47/96] add missing language for ihatemoney --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dc95a04..2f1fcc7f 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - GLPI is an IT assests/resources/inventory manager ([Source code](https://forge.glpi-project.org/projects/glpi)) `GPLv2` `PHP` * [GRR](http://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies ([demo](http://grr.devome.com/demo/week_all.php?year=2015&month=07&day=28&area=94), _administrateur/azerty_) `GPLv2` `PHP` * [InvoicePlane](https://invoiceplane.com/) - Manage quotes, invoices, payments and customers for your small business. ([Demo](https://demo.invoiceplane.com), [Source code](https://github.com/InvoicePlane/InvoicePlane)) - `MIT` - * [IHateMoney](http://ihatemoney.org/) - Manage your shared expenses, easily. ([Source code](https://github.com/spiral-project/ihatemoney)) `BSD` + * [IHateMoney](http://ihatemoney.org/) - Manage your shared expenses, easily. ([Source code](https://github.com/spiral-project/ihatemoney)) `BSD` `Python` ## Monitoring and Administration From 56bf01f23b7b1f899cf927e1438f2f2128bb1213 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Aug 2015 21:38:21 +0200 Subject: [PATCH 48/96] fix #215, remove duplicate, add cross-section link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f1fcc7f..f2070178 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,11 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin ### Email +For preconfigured mail server solutions, see [Self-hosting Solutions](#self-hosting-solutions) + * [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL` * [Horde](http://www.horde.org) - Webmail and groupware client. * [Mailpile](https://www.mailpile.is/) - Webmail client with search, filtering, encryption features and more ([Source code](https://github.com/mailpile/Mailpile)) `AGPLv3` `Python` - * [mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `GPL` * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast webmail with IMAP/SMTP Support and multi accounting. ([Demo](http://demo.rainloop.net/), [Source code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` * [Roundcube](https://roundcube.net) - Browser-based IMAP client with an application-like user interface. ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` * [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. From b0d33da217f8456a8a28e84afe47012d2d50acdb Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Tue, 18 Aug 2015 22:40:45 +0300 Subject: [PATCH 49/96] Add Shoop to e-commerce --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58814ab8..3475d9a6 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Open Classifieds](http://open-classifieds.com/) - Free open-source, self-hosted CMS for classifieds sites. ([Source code](https://github.com/open-classifieds/openclassifieds2)) `GPL` `PHP` * [Open eShop](http://open-eshop.com/) - Sell your digital goods with licenses and provide support. ([Source code](https://github.com/open-classifieds/open-eshop)) `GPL` `PHP` * [PrestaShop](https://www.prestashop.com/) - PrestaShop offers a free, open-source and fully scalable e-commerce solution. ([Demo](http://demo.prestashop.com/), [Source Code](https://github.com/PrestaShop/PrestaShop)) `OSL 3.0` `PHP` +* [Shoop](https://shoop.io) - Django powered fully customizable open source e-commerce framework for small and large sites. ([B2C demo](https://demo1.shoop.io/), [B2B demo](https://demo2.shoop.io/), [Source Code](https://github.com/shoopio/shoop)) `AGPLv3` `Python` * [WooCommerce](http://www.woothemes.com/woocommerce/) - WordPress based e-commerce solution ([Source Code](https://github.com/woothemes/woocommerce)) `GPL` `PHP` ## Download Tools From 83fe47e0543b83445617292d0b207240c7094cb4 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Aug 2015 21:41:04 +0200 Subject: [PATCH 50/96] add mediadrop, fix #215 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2070178..9c825d05 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Gallery](http://galleryproject.org/) - The simplest, most intuitive way to host your photos on your website ([Source code](https://github.com/gallery/gallery3)) `GPLv2` `PHP` * [Koken](http://koken.me/) - Content management and web site publishing for photographers `PHP` * [Lychee](http://lychee.electerious.com/) - an open source grid and album based photo-management-system ([Source code](https://github.com/electerious/Lychee)) - `MIT` `PHP` + * [MediaDrop](http://mediadrop.net/) - A video, audio and podcast publication platform ([Source code](https://github.com/mediadrop/mediadrop)) `GPLv3` `Python` * [Mediagoblin](http://mediagoblin.org) - a Free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc `AGPLv3` `Python` * [MinigalNano](https://github.com/sebsauvage/MinigalNano) - MinigalNano is a very simple image gallery. It adheres to the KISS principle and is very easy to install. MinigalNano does not have a web admin interface: You just upload your images in the photo folder on your server (using FTP, SFTP) ([Demo](http://boards.tomcanac.com/)) `CC BY-SA 3.0` `PHP` * [phog](https://github.com/hillman/phog) - Static photo gallery generator with S3 uploader `Python` From 3eeabb3adea7512eb3d0daac8e0fe8fbf8bd0985 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Aug 2015 21:45:00 +0200 Subject: [PATCH 51/96] add cloud9, fix #178 --- non-free.md | 1 + 1 file changed, 1 insertion(+) diff --git a/non-free.md b/non-free.md index 70f316aa..66b42e65 100644 --- a/non-free.md +++ b/non-free.md @@ -45,6 +45,7 @@ ## Software Developement + * [Cloud9](https://c9.io/) `⊘ Proprietary` - Your development environment, in the cloud ([Source code](https://github.com/c9/core)) `Nodejs` * [Confluence](https://www.atlassian.com/software/confluence) `⊘ Proprietary` - A team collaboration software `Java` * [Crucible](https://www.atlassian.com/software/crucible/overview) `⊘ Proprietary` - A peer code review application `Java` * [Stash](https://www.atlassian.com/software/stash) `⊘ Proprietary` - An enterprise-level Git solution similar to GitLab `Java` From 3e6d4d9deabf96f40e7bc5590731bfefc39390e6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Aug 2015 21:48:20 +0200 Subject: [PATCH 52/96] move 92five to non-free.md, fix #172 --- README.md | 1 - non-free.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c825d05..d0ea7f64 100644 --- a/README.md +++ b/README.md @@ -543,7 +543,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization *Manage issues regarding your software development. See also: [Ticketing](#ticketing)* - * [92five](http://92fiveapp.com/) - Self hosted project management application ([Source code](https://github.com/chintanbanugaria/92five)) `CC BY-NC 4.0` `PHP` * [Apache Bloodhound](https://bloodhound.apache.org/) - Manage software products, Keep track of features, tasks and bugs `Apache` `Python` * [Bugzilla](https://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. `MPLv2` `Pearl` * [bulldog](https://github.com/infews/bulldog) - HTML5 task manager, built on todo.txt `MIT` `HTML5` diff --git a/non-free.md b/non-free.md index 66b42e65..c1daee3c 100644 --- a/non-free.md +++ b/non-free.md @@ -45,6 +45,7 @@ ## Software Developement + * [92five](http://92fiveapp.com/) `⊘ Proprietary` - Self hosted project management application ([Source code](https://github.com/chintanbanugaria/92five)) `CC BY-NC 4.0` `PHP` * [Cloud9](https://c9.io/) `⊘ Proprietary` - Your development environment, in the cloud ([Source code](https://github.com/c9/core)) `Nodejs` * [Confluence](https://www.atlassian.com/software/confluence) `⊘ Proprietary` - A team collaboration software `Java` * [Crucible](https://www.atlassian.com/software/crucible/overview) `⊘ Proprietary` - A peer code review application `Java` From ffd9e23750d134f7e2f9c401042934d3460ae7f3 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Tue, 18 Aug 2015 22:48:54 +0300 Subject: [PATCH 53/96] Improve diaspora* entry Fix name branding, add link to (random) community server for demo, add source code link, add main programming language. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58814ab8..7c4c88fd 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Anahita](https://www.getanahita.com/) Open Source Social Networking Framework & Platform. ([Source code](https://github.com/anahitasocial) - `GPLv3` `PHP` * [Bootcamp](http://trybootcamp.vitorfs.com) - An enterprise social network - [Source code](https://github.com/vitorfs/bootcamp) * [BuddyPress](http://buddypress.org/about/) - A powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more. - * [Diaspora](https://diasporafoundation.org/) - Distributed social networking service. - `AGPLv3` + * [diaspora*](https://diasporafoundation.org/) - Distributed social networking server. ([Demo](http://podupti.me/random.php), [Source Code](https://github.com/diaspora/diaspora)) - `AGPLv3` `Ruby` * [Discourse](http://www.discourse.org/) - Advanced forum / community solution based on Ruby and JS - `GPLv2` * [Elgg](https://www.elgg.org/) - a powerful open source social networking engine - `GPLv2` * [Flarum](http://flarum.org) - Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again. ([Source Code](https://github.com/flarum/flarum)) - `MIT` `PHP` From 26f0f5d1fe8ac3f422136ec1f72b261947f11d51 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 18 Aug 2015 21:54:03 +0200 Subject: [PATCH 54/96] add Infinoted/gobby, fixes #147 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0ea7f64..9c6d9f10 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [EtherCalc](https://ethercalc.org/) - Web spreadsheet. - `CPALv1` * [Etherpad](http://etherpad.org/) - Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time. - `Apache` + * [Infinoted](https://github.com/gobby/gobby/wiki/Dedicated%20Server) - A server for [Gobby](https://github.com/gobby/gobby/wiki), a multi-platform collaborative text editor ([Source code](https://github.com/gobby/gobby)) `MIT` `C++` * [Only Office](http://onlyoffice.org/) - An office suite that enables you to manage documents, projects, team and customer relations in one place. `AGPLv3` * [PHPOffice](http://phpoffice.github.io/) - PHPOffice contains libraries which permits to write and read files from most office suites. `LGPLv3` `PHP` From 37826622dd8544ce8ce642fba976c5e688d412ff Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 20 Aug 2015 15:14:07 +0200 Subject: [PATCH 55/96] #217, add software from FreedomBox wiki rrslaounge: abandoned rnews: abandoned zoph: abandoned llgal: abandoned openphoto: abandoned add videobin add dovecot ciderwebmail: abandoned notmuch-web: abandoned serendipity: abandoned pyblosxom: already on https://staticsitegenerators.net/ add scuttle remove semanticscuttle: abandoned 2013 stopped after the "link sharing" section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c96da28..7e4af3c1 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * [Firefox Sync Server](https://docs.services.mozilla.com/howtos/run-sync-1.5.html) - Sync Firefox bookmarks, passwords, history, tabs, preferences * [Lobsters](https://lobste.rs) - Run your own link aggregation site - ([Source code](https://github.com/jcs/lobsters)) * [Pinry](http://getpinry.com/) - The tiling image board system for people who want to save, tag, and share images, videos, and webpages. ([Source code](https://github.com/pinry/pinry)) - * [semanticscuttle](http://semanticscuttle.sourceforge.net/) - a social bookmarking tool experimenting with features like structured tags and collaborative tag descriptions. + * [Scuttle](https://github.com/scronide/scuttle) - Web-based social bookmarking system. Allows multiple users to store, share and tag their favourite links `GPLv2` `PHP` * [Shaarli](https://github.com/shaarli/Shaarli) - Personal, minimalist, super-fast, no-database bookmarking and link sharing plaform. ([Demo](http://shaarlidemo.tuxfamily.org/Shaarli) - `demo/demo`) * [unmark](https://github.com/plainmade/unmark) - An open source to do app for links @@ -135,6 +135,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin For preconfigured mail server solutions, see [Self-hosting Solutions](#self-hosting-solutions) * [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL` + * [Dovecot](http://www.dovecot.org/) - IMAP and POP3 email server, written with security primarily in mind ([Source code](http://hg.dovecot.org/)) `MIT/LGPLv2` `C` * [Horde](http://www.horde.org) - Webmail and groupware client. * [Mailpile](https://www.mailpile.is/) - Webmail client with search, filtering, encryption features and more ([Source code](https://github.com/mailpile/Mailpile)) `AGPLv3` `Python` * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast webmail with IMAP/SMTP Support and multi accounting. ([Demo](http://demo.rainloop.net/), [Source code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` @@ -478,6 +479,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Shot.io](http://shot.io/) - Mobile optimised photo publishing platform (self-hosted Flickr alternative) ([Source code](https://github.com/AliasIO/Shot.io)) `GPLv3` `PHP` * [sigal](https://github.com/saimn/sigal) - yet another simple static gallery generator `MIT` `Python` * [UberGallery](http://www.ubergallery.net) - UberGallery is an easy to use, simple to manage, web photo gallery. UberGallery does not require a database and supports JPEG, GIF and PNG file types. Simply upload your images and UberGallery will automatically generate thumbnails and output HTML. ([Source code](https://github.com/UberGallery/UberGallery)) `MIT` `PHP` + * [Videobin](http://videobin.org/code) - A simple video upload and sharing service with transcoding ([Demo](http://videobin.org/), [Source code](https://r-w-x.org/videobin.git)) `GPLv3` `Python` * [Zenphoto](http://www.zenphoto.org/) - open-source gallery and CMS project ([Source code](https://github.com/zenphoto/zenphoto)) `GPLv2` `PHP` ## Polls and Events From 07b66f194d02e62bea9ceb6c1983c581c56cd2c6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 20 Aug 2015 15:26:30 +0200 Subject: [PATCH 56/96] Update README.md ifolder: FOSS version gone, now proprietary https://www.novell.com/products/openenterpriseserver/features/online-file-storage-ifolder.html dvcs-autosync: abandoned add ipfs add ori stopped after "file sharing" section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e4af3c1..d15b22f4 100644 --- a/README.md +++ b/README.md @@ -311,12 +311,14 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives * [img.bi](https://github.com/imgbi/img.bi) - img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. `GPLv3` `Nodejs` * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent ([Demo](https://instant.io)) `MIT` `Nodejs` + * [Go IPFS](https://github.com/ipfs/go-ipfs) - Implementation of [IPFS](http://ipfs.io/), a global, versioned, peer-to-peer filesystem that seeks to connect all computing devices with the same system of files. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. * [Jirafeau](https://gitlab.com/mojo42/Jirafeau/wikis/home) - Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it. ([Demo](http://jirafeau.net/)) * [Jyraphe](http://home.gna.org/jyraphe/) - Jyraphe is a web application of file repository, easy to install and easy to use. * [lutim](https://github.com/ldidry/lutim) - Let's Upload That Image ! * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. + * [Ori Filesystem](http://ori.scs.stanford.edu/) - A Secure Distributed File System built for offline operation ([Source code](https://bitbucket.org/orifs/ori/wiki/Home)) `MIT` `C++` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` From e67d8a8a6d6f071ec003568f976e4a965e9ef9c8 Mon Sep 17 00:00:00 2001 From: Lee Watson Date: Fri, 21 Aug 2015 17:01:09 +0100 Subject: [PATCH 57/96] Add Phaste (Pastebins) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c96da28..d27f924c 100644 --- a/README.md +++ b/README.md @@ -448,6 +448,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [cryptonote](https://cryptonote.me/) - A simple open source web application that lets users encrypt and share messages that can only be read once ([Source code](https://github.com/alainmeier/cryptonote)) `BSD` `Ruby` * [gist](https://gitlab.deblan.org/deblan/gist) - GIST is an open-source application to share code `PHP` `GPLv3` * [hastebin](http://hastebin.com/about.md) - open source pastebin written in node.js ([Source code](https://github.com/seejohnrun/haste-server)) `Nodejs` `MIT` + * [Phaste](https://pste.pw) - A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. ([Source code](https://github.com/FoxDev/Phaste)) `PHP` `AGPL` * [snipt](https://snipt.net/) - Long-term memory for coders. Share and store code snippets ([Source code](https://github.com/nicksergeant/snipt/)) `BSD` `Python` * [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. `PHP` * [Stikked](https://github.com/claudehohl/Stikked) - An advanced and beautiful pastebin written in `PHP` `GPLv3` From 47b6ba6ff4afdf8756d45f5baea23e5275c6e210 Mon Sep 17 00:00:00 2001 From: Lee Watson Date: Fri, 21 Aug 2015 17:05:36 +0100 Subject: [PATCH 58/96] Minor fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d27f924c..624340f9 100644 --- a/README.md +++ b/README.md @@ -448,7 +448,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [cryptonote](https://cryptonote.me/) - A simple open source web application that lets users encrypt and share messages that can only be read once ([Source code](https://github.com/alainmeier/cryptonote)) `BSD` `Ruby` * [gist](https://gitlab.deblan.org/deblan/gist) - GIST is an open-source application to share code `PHP` `GPLv3` * [hastebin](http://hastebin.com/about.md) - open source pastebin written in node.js ([Source code](https://github.com/seejohnrun/haste-server)) `Nodejs` `MIT` - * [Phaste](https://pste.pw) - A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. ([Source code](https://github.com/FoxDev/Phaste)) `PHP` `AGPL` + * [Phaste](https://pste.pw) - A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. ([Source code](https://github.com/FoxDev/Phaste)) `PHP` `AGPLv3` * [snipt](https://snipt.net/) - Long-term memory for coders. Share and store code snippets ([Source code](https://github.com/nicksergeant/snipt/)) `BSD` `Python` * [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. `PHP` * [Stikked](https://github.com/claudehohl/Stikked) - An advanced and beautiful pastebin written in `PHP` `GPLv3` @@ -772,5 +772,5 @@ The list of contributors can be found below 1 steven jacobs 1 stevesbrain 1 ttoups - + 1 Lee Watson From 40001c69e27b5455301b920266ff631dab228934 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 18:09:49 +0200 Subject: [PATCH 59/96] work on #217, add software from freedombox wiki: statusnet: renamed to gnu social add freenet vagalume, zomg -> libre.fm -> add GNU FM add salutatoi add libervia stopped after "Text-based chat" section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d15b22f4..2a9d5544 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ For preconfigured mail server solutions, see [Self-hosting Solutions](#self-host * [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. ([Source code](https://github.com/digicoop/kaiwa)) * [Kontalk](http://kontalk.org/) – Kontalk is an Open Source Messenger, similiar to WhatsApp (app for android only currently), including end-to-end encryption, server is based on Tigase XMPP Server - ([Source code](https://github.com/kontalk)) - `GPLv3` * [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. +* [Salut à Toi](http://www.salut-a-toi.org/) - Multipurpose, multi frontend, libre and decentralised communication tool. ([Source code](http://repos.goffi.org/sat)) `AGPLv3` `Python` + * [Libervia](http://wiki.goffi.org/wiki/Libervia/en) - Web frontend from Salut à Toi ([Source code](http://repos.goffi.org/libervia)) `AGPLv3` `Python` ### VoIP @@ -177,6 +179,7 @@ For preconfigured mail server solutions, see [Self-hosting Solutions](#self-host * [ZNC](http://wiki.znc.in/ZNC) - An advanced IRC bouncer `Apache` `C++` ### Custom + * [Freenet](https://freenetproject.org/index.html) - anonymously share files, browse and publish "freesites" (web sites accessible only through Freenet) and chat on forums ([Source code](https://github.com/freenet/fred)) `GPLv2` `Java` * [GNUNet](https://gnunet.org/) - Free software framework for decentralized, peer-to-peer networking `GPLv3` `C/Java` * [Jitsi Meet](https://jitsi.org/Projects/JitsiMeet) - Jitsi Meet is an OpenSource (MIT) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences. `MIT ` `JavaScript` * [Jitsi Video Bridge](https://jitsi.org/Projects/JitsiVideobridge) - WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication. `Apache` `Java` @@ -411,6 +414,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Ampache](http://ampache.org/) - A web based audio/video streaming application `GPLv2` `PHP` * [CherryMusic](http://www.fomori.org/cherrymusic/) - minimalistic Web-Mediaplayer - `GPL` `Python` * [cloudtunes](https://github.com/jakubroztocil/cloudtunes) - Web-based music player for the cloud `MIT` `Python/Javascript` + * [GNU FM](https://gnu.io/fm/) - running music community websites, alternative to last.fm ([Source code](http://git.savannah.gnu.org/cgit/librefm.git/)) `GPLv3` `PHP` * [Groove Basin](http://groovebasin.com/) - A music player server with a web-based user interface inspired by Amarok 1.4 ([Source code](https://github.com/andrewrk/groovebasin)) `MIT` `Nodejs` * [Mopidy](http://mopidy.readthedocs.org/) - Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc. ([Source code](https://github.com/mopidy/mopidy)) `Apache` `Python` * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` From 1f7746b659930198db5db9d5d0bff9b6270ac7e3 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 18:24:43 +0200 Subject: [PATCH 60/96] work on #217 chandler: abandoned add citadel sobby: abandoned add webodf stopped after "shared text authoring" section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a9d5544..fa18b6b3 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Groupware + * [Citadel](http://www.citadel.org/doku.php) - Groupware including email, calendar/scheduling, address books, forums, mailing lists, IM, wiki and blog engines, RSS aggregation and more ([Source code](http://www.citadel.org/doku.php/installation:source)) `GPLv3` `C` * [Cozy Cloud](https://cozy.io) - A personal cloud where you can read your emails or manage and sync your contact, files or calendars, with an app store full of community contributions ([Source Code](https://github.com/cozy)) - `GPLv3` `Nodejs` * [egroupware](http://www.egroupware.org/) - Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS. * [Horde](http://www.horde.org/) - The Horde Project is about creating high quality Open Source applications and libraries, based on PHP and the Horde Framework. - `GPL` + Various Free Software / Open Source Software Licenses @@ -443,6 +444,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Infinoted](https://github.com/gobby/gobby/wiki/Dedicated%20Server) - A server for [Gobby](https://github.com/gobby/gobby/wiki), a multi-platform collaborative text editor ([Source code](https://github.com/gobby/gobby)) `MIT` `C++` * [Only Office](http://onlyoffice.org/) - An office suite that enables you to manage documents, projects, team and customer relations in one place. `AGPLv3` * [PHPOffice](http://phpoffice.github.io/) - PHPOffice contains libraries which permits to write and read files from most office suites. `LGPLv3` `PHP` + * [WebODF](http://webodf.org/) - Tools and libraries to view and edit Open Document Format (ODF) files.([Source code](https://github.com/kogmbh/WebODF)) `AGPLv3` `Javascript` ## Password Managers From 162430d33653a5c9c009b35739989a602d0801c2 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 19:01:06 +0200 Subject: [PATCH 61/96] add link to xmpp wikipedia page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa18b6b3..53e07367 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ For preconfigured mail server solutions, see [Self-hosting Solutions](#self-host ### XMPP -*XMPP servers.* +*[XMPP](https://en.wikipedia.org/wiki/XMPP) servers.* * [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server. `GPL` `Erlang` * [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM. `MIT` `Lua` From 830ed4f6a3db8e6e6e982487e4757fc79367bf6b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 19:03:29 +0200 Subject: [PATCH 62/96] rename VoIP to SIP, add SIP and IRC descriptions/wikipedia links --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53e07367..66d80672 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Table of Contents - [Communication systems](#communication-systems) - [Email](#email) - [XMPP](#xmpp) - - [VoIP](#voip) + - [SIP](#sip) - [IRC](#irc) - [Custom](#custom) - [Social Networks and Forums](#social-networks-and-forums) @@ -165,13 +165,19 @@ For preconfigured mail server solutions, see [Self-hosting Solutions](#self-host * [Libervia](http://wiki.goffi.org/wiki/Libervia/en) - Web frontend from Salut à Toi ([Source code](http://repos.goffi.org/libervia)) `AGPLv3` `Python` -### VoIP +### SIP + +*[SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol) telephony software* + * [Asterisk](http://asterisk.org/) - An easy to use but advanced IP PXB system, VoIP gateway and conference server `GPLv2` `C` * [FreeSWITCH](https://freeswitch.org/) - Scalable open source cross-platform telephony platform ([Source Code](https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse)) `MPLv2` `C` * [Kamailio](http://www.kamailio.org/w/) - Modular SIP server (registrar/proxy/router/etc) `GPLv2` `C` * [Ostel](https://dev.guardianproject.info/projects/ostel/wiki/Server_Documentation) - Secure SIP telephony setup with ZRTP encryption `GPLv3` `Ruby` ### IRC + +*[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software* + * [Convos](http://convos.by/) - Always online web IRC client ([Demo](http://demo.convos.by), [Source code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` * [Quassel IRC](http://quassel-irc.org/) - distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core ([Source code](https://github.com/quassel/quassel)) `GPLv2` `C++` * [Shout](http://shout-irc.com/) - The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` From 8507cad1a0b77b58a5eb0694a712a236353c781c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 19:26:12 +0200 Subject: [PATCH 63/96] move adagios to awesome-sysadmin part of https://github.com/Kickball/awesome-selfhosted/issues/127 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 66d80672..cb5dab5b 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Monitoring and Administration - * [Adagios](http://adagios.org/) - Web based Nagios interface for configuration, as well as monitoring (as a replacement to the standard interface), and a REST interface ([Demo](http://demo.adagios.org/), [SourceCode](https://github.com/opinkerfi/adagios), [Documentation](https://github.com/opinkerfi/adagios/wiki)) - `GPLv3` `Python` * [adminer](http://www.adminer.org/) - Database management in a single PHP file ([Source code](https://github.com/vrana/adminer)) * [Icinga / Icinga 2](https://www.icinga.org/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring - ([SourceCode](https://github.com/Icinga)) - `GPLv2` * [LibreNMS](http://www.librenms.org/) - Community-based GPL-licensed network monitoring system - `GPLv3` From 592e71641530680c416e9360fb189d9d94e44fa1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 19:33:16 +0200 Subject: [PATCH 64/96] move icinga and adminer to awesome-sysadmin part of #127 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cb5dab5b..547f3ab0 100644 --- a/README.md +++ b/README.md @@ -402,8 +402,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Monitoring and Administration - * [adminer](http://www.adminer.org/) - Database management in a single PHP file ([Source code](https://github.com/vrana/adminer)) - * [Icinga / Icinga 2](https://www.icinga.org/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring - ([SourceCode](https://github.com/Icinga)) - `GPLv2` * [LibreNMS](http://www.librenms.org/) - Community-based GPL-licensed network monitoring system - `GPLv3` * [linux-dash](https://github.com/afaqurk/linux-dash) - A drop-in, low-overhead monitoring web dashboard for a linux machine ([Demo](http://linuxdash.afaqtariq.com/#/system-status)) * [Nagios](https://www.nagios.org/) - Industry standard monitoring software, which has a lot of plugins and customisation posibilities. - `GPL` From 60cdc3ab90c5ad3111d7894bcc3fae331e933ddd Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 19:44:38 +0200 Subject: [PATCH 65/96] move libreNMS and linux-dash to awesome-sysadmin part of #127 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 547f3ab0..15b1f12c 100644 --- a/README.md +++ b/README.md @@ -402,8 +402,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Monitoring and Administration - * [LibreNMS](http://www.librenms.org/) - Community-based GPL-licensed network monitoring system - `GPLv3` - * [linux-dash](https://github.com/afaqurk/linux-dash) - A drop-in, low-overhead monitoring web dashboard for a linux machine ([Demo](http://linuxdash.afaqtariq.com/#/system-status)) + * [Nagios](https://www.nagios.org/) - Industry standard monitoring software, which has a lot of plugins and customisation posibilities. - `GPL` * [phpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - a customizable PHP script that displays information about your system nicely ([Demo](http://phpsysinfo.sourceforge.net/phpsysinfo/index.php?disp=bootstrap)) * [Prometheus](http://prometheus.io/) - Monitoring system and time series database. ([Source code](https://github.com/prometheus/prometheus)) `Apache` `Go` From ad11fccb22c9d67f340b8c21b2f57b02dcc08ba2 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 19:47:33 +0200 Subject: [PATCH 66/96] move nagios and phpsysinfo to awesome-sysadmin part of #127 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 15b1f12c..101b24bd 100644 --- a/README.md +++ b/README.md @@ -403,8 +403,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Monitoring and Administration - * [Nagios](https://www.nagios.org/) - Industry standard monitoring software, which has a lot of plugins and customisation posibilities. - `GPL` - * [phpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - a customizable PHP script that displays information about your system nicely ([Demo](http://phpsysinfo.sourceforge.net/phpsysinfo/index.php?disp=bootstrap)) * [Prometheus](http://prometheus.io/) - Monitoring system and time series database. ([Source code](https://github.com/prometheus/prometheus)) `Apache` `Go` * [psdash](https://github.com/Jahaja/psdash) - A linux system information web dashboard using psutils and flask * [pyDash](https://github.com/k3oni/pydash) - Small web-based monitoring dashboard for linux ([Demo](http://pydash.hostechs.com/main/) - _admin/admin_) From f10514aa91efe7d72f67c7484a80d08ff4af6097 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 19:52:41 +0200 Subject: [PATCH 67/96] remove duplicate Horde entry --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 101b24bd..07d718b2 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ For preconfigured mail server solutions, see [Self-hosting Solutions](#self-host * [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL` * [Dovecot](http://www.dovecot.org/) - IMAP and POP3 email server, written with security primarily in mind ([Source code](http://hg.dovecot.org/)) `MIT/LGPLv2` `C` - * [Horde](http://www.horde.org) - Webmail and groupware client. * [Mailpile](https://www.mailpile.is/) - Webmail client with search, filtering, encryption features and more ([Source code](https://github.com/mailpile/Mailpile)) `AGPLv3` `Python` * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast webmail with IMAP/SMTP Support and multi accounting. ([Demo](http://demo.rainloop.net/), [Source code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` * [Roundcube](https://roundcube.net) - Browser-based IMAP client with an application-like user interface. ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` @@ -356,7 +355,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Citadel](http://www.citadel.org/doku.php) - Groupware including email, calendar/scheduling, address books, forums, mailing lists, IM, wiki and blog engines, RSS aggregation and more ([Source code](http://www.citadel.org/doku.php/installation:source)) `GPLv3` `C` * [Cozy Cloud](https://cozy.io) - A personal cloud where you can read your emails or manage and sync your contact, files or calendars, with an app store full of community contributions ([Source Code](https://github.com/cozy)) - `GPLv3` `Nodejs` * [egroupware](http://www.egroupware.org/) - Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS. - * [Horde](http://www.horde.org/) - The Horde Project is about creating high quality Open Source applications and libraries, based on PHP and the Horde Framework. - `GPL` + Various Free Software / Open Source Software Licenses + * [Horde](http://www.horde.org/) - The Horde Project is about creating high quality Open Source applications and libraries, based on PHP and the Horde Framework. - `GPL` * [Kolab](https://kolab.org/) - Kolab community is a unified communication and collaboration system - `Various FLOSS Licenses` ([Source](http://git.kolab.org/)) * [ownCloud](https://owncloud.org/) - All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more - `AGPLv3` `PHP` * [Sogo](http://www.sogo.nu/) - SOGo offers multiple ways to access the calendaring and messaging data. CalDAV, CardDAV, GroupDAV, as well as ActiveSync, including native Outlook compatibility and web interface. ([Demo](http://www.sogo.nu/tour/online_demo.html), [Source Code](http://www.sogo.nu/development/source_code.html)) `GPLv1/LGPLv2` `Objective-C` From 320c8545fb57be335c9f0fd1afa9575fc785f6eb Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 19:56:19 +0200 Subject: [PATCH 68/96] import mail software from awesome-sysadmin work on https://github.com/Kickball/awesome-selfhosted/issues/127 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 07d718b2..59722091 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin For preconfigured mail server solutions, see [Self-hosting Solutions](#self-hosting-solutions) +*Webmail clients* + * [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL` * [Dovecot](http://www.dovecot.org/) - IMAP and POP3 email server, written with security primarily in mind ([Source code](http://hg.dovecot.org/)) `MIT/LGPLv2` `C` * [Mailpile](https://www.mailpile.is/) - Webmail client with search, filtering, encryption features and more ([Source code](https://github.com/mailpile/Mailpile)) `AGPLv3` `Python` @@ -142,6 +144,23 @@ For preconfigured mail server solutions, see [Self-hosting Solutions](#self-host * [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. * [WebMail Lite](http://www.afterlogic.org/webmail-lite) - Webbased IMAP Mail client ([Source Code](https://github.com/afterlogic/webmail-lite) `GPLv3` `PHP` +*MTA - Mail Transfer Agents (SMTP servers).* + +* [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. +* [Haraka](http://haraka.github.io/) - A high-performance, pluginable SMTP server written in JavaScript. +* [MailCatcher](http://mailcatcher.me/) - Ruby gem that deploys a simply SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. +* [Maildrop](https://github.com/m242/maildrop) - Disposable email SMTP server, also useful for development. +* [OpenSMTPD](https://opensmtpd.org/) - Secure SMTP server implementation from the OpenBSD project. +* [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement. +* [Qmail](http://cr.yp.to/qmail.html) - Secure Sendmail replacement. +* [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA). + +*MDA - Mail Delivery Agents (IMAP/POP3 software).* + +* [Courier IMAP/POP3](http://www.courier-mta.org/imap/) - Fast, scalable, enterprise IMAP and POP3 server. +* [Cyrus IMAP/POP3](http://cyrusimap.org/) - Intended to be run on sealed servers, where normal users are not permitted to log in. +* [Dovecot](http://www.dovecot.org/) - IMAP and POP3 server written primarily with security in mind. + ### XMPP *[XMPP](https://en.wikipedia.org/wiki/XMPP) servers.* From 725b4185e6585fcc095eeff8b514a983eabf9e20 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 19:59:44 +0200 Subject: [PATCH 69/96] add e-mail complete solutions from awesome-sysadmin work on #127 move email-dedicated solutions from the last section to the Email section --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59722091..807a0e93 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,6 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin ### Email -For preconfigured mail server solutions, see [Self-hosting Solutions](#self-hosting-solutions) *Webmail clients* @@ -161,6 +160,17 @@ For preconfigured mail server solutions, see [Self-hosting Solutions](#self-host * [Cyrus IMAP/POP3](http://cyrusimap.org/) - Intended to be run on sealed servers, where normal users are not permitted to log in. * [Dovecot](http://www.dovecot.org/) - IMAP and POP3 server written primarily with security in mind. + +*Complete solutions - simple deployment of a mail server, e.g. for inexperienced or impatient admins.* + + * [hMailServer](https://www.hmailserver.com) - Open source e-mail server for Microsoft Windows + * [Mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `PHP/Shell/Other` `GPLv2` + * [Mail-in-a-Box](https://mailinabox.email/) - Turns any Ubuntu server into a fully functional mail server with one command. `Shell/Other` `CC0` + * [iRedMail](http://www.iredmail.org/) - Full-featured mail server solution based on Postfix and Dovecot. + * [Citadel](http://www.citadel.org/) - Feature packed, easy, versatile, and powerful mail server, thanks to exclusive "rooms" based architecture. + * [Modoboa](http://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. `Python` `MIT` + * [Fufix](https://www.debinux.de/fufix/) - Fufix is a mailserver installer based on Dovecot, Postfix, Postfixadmin, Nginx, PHP, MySQL and Fail2ban. + ### XMPP *[XMPP](https://en.wikipedia.org/wiki/XMPP) servers.* @@ -648,14 +658,12 @@ See https://staticsitegenerators.net and https://www.staticgen.com ## Self-hosting Solutions * [arkOS](https://arkos.io/) - Install arkOS to a dedicated device and host your own websites, email, files and more. ([Source code](https://git.coderouge.co/groups/arkOS) [[1]](https://github.com/cznweb)) `MIT/GPL` `Nodejs/Other` - * [Mail-in-a-Box](https://mailinabox.email/) - Turns any Ubuntu server into a fully functional mail server with one command. `Shell/Other` `CC0` - * [Mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `PHP/Shell/Other` `GPLv2` - * [Modoboa](http://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. `Python` `MIT` * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` * [yunohost](https://yunohost.org/) - a server operating system aiming to make self-hosting accessible to everyone. ([Source code](https://github.com/YunoHost)) - `AGPL` `Python/Other` + ------------------------------------------------------- From ec1014012715a12c0a32730dfc0f4b544bafcc8f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Aug 2015 20:21:53 +0200 Subject: [PATCH 70/96] split Bug Trackers, Task Management and Ticketing Systems, reordering add cross-section links remove taiga duplicate --- README.md | 66 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 8df27cf1..385c65aa 100644 --- a/README.md +++ b/README.md @@ -550,6 +550,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ### Project Management + * [Apache Bloodhound](https://bloodhound.apache.org/) - Manage software products, Keep track of features, tasks and bugs `Apache` `Python` * [CaseBox](https://www.casebox.org) - Manage all your organisation's information in one system. * [ChiliProject](https://www.chiliproject.org) - Fork of Redmine. * [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) - Distributed version control system featuring wiki and bug tracker - `BSD` `C` @@ -561,11 +562,23 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [OpenProject](https://www.openproject.org) - Project collaboration. * [Phabricator](http://phabricator.org/) - Collection of web applications that help build better software. ([Source code](https://github.com/phacility/phabricator), [Demo](https://secure.phabricator.com/)) `Apache` `PHP` * [Redmine](http://www.redmine.org/) - Redmine is a flexible project management web application `Ruby` `GPLv2` - * [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. + * [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods. ([Source code](https://github.com/taigaio)) * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. * [Trac](http://trac.edgewall.org/) - Written in python. * [Phproject](http://www.phproject.org/) - A high performance full-featured project management system ([Source code](https://github.com/Alanaktion/phproject), [Demo](http://demo.phproject.org/)) `GPLv3` +### Bug Trackers, Task Management and Ticketing Systems + +*Manage issues regarding your software development. See also [Ticketing](#ticketing) and [Task management/To-do lists](#task-management-to-do-lists)* + + * [Bugzilla](https://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. `MPLv2` `Pearl` + * [Bumpy Booby](http://bumpy-booby.derivoile.fr/) - A simple, responsive and highly customizable PHP bug tracking system. ([Source code](https://github.com/piero-la-lune/Bumpy-Booby)) `MIT` `PHP` + * [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. + * [Flyspray](http://www.flyspray.org/) - uncomplicated, web-based bug tracking system ([Source code](https://github.com/Flyspray/flyspray)) `GPLv2` + * [Gaskit](https://github.com/bkeepers/gaskit) - a git-backed issue tracker. It uses a branch in your local git database to store the tickets. `GPL` + * [HuBoard](https://github.com/rauhryan/huboard) `⚠ ` – Instant project management for your GitHub issues (Connects directly GitHub API) `MIT` `Ruby` + * [MantisBT](https://www.mantisbt.org/) - Self hosted bug tracker, fits best for software development - ([Demo](https://www.mantisbt.org/bugs/my_view_page.php)) - ([Source code](https://github.com/mantisbt/mantisbt)) - `GPLv2` + * [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. ### IDE/Tools @@ -580,32 +593,6 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Jenkins](https://jenkins-ci.org/) - Continuous Integration Server ([Source Code](https://github.com/jenkinsci/jenkins/)) `MIT` `Java` -### Bug Trackers, Task Management and Ticketing Systems - -*Manage issues regarding your software development. See also: [Ticketing](#ticketing)* - - * [Apache Bloodhound](https://bloodhound.apache.org/) - Manage software products, Keep track of features, tasks and bugs `Apache` `Python` - * [Bugzilla](https://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. `MPLv2` `Pearl` - * [bulldog](https://github.com/infews/bulldog) - HTML5 task manager, built on todo.txt `MIT` `HTML5` - * [Bumpy Booby](http://bumpy-booby.derivoile.fr/) - A simple, responsive and highly customizable PHP bug tracking system. ([Source code](https://github.com/piero-la-lune/Bumpy-Booby)) `MIT` `PHP` - * [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. - * [Crepido](https://github.com/arshad/crepido) - Create (kanban) boards to track users and projects from flat markdown files `MIT` `Javascript/Others` - * [Flyspray](http://www.flyspray.org/) - uncomplicated, web-based bug tracking system ([Source code](https://github.com/Flyspray/flyspray)) `GPLv2` - * [Gaskit](https://github.com/bkeepers/gaskit) - a git-backed issue tracker. It uses a branch in your local git database to store the tickets. `GPL` - * [HuBoard](https://github.com/rauhryan/huboard) `⚠ ` – Instant project management for your GitHub issues (Connects directly GitHub API) `MIT` `Ruby` - * [Kanboard](http://kanboard.net/) - A simple and open source visual task board `AGPLv3` - * [MantisBT](https://www.mantisbt.org/) - Self hosted bug tracker, fits best for software development - ([Demo](https://www.mantisbt.org/bugs/my_view_page.php)) - ([Source code](https://github.com/mantisbt/mantisbt)) - `GPLv2` - * [myTinyTodo](http://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. `GPL` - * [osTicket](http://osticket.com/) - Simple support ticket system. - * [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. - * [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. - * [Taiga.io](https://taiga.io/) - Your Agile, Free and Open Source Project Management Tool ([Source code](https://github.com/taigaio)) - * [TaskBoard](http://taskboard.matthewross.me/) - A Kanban-inspired app for keeping track of things that need to get done. ([Source code](https://github.com/kiswa/TaskBoard)) `MIT` - * [Taskfreak](http://www.taskfreak.com/original) - a simple but efficient web based task manager written in PHP. ([Demo](http://demo.taskfreak.com/)) - * [tasks.php](https://github.com/RaymiiOrg/tasks.php) - A simple task/todo list manager `MIT` - * [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. - * [Tinyissue](https://github.com/mikelbring/tinyissue) - Simple Issue Tracking for Teams `MIT` - * [Tracks](http://getontracks.org/) - a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2` @@ -624,6 +611,31 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization See https://staticsitegenerators.net and https://www.staticgen.com +## Task management/To-do lists + +*See also [Project Management](#project-management) and [Ticketing](#ticketing).* + + * [bulldog](https://github.com/infews/bulldog) - HTML5 task manager, built on todo.txt `MIT` `HTML5` + * [Crepido](https://github.com/arshad/crepido) - Create (kanban) boards to track users and projects from flat markdown files `MIT` `Javascript/Others` + * [Kanboard](http://kanboard.net/) - A simple and open source visual task board `AGPLv3` + * [myTinyTodo](http://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. `GPL` + * [TaskBoard](http://taskboard.matthewross.me/) - A Kanban-inspired app for keeping track of things that need to get done. ([Source code](https://github.com/kiswa/TaskBoard)) `MIT` + * [Taskfreak](http://www.taskfreak.com/original) - a simple but efficient web based task manager written in PHP. ([Demo](http://demo.taskfreak.com/)) + * [tasks.php](https://github.com/RaymiiOrg/tasks.php) - A simple task/todo list manager `MIT` + * [Tinyissue](https://github.com/mikelbring/tinyissue) - Simple Issue Tracking for Teams `MIT` + * [Tracks](http://getontracks.org/) - a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2` + + + +## Ticketing + +*See also [Task management/To-do lists](#task-management-to-do-lists) and [Project Management](#project-management)* + + * [osTicket](http://osticket.com/) - Simple support ticket system. + * [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. + * [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. + + ## URL Shorteners * [Lstu](https://github.com/ldidry/lstu) - _Let's SHorten That Url_ - Lightweight URL shortener From f836485cac0d5537009d7acf78df5458c5a04488 Mon Sep 17 00:00:00 2001 From: sc0repi0 Date: Sun, 23 Aug 2015 23:20:09 +0200 Subject: [PATCH 71/96] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9c96da28..c5583ba6 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,6 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Joomla!](http://www.joomla.fr/) - Advanced Content Management System (CMS) `GPL` * [KeystoneJS](http://keystonejs.com/) - Node.js CMS & Web Application Platform ([Demo](http://demo.keystonejs.com/), [Source Code](https://github.com/keystonejs/keystone)) `MIT` `Node.js` * [MODX](http://modx.com/) - MODX is an advanced content management and publishing platform. The current version is called 'Revolution'. ([Source Code](https://github.com/modxcms/revolution)) `GPLv2` `PHP` - * [Movable Type](https://movabletype.org/) - a powerful solution for the creation and management of web content. * [october](http://octobercms.com/) - Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. ([Source code](https://github.com/octobercms/october)) `MIT` * [Pagekit](http://pagekit.com/) - A new modern CMS to create and share ([Source code](https://github.com/pagekit/pagekit)) - `MIT` * [Pico](http://picocms.org/) - A stupidly simple, blazing fast, flat file CMS. ([Source code](https://github.com/gilbitron/Pico)) `MIT` From 8444aa015e36981add5f77c2bb6ffae7c685e6b7 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Tue, 25 Aug 2015 20:42:08 +0800 Subject: [PATCH 72/96] Piwik: Add github link to source code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c96da28..401bc5f0 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ _Web Analytics_ * [Countly](http://Count.ly) - Real time mobile analytics, crash reporting and push notifications platform ([Source code](https://github.com/countly)) `AGPL` `Javascript` * [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. * [Open Web Analytics](http://www.openwebanalytics.com/) - Google Analytics and Piwik alternative - `GPL` `PHP` - * [Piwik](https://piwik.org/) - Leading open-source analytics platform that gives you more than just powerful analytics. - `GPLv3` `PHP` + * [Piwik](https://piwik.org/) - Leading open-source analytics platform that gives you more than just powerful analytics. [Source code](https://github.com/piwik/) `GPLv3` `PHP` * [Snowplow](http://snowplowanalytics.com/) - Your own digital nervous system. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time. ([Source Code](https://github.com/snowplow/)) `Apache` `Scala` * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) - `GPL` `PHP` * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. `GPL` `C` From 984e1b882ad4344a99e5a10749ea4f739e0ee8c3 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Wed, 26 Aug 2015 11:38:49 +1200 Subject: [PATCH 73/96] add brackets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 401bc5f0..c026b03c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ _Web Analytics_ * [Countly](http://Count.ly) - Real time mobile analytics, crash reporting and push notifications platform ([Source code](https://github.com/countly)) `AGPL` `Javascript` * [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. * [Open Web Analytics](http://www.openwebanalytics.com/) - Google Analytics and Piwik alternative - `GPL` `PHP` - * [Piwik](https://piwik.org/) - Leading open-source analytics platform that gives you more than just powerful analytics. [Source code](https://github.com/piwik/) `GPLv3` `PHP` + * [Piwik](https://piwik.org/) - Leading open-source analytics platform that gives you more than just powerful analytics. ([Source code](https://github.com/piwik/)) `GPLv3` `PHP` * [Snowplow](http://snowplowanalytics.com/) - Your own digital nervous system. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time. ([Source Code](https://github.com/snowplow/)) `Apache` `Scala` * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) - `GPL` `PHP` * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. `GPL` `C` From 9f34ab8717b7f0a07470ae7e60f07e64ad905018 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 1 Sep 2015 17:53:16 +0200 Subject: [PATCH 74/96] update toc, section links, add vpn/web server external links, contributors list --- README.md | 141 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 82 insertions(+), 59 deletions(-) diff --git a/README.md b/README.md index 29ff6c33..a61b31c7 100644 --- a/README.md +++ b/README.md @@ -9,59 +9,66 @@ This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [ Table of Contents ================= + - - [Analytics](#analytics) - - [Automation](#automation) - - [Blogging Platforms](#blogging-platforms) - - [Bookmarks & Link Sharing](#bookmarks--link-sharing) - - [Calendar and Address Books](#calendar-and-address-books) - - [Communication systems](#communication-systems) - - [Email](#email) - - [XMPP](#xmpp) - - [SIP](#sip) - - [IRC](#irc) - - [Custom](#custom) - - [Social Networks and Forums](#social-networks-and-forums) - - [Content Management Systems (CMS)](#content-management-systems-cms) - - [E-commerce](#e-commerce) - - [Download Tools](#download-tools) - - [Federated Identity/Authentication](#federated-identityauthentication) - - [Feed Readers](#feed-readers) - - [File Sharing and Synchronization](#file-sharing-and-synchronization) - - [Games](#games) - - [Gateways](#gateways) - - [Groupware](#groupware) - - [Learning and Courses](#learning-and-courses) - - [Maps & GPS](#maps--gps) - - [Media Streaming](#media-streaming) - - [Mind Maps](#mind-maps) - - [Money, Budgeting and Management](#money-budgeting-and-management) - - [Monitoring and Administration](#monitoring-and-administration) - - [Music Streaming](#music-streaming) - - [Note-taking & Editors](#note-taking--editors) - - [Office Suites](#office-suites) - - [Password Managers](#password-managers) - - [Personal Dashboards](#personal-dashboards) - - [Pastebins](#pastebins) - - [Photo and Video Galleries](#photo-and-video-galleries) - - [Polls and Events](#polls-and-events) - - [Proxy](#proxy) - - [Read it Later Lists](#read-it-later-lists) - - [Search Engines](#search-engines) - - [Software Development](#software-development) - - [Project Management](#project-management) - - [IDE/Tools](#idetools) - - [Continuous Integration](#continuous-integration) - - [Bug Trackers, Task Management and Ticketing Systems](#bug-trackers-task-management-and-ticketing-systems) - - [Documentation Generators](#documentation-generators) - - [Static site generators](#static-site-generators) - - [URL Shorteners](#url-shorteners) - - [Wikis](#wikis) - - [Self-hosting Solutions](#self-hosting-solutions) - - [List of Licenses](#list-of-licenses) - - [External links](#external-links) - - [Contributing](#contributing) - - [License](#license) +- [Analytics](#analytics) +- [Automation](#automation) +- [Blogging Platforms](#blogging-platforms) +- [Bookmarks & Link Sharing](#bookmarks--link-sharing) +- [Calendar and Address Books](#calendar-and-address-books) +- [Communication systems](#communication-systems) + - [Email](#email) + - [XMPP](#xmpp) + - [SIP](#sip) + - [IRC](#irc) + - [Custom](#custom) + - [Social Networks and Forums](#social-networks-and-forums) +- [Content Management Systems (CMS)](#content-management-systems-cms) + - [E-commerce](#e-commerce) +- [Download Tools](#download-tools) +- [Federated Identity/Authentication](#federated-identityauthentication) +- [Feed Readers](#feed-readers) +- [File Sharing and Synchronization](#file-sharing-and-synchronization) +- [Games](#games) +- [Gateways](#gateways) +- [Groupware](#groupware) +- [Learning and Courses](#learning-and-courses) +- [Maps & GPS](#maps--gps) +- [Media Streaming](#media-streaming) +- [Mind Maps](#mind-maps) +- [Money, Budgeting and Management](#money-budgeting-and-management) +- [Monitoring and Administration](#monitoring-and-administration) +- [Music Streaming](#music-streaming) +- [Note-taking & Editors](#note-taking--editors) +- [Office Suites](#office-suites) +- [Password Managers](#password-managers) +- [Pastebins](#pastebins) +- [Personal Dashboards](#personal-dashboards) +- [Photo and Video Galleries](#photo-and-video-galleries) +- [Polls and Events](#polls-and-events) +- [Proxy](#proxy) +- [Read it Later Lists](#read-it-later-lists) +- [Search Engines](#search-engines) +- [Software Development](#software-development) + - [Project Management](#project-management) + - [Bug Trackers](#bug-trackers) + - [IDE/Tools](#idetools) + - [Continuous Integration](#continuous-integration) + - [Documentation Generators](#documentation-generators) +- [Static site generators](#static-site-generators) +- [Task management/To-do lists](#task-managementto-do-lists) +- [Ticketing](#ticketing) +- [URL Shorteners](#url-shorteners) +- [VPN](#vpn) +- [Web servers](#web-servers) +- [Wikis](#wikis) +- [Self-hosting Solutions](#self-hosting-solutions) +- [List of Licenses](#list-of-licenses) +- [External links](#external-links) +- [Contributing](#contributing) +- [License](#license) + + ## Analytics @@ -549,6 +556,8 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ### Project Management +See also [Ticketing](#ticketing), [Task management/To-do lists](#task-managementto-do-lists) and [Bug Trackers](#bug-trackers)* + * [Apache Bloodhound](https://bloodhound.apache.org/) - Manage software products, Keep track of features, tasks and bugs `Apache` `Python` * [CaseBox](https://www.casebox.org) - Manage all your organisation's information in one system. * [ChiliProject](https://www.chiliproject.org) - Fork of Redmine. @@ -566,9 +575,9 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Trac](http://trac.edgewall.org/) - Written in python. * [Phproject](http://www.phproject.org/) - A high performance full-featured project management system ([Source code](https://github.com/Alanaktion/phproject), [Demo](http://demo.phproject.org/)) `GPLv3` -### Bug Trackers, Task Management and Ticketing Systems +### Bug Trackers -*Manage issues regarding your software development. See also [Ticketing](#ticketing) and [Task management/To-do lists](#task-management-to-do-lists)* +*Manage issues regarding your software development. See also [Ticketing](#ticketing) and [Task management/To-do lists](#task-managementto-do-lists)* * [Bugzilla](https://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. `MPLv2` `Pearl` * [Bumpy Booby](http://bumpy-booby.derivoile.fr/) - A simple, responsive and highly customizable PHP bug tracking system. ([Source code](https://github.com/piero-la-lune/Bumpy-Booby)) `MIT` `PHP` @@ -628,7 +637,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com ## Ticketing -*See also [Task management/To-do lists](#task-management-to-do-lists) and [Project Management](#project-management)* +*See also [Task management/To-do lists](#task-managementto-do-lists) and [Project Management](#project-management)* * [osTicket](http://osticket.com/) - Simple support ticket system. * [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. @@ -642,10 +651,21 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Polr](http://project.polr.me/) - A modern, minimalist, modular, and lightweight URL shortener ([Source code](https://github.com/Cydrobolt/polr)) * [YOURLS](http://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp ([Source code](https://github.com/YOURLS/YOURLS/), [Documentation](https://github.com/YOURLS/YOURLS/wiki)) - `MIT` +## VPN + +See https://github.com/n1trux/awesome-sysadmin#vpn + + +## Web servers + +See https://github.com/n1trux/awesome-sysadmin#web + + ## Wikis - * **[Wikimatrix](http://www.wikimatrix.org/) - A wiki platforms comparator** +See also [Documentation Generators](#documentation-generators) and [Wikimatrix](http://www.wikimatrix.org/) (a wiki platforms comparator). + * [Blazekiss](https://github.com/ldleman/blazekiss) - BlazeKiss is a KISS-based wiki (Keep It Simple, Stupid) - simplicity and functionality comes before all. `PHP` * [Codex](http://codex.caffeinated.ninja/codex/master) - Codex is a simple file-based Markdown documentation platform built on top of Laravel. - `MIT` `PHP` * [commonplace](https://github.com/fredoliveira/commonplace) - A server for your markdown files. Give it a directory, and Commonplace gives you a url, pretty pages, and quick editing. `Ruby` @@ -723,8 +743,8 @@ This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LI The list of contributors can be found below - 116 Edward D - 111 nodiscc + 136 nodiscc + 117 Edward D 22 Kickball 13 jungle-boogie 9 Kovah @@ -760,7 +780,9 @@ The list of contributors can be found below 2 Deryck 2 Greg V 2 Görkem Çetin + 2 Jason Robinson 2 Joseph Dykstra + 2 Lee Watson 2 Marien Fressinaud 2 Mikael Peigney 2 Patrik Ragnarsson @@ -815,9 +837,10 @@ The list of contributors can be found below 1 florianl 1 littleguga 1 mertinop + 1 sc0repi0 1 skarphet 1 steven jacobs 1 stevesbrain 1 ttoups - 1 Lee Watson + From 0d5be10d75fd23acdd527ff80c8cd8653fc09934 Mon Sep 17 00:00:00 2001 From: dimqua Date: Tue, 1 Sep 2015 17:55:35 +0200 Subject: [PATCH 75/96] add retroshare, closes #236 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a61b31c7..d1255755 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Let's Chat](https://sdelements.github.io/lets-chat/) - A persistent messaging application that runs on Node.js and MongoDB. `MIT` `Nodejs` * [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` `С++` * [Rocket.Chat](http://rocket.chat/) – Teamchat solution similar to Gitter.im or Slack - `MIT` * [Synapse](https://matrix.org/blog/project/synapse/) - A server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication ([Source code](https://github.com/matrix-org/synapse)) `Apache` `Python` * [Matrix Console Web](https://matrix.org/blog/project/matrix-console-web/) - A web client meant to be a showcase of Matrix capabilities, and reference implementation of the Matrix standard ([Source code](https://github.com/matrix-org/matrix-angular-sdk)) `Apache` `Javascript` From ffe3be79446eeb992099420a5a1f5bbddbaa23a8 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Tue, 1 Sep 2015 19:17:22 -0600 Subject: [PATCH 76/96] Add Syndie https://github.com/Kickball/awesome-selfhosted/issues/146 --- README.md | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ffe632b7..28f7abd4 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * [PluXml](http://www.pluxml.org/) - XML-based blog/CMS platform ([Source code](https://github.com/pluxml/PluXml)) `GPL` `PHP` * [Wagtail](http://www.wagtail.io/) - A Django content management system focused on flexibility and user experience ([Source code](https://github.com/torchbox/wagtail)) `BSD` `Python` * [Wordpress](https://wordpress.org/) - Create a beautiful website or blog. ([Source code](https://github.com/WordPress/WordPress)) `GPLv2` - - + + ## Bookmarks & Link Sharing @@ -204,7 +204,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin *[SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol) telephony software* - * [Asterisk](http://asterisk.org/) - An easy to use but advanced IP PXB system, VoIP gateway and conference server `GPLv2` `C` + * [Asterisk](http://asterisk.org/) - An easy to use but advanced IP PXB system, VoIP gateway and conference server `GPLv2` `C` * [FreeSWITCH](https://freeswitch.org/) - Scalable open source cross-platform telephony platform ([Source Code](https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse)) `MPLv2` `C` * [Kamailio](http://www.kamailio.org/w/) - Modular SIP server (registrar/proxy/router/etc) `GPLv2` `C` * [Ostel](https://dev.guardianproject.info/projects/ostel/wiki/Server_Documentation) - Secure SIP telephony setup with ZRTP encryption `GPLv3` `Ruby` @@ -213,7 +213,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin *[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software* - * [Convos](http://convos.by/) - Always online web IRC client ([Demo](http://demo.convos.by), [Source code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` + * [Convos](http://convos.by/) - Always online web IRC client ([Demo](http://demo.convos.by), [Source code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` * [Quassel IRC](http://quassel-irc.org/) - distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core ([Source code](https://github.com/quassel/quassel)) `GPLv2` `C++` * [Shout](http://shout-irc.com/) - The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` * [Weechat](https://weechat.org/) - a fast, light and extensible chat client `GPLv3` `C` @@ -224,14 +224,15 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [GNUNet](https://gnunet.org/) - Free software framework for decentralized, peer-to-peer networking `GPLv3` `C/Java` * [Jitsi Meet](https://jitsi.org/Projects/JitsiMeet) - Jitsi Meet is an OpenSource (MIT) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences. `MIT ` `JavaScript` * [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` + * [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` * [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` `С++` + * [RetroShare](http://retroshare.org) - Secured and decentralized communication system. Offers decentralized chat, forums, messaging, file transfer. ([Source code](https://github.com/RetroShare/RetroShare)) `GPLv2` `С++` * [Rocket.Chat](http://rocket.chat/) – Teamchat solution similar to Gitter.im or Slack - `MIT` * [Synapse](https://matrix.org/blog/project/synapse/) - A server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication ([Source code](https://github.com/matrix-org/synapse)) `Apache` `Python` * [Matrix Console Web](https://matrix.org/blog/project/matrix-console-web/) - A web client meant to be a showcase of Matrix capabilities, and reference implementation of the Matrix standard ([Source code](https://github.com/matrix-org/matrix-angular-sdk)) `Apache` `Javascript` + * [Syndie](https://www.syndie.de) - Syndie is a libre system for operating distributed forums. `Public Domain` `Java` * [Tox](https://tox.chat/) - A distributed, secure messenger with audio and video chat capabilities. `GPLv3` `C` ### Social Networks and Forums @@ -284,10 +285,10 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Pimcore](http://www.pimcore.org) Multi-Channel Experience and Engagement Management Platform ([Source code](https://github.com/pimcore/pimcore))) `BSD` `PHP` * [Redaxscript](https://github.com/redaxmedia/redaxscript) - Ultra lightweight CMS for MySQL, SQLite and PostgreSQL `GPLv3` `PHP` * [SilverStripe](https://www.silverstripe.org) - easy to use CMS with powerful MVC framework underlying. ([Demo](http://demo.silverstripe.org/), [Source code](https://github.com/silverstripe)) `BSD` `PHP` - * [SPIP](http://www.spip.net/fr) - Publication system for the Internet. + * [SPIP](http://www.spip.net/fr) - Publication system for the Internet. * [Wordpress](https://wordpress.org/) - The worlds most-used blogging and CMS engine. ([Source code mirror](https://github.com/WordPress/WordPress)) `GPLv2` - - + + ### E-commerce * [OpenCart](https://www.opencart.com) - Free open source shopping cart solution. ([Source code](https://github.com/opencart/opencart)) `GPLv3` `PHP` @@ -296,7 +297,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [PrestaShop](https://www.prestashop.com/) - PrestaShop offers a free, open-source and fully scalable e-commerce solution. ([Demo](http://demo.prestashop.com/), [Source Code](https://github.com/PrestaShop/PrestaShop)) `OSL 3.0` `PHP` * [Shoop](https://shoop.io) - Django powered fully customizable open source e-commerce framework for small and large sites. ([B2C demo](https://demo1.shoop.io/), [B2B demo](https://demo2.shoop.io/), [Source Code](https://github.com/shoopio/shoop)) `AGPLv3` `Python` * [WooCommerce](http://www.woothemes.com/woocommerce/) - WordPress based e-commerce solution ([Source Code](https://github.com/woothemes/woocommerce)) `GPL` `PHP` - + ## Download Tools * [Alltube](https://github.com/Rudloff/alltube) - A web interface for [youtube-dl](https://github.com/rg3/youtube-dl), a program to download videos and audio from [more than 100 websites](https://rg3.github.io/youtube-dl/supportedsites.html) ([Demo](http://alltubedownload.net/)) `GPL` @@ -371,7 +372,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Syncany](https://www.syncany.org/) - Secure file sync software for arbitrary storage backends - An open-source cloud storage and filesharing application. Securely synchronize your files to any kind of storage! `GPLv3` `Java` * [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) - `MPLv2` `Go` * [Tahoe-LAFS](https://www.tahoe-lafs.org/trac/tahoe-lafs) - Tahoe-LAFS is a Free and Open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security. - * [Z-Push](https://z-push.org/) - an implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol + * [Z-Push](https://z-push.org/) - an implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol ## Games @@ -383,7 +384,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## 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` + * [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` ## Groupware @@ -466,7 +467,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Jotter](https://github.com/yosko/jotter) - Jotter is a lightweight, no database, powerful web notebook that lets you create and manage notes online safely, quickly & easily. ([Demo](http://tools.yosko.net/demos/jotter/) - `demo/demo`) * [Laverna](https://laverna.cc/) - Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote ([Source code](https://github.com/Laverna/laverna), [Demo](https://laverna.cc/index.html#notes)) * [minimalist-web-notepad](https://github.com/pereorga/minimalist-web-notepad)- a minimalist http://notepad.cc clone `Apache` `PHP` - * [notes](https://github.com/SSilence/notes) - Simple script for personal notes with a single page with a WYSIWYG Editor `GPLv3` `PHP` + * [notes](https://github.com/SSilence/notes) - Simple script for personal notes with a single page with a WYSIWYG Editor `GPLv3` `PHP` * [OpenNote](https://github.com/FoxUSA/OpenNote) - OpenNote was built to be an open web-based alternative to Microsoft OneNote (T) and EverNote * [Paperwork](http://paperwork.rocks) - OpenSource note-taking & archiving alternative to Evernote, Microsoft OneNote & Google Keep ([Source code](https://github.com/twostairs/paperwork)) * [Turtl](https://turtl.it/) - A totally private personal database and note taking app ([Source code](https://github.com/turtl)) `GPLv3` `CommonLisp` @@ -485,7 +486,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Rattic](http://rattic.org/) - Password Management for Humans ([Source code](https://github.com/tildaslash/RatticWeb)) * [Teampass](http://www.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` - + ## Pastebins * [0bin](https://github.com/sametmax/0bin) - Client side encrypted pastebin `WTFPL` `Python` @@ -494,7 +495,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [hastebin](http://hastebin.com/about.md) - open source pastebin written in node.js ([Source code](https://github.com/seejohnrun/haste-server)) `Nodejs` `MIT` * [Phaste](https://pste.pw) - A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. ([Source code](https://github.com/FoxDev/Phaste)) `PHP` `AGPLv3` * [snipt](https://snipt.net/) - Long-term memory for coders. Share and store code snippets ([Source code](https://github.com/nicksergeant/snipt/)) `BSD` `Python` - * [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. `PHP` + * [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. `PHP` * [Stikked](https://github.com/claudehohl/Stikked) - An advanced and beautiful pastebin written in `PHP` `GPLv3` * [tastebin](https://github.com/andreineculau/tastebin) - Updated version of hastebin plus additional features `Apache` `Nodejs` @@ -508,7 +509,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [CumulusClips](http://cumulusclips.org/) - your own video sharing website with CumulusClips video sharing script. You can build a YouTube clone where users can upload, rate, comment on videos, and much more. `GPLv2` `PHP` ([Demo](https://tube.devosi.org/)) * [Gallery](http://galleryproject.org/) - The simplest, most intuitive way to host your photos on your website ([Source code](https://github.com/gallery/gallery3)) `GPLv2` `PHP` - * [Koken](http://koken.me/) - Content management and web site publishing for photographers `PHP` + * [Koken](http://koken.me/) - Content management and web site publishing for photographers `PHP` * [Lychee](http://lychee.electerious.com/) - an open source grid and album based photo-management-system ([Source code](https://github.com/electerious/Lychee)) - `MIT` `PHP` * [MediaDrop](http://mediadrop.net/) - A video, audio and podcast publication platform ([Source code](https://github.com/mediadrop/mediadrop)) `GPLv3` `Python` * [Mediagoblin](http://mediagoblin.org) - a Free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc `AGPLv3` `Python` @@ -519,7 +520,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Photoshow](http://www.photoshow-gallery.com/) - ([Source code](https://github.com/thibaud-rohmer/PhotoShow)) `Javascript` `GPLv3` * [Piwigo](http://piwigo.org/) - Photo gallery software for the web, built by an active community of users and developers. - `GPLv2` `PHP` * [Plumi](http://blog.plumi.org/) - create your own sophisticated video-sharing site ([Source code](https://github.com/plumi/plumi.app)) `GPLv2` `Python` - * [Pygmyfoto](https://github.com/dmpop/pygmyfoto) - A crude solution for publishing a photo roll on the web `PHP` + * [Pygmyfoto](https://github.com/dmpop/pygmyfoto) - A crude solution for publishing a photo roll on the web `PHP` * [Shot.io](http://shot.io/) - Mobile optimised photo publishing platform (self-hosted Flickr alternative) ([Source code](https://github.com/AliasIO/Shot.io)) `GPLv3` `PHP` * [sigal](https://github.com/saimn/sigal) - yet another simple static gallery generator `MIT` `Python` * [UberGallery](http://www.ubergallery.net) - UberGallery is an easy to use, simple to manage, web photo gallery. UberGallery does not require a database and supports JPEG, GIF and PNG file types. Simply upload your images and UberGallery will automatically generate thumbnails and output HTML. ([Source code](https://github.com/UberGallery/UberGallery)) `MIT` `PHP` @@ -843,5 +844,3 @@ The list of contributors can be found below 1 steven jacobs 1 stevesbrain 1 ttoups - - From c4ed69533381684d913a80962de51e634a8be01f Mon Sep 17 00:00:00 2001 From: David Leonard Date: Tue, 1 Sep 2015 19:25:41 -0600 Subject: [PATCH 77/96] Add TextBelt https://github.com/Kickball/awesome-selfhosted/issues/192 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28f7abd4..edb30ca0 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Synapse](https://matrix.org/blog/project/synapse/) - A server for [Matrix](https://matrix.org/), an open standard for decentralized persistent communication ([Source code](https://github.com/matrix-org/synapse)) `Apache` `Python` * [Matrix Console Web](https://matrix.org/blog/project/matrix-console-web/) - A web client meant to be a showcase of Matrix capabilities, and reference implementation of the Matrix standard ([Source code](https://github.com/matrix-org/matrix-angular-sdk)) `Apache` `Javascript` * [Syndie](https://www.syndie.de) - Syndie is a libre system for operating distributed forums. `Public Domain` `Java` + * [TextBelt](https://github.com/typpo/textbelt) - An outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. ` ⚠ ` `MIT` `JavaScript` * [Tox](https://tox.chat/) - A distributed, secure messenger with audio and video chat capabilities. `GPLv3` `C` ### Social Networks and Forums From 4742c2781bb01f8052994bcb6d259b2b91df12d3 Mon Sep 17 00:00:00 2001 From: Burung Hantu Date: Tue, 15 Sep 2015 16:10:08 +0800 Subject: [PATCH 78/96] Added description for privacytools.io --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d53f1fac..575d6ef8 100644 --- a/README.md +++ b/README.md @@ -724,7 +724,8 @@ See also [Documentation Generators](#documentation-generators) and [Wikimatrix]( ## External links * [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) - A curated list of amazingly awesome open source sysadmin resources. - * [PRISM Break](https://prism-break.org/en/), [Privacytools.io](https://www.privacytools.io/) - Mobile, computer & server privacy-minded applications + * [PRISM Break](https://prism-break.org/en/) - Mobile, computer & server privacy-minded applications + * [privacytools.io](https://www.privacytools.io/) - Knowledge and tools to protect your privacy against global mass surveillance. ------------------------------------------------------- From e9a62eea863049b1f0c4b8f54b30cb6bf8793dab Mon Sep 17 00:00:00 2001 From: Massimo Santini Date: Sat, 19 Sep 2015 23:06:07 +0200 Subject: [PATCH 79/96] Added "No Fuss Bookmarks" Sorry, I accidenta --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d53f1fac..9869e8cd 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * [Firefox Accounts Server](https://docs.services.mozilla.com/howtos/run-fxa.html) * [Firefox Sync Server](https://docs.services.mozilla.com/howtos/run-sync-1.5.html) - Sync Firefox bookmarks, passwords, history, tabs, preferences * [Lobsters](https://lobste.rs) - Run your own link aggregation site - ([Source code](https://github.com/jcs/lobsters)) + * [No Fuss Bookmarks](http://nofussbm.herokuapp.com/signup.html) - A very simple (GPLv3) Python software and service to store bookmarks especially designed for hackers (that don't need fancy interfaces, but nice API); [source code]( https://github.com/mapio/nofussbm). * [Pinry](http://getpinry.com/) - The tiling image board system for people who want to save, tag, and share images, videos, and webpages. ([Source code](https://github.com/pinry/pinry)) * [Scuttle](https://github.com/scronide/scuttle) - Web-based social bookmarking system. Allows multiple users to store, share and tag their favourite links `GPLv2` `PHP` * [Shaarli](https://github.com/shaarli/Shaarli) - Personal, minimalist, super-fast, no-database bookmarking and link sharing plaform. ([Demo](http://shaarlidemo.tuxfamily.org/Shaarli) - `demo/demo`) From 7fea0320e1da947cd3d51cb2c91d14856d9750e4 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 19 Sep 2015 23:19:27 +0200 Subject: [PATCH 80/96] fix formatting for no fuss bookmarks Related https://github.com/Kickball/awesome-selfhosted/pull/271 https://github.com/Kickball/awesome-selfhosted/pull/272 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9869e8cd..e39ebe27 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * [Firefox Accounts Server](https://docs.services.mozilla.com/howtos/run-fxa.html) * [Firefox Sync Server](https://docs.services.mozilla.com/howtos/run-sync-1.5.html) - Sync Firefox bookmarks, passwords, history, tabs, preferences * [Lobsters](https://lobste.rs) - Run your own link aggregation site - ([Source code](https://github.com/jcs/lobsters)) - * [No Fuss Bookmarks](http://nofussbm.herokuapp.com/signup.html) - A very simple (GPLv3) Python software and service to store bookmarks especially designed for hackers (that don't need fancy interfaces, but nice API); [source code]( https://github.com/mapio/nofussbm). + * [No Fuss Bookmarks](http://nofussbm.herokuapp.com/signup.html) - Very simple software and service to store bookmarks especially designed for hackers (that don't need fancy interfaces, but nice API) ([Source code]( https://github.com/mapio/nofussbm)) `GPLv3` `Python` * [Pinry](http://getpinry.com/) - The tiling image board system for people who want to save, tag, and share images, videos, and webpages. ([Source code](https://github.com/pinry/pinry)) * [Scuttle](https://github.com/scronide/scuttle) - Web-based social bookmarking system. Allows multiple users to store, share and tag their favourite links `GPLv2` `PHP` * [Shaarli](https://github.com/shaarli/Shaarli) - Personal, minimalist, super-fast, no-database bookmarking and link sharing plaform. ([Demo](http://shaarlidemo.tuxfamily.org/Shaarli) - `demo/demo`) From db1de4db297960835275a9fe73e8dcf7926fc43e Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 20 Sep 2015 19:41:20 +0200 Subject: [PATCH 81/96] Work on #217, add software from freedombox wiki videodb: no update since 2013 sipwitch: http://www.gnutelephony.org/dist/tarballs abandoned add buddycloud add newebe swarmplayer: client, abandoned since 2010 zina: abandoned since 2010 stopped after "music streaming (Pandora)" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d53f1fac..a2c52bfe 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Anahita](https://www.getanahita.com/) Open Source Social Networking Framework & Platform. ([Source code](https://github.com/anahitasocial) - `GPLv3` `PHP` * [Bootcamp](http://trybootcamp.vitorfs.com) - An enterprise social network - [Source code](https://github.com/vitorfs/bootcamp) + * [Buddycloud](http://buddycloud.com/) - Tools, libraries, services and a community to build user-to-user, group and social messaging into your app. Saves time. Scales up. Supports you. ([Source code](https://github.com/buddycloud)) `Apache 2.0` `Java/Javascript` * [BuddyPress](http://buddypress.org/about/) - A powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more. * [diaspora*](https://diasporafoundation.org/) - Distributed social networking server. ([Demo](http://podupti.me/random.php), [Source Code](https://github.com/diaspora/diaspora)) - `AGPLv3` `Ruby` * [Discourse](http://www.discourse.org/) - Advanced forum / community solution based on Ruby and JS - `GPLv2` @@ -252,6 +253,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Isso](http://posativ.org/isso/) - a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus ([Source code](https://github.com/posativ/isso)) `MIT` `Python` * [Jappix](https://jappix.com/) - Jappix is an open social platform, that let's you easily get or keep in touch with everyone. * [Movim](https://movim.eu/) - A brand new social network, full of awesome features in a modern and smart interface + * [Newebe](http://newebe.org/) - a Distributed Social Network ([Source code](https://github.com/gelnior/newebe)) `AGPLv3` `Python` * [NodeBB](https://nodebb.org/) - Node.js based forum software built for the modern web ([Source code](https://github.com/NodeBB/NodeBB)) - `GPLv3` `Node.js` * [Oxwall](http://www.oxwall.org/) Oxwall is used for a wide range of projects starting from family sites and custom social networks to collaboration tools and enterprise community solutions. ([Source code](https://bitbucket.org/oxwall/public) - `CPALv1` `PHP` * [PPnet](https://github.com/pixelpark/ppnet) Create and host your own social network. `MIT` `JavaScript` From 27ed77b9a3d19687a6e6ae2a7fb19d8f7f91696b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 20 Sep 2015 20:03:42 +0200 Subject: [PATCH 82/96] Update README.md ukolovnik: abandoned 2012 add sharefest filez: abandoned 2012 fipes: abandoned add filetea add openmeetings stopped after "telephony confence call (teamspeak)" --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2c52bfe..149b75cc 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [droppy](https://github.com/silverwind/droppy) - droppy is a self-hosted cloud server with an interface similar to desktop file managers and has capabilites to edit files on-the-fly as well as view and playback media directly in the browser. ([Demo](http://droppy.silverwind.io/)) `BSD` `Nodejs` * [eXtplorer](http://extplorer.sourceforge.net/) - A PHP- and JavaScript- based File Manager * [FilePizza](http://file.pizza/) - Peer-to-peer file transfers in your browser ([Source code](https://github.com/kern/filepizza)) `BSD` `Nodejs` + * [FileTea](https://filetea.me/) - Anonymous, volatile file sharing ([Source code](https://github.com/elima/FileTea) `AGPLv3` `C` * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives * [img.bi](https://github.com/imgbi/img.bi) - img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. `GPLv3` `Nodejs` * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent ([Demo](https://instant.io)) `MIT` `Nodejs` @@ -370,6 +371,8 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` + * [ShareFest](https://github.com/peer5/sharefest) - Web based p2p file sharing built on WebRTC Data Channels API + ([Demo](https://www.sharefest.me/)) `Apache 2.0` `Nodejs` * [SparkleShare](http://sparkleshare.org/) - Self hosted, instant, secure file sync * [Swift](http://docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store. * [Syncany](https://www.syncany.org/) - Secure file sync software for arbitrary storage backends - An open-source cloud storage and filesharing application. Securely synchronize your files to any kind of storage! `GPLv3` `Java` @@ -397,6 +400,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [egroupware](http://www.egroupware.org/) - Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS. * [Horde](http://www.horde.org/) - The Horde Project is about creating high quality Open Source applications and libraries, based on PHP and the Horde Framework. - `GPL` * [Kolab](https://kolab.org/) - Kolab community is a unified communication and collaboration system - `Various FLOSS Licenses` ([Source](http://git.kolab.org/)) + * [Openmeetings](https://openmeetings.apache.org/index.html) - ([Source code](https://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp)) - Openmeetings provides video conferencing, instant messaging, white board, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming. `Apache 2.0` `Java` * [ownCloud](https://owncloud.org/) - All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more - `AGPLv3` `PHP` * [Sogo](http://www.sogo.nu/) - SOGo offers multiple ways to access the calendaring and messaging data. CalDAV, CardDAV, GroupDAV, as well as ActiveSync, including native Outlook compatibility and web interface. ([Demo](http://www.sogo.nu/tour/online_demo.html), [Source Code](http://www.sogo.nu/development/source_code.html)) `GPLv1/LGPLv2` `Objective-C` * [Tine 2.0org](https://www.tine20.org) - Contacts, Calendar, Tasks, WebDAV, ActiveSync, VOIP, Mail-Client, CRM, Sales, Projects, Timetracker - ([Demo](https://demo.tine20.net)) - `AGPLv3` From 51a3cb2c33ade5377e38ffff52298aa86520c979 Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Sat, 26 Sep 2015 02:03:35 +0200 Subject: [PATCH 83/96] Add Tryton. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d53f1fac..40a0610a 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [GRR](http://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies ([demo](http://grr.devome.com/demo/week_all.php?year=2015&month=07&day=28&area=94), _administrateur/azerty_) `GPLv2` `PHP` * [InvoicePlane](https://invoiceplane.com/) - Manage quotes, invoices, payments and customers for your small business. ([Demo](https://demo.invoiceplane.com), [Source code](https://github.com/InvoicePlane/InvoicePlane)) - `MIT` * [IHateMoney](http://ihatemoney.org/) - Manage your shared expenses, easily. ([Source code](https://github.com/spiral-project/ihatemoney)) `BSD` `Python` + * [Tryton](http://www.tryton.org/) - Core base of a complete business solution (ERP). ([Demo](http://demo.tryton.org) admin/admin, [Source code](https://hg.tryton.org)) ## Monitoring and Administration From 9cad3c224cc3e3fc0cc9dbe12de092fc0c1246dc Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 26 Sep 2015 11:39:58 +0200 Subject: [PATCH 84/96] add license an language for tryton fix for https://github.com/Kickball/awesome-selfhosted/pull/281 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a0610a..903dc038 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [GRR](http://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies ([demo](http://grr.devome.com/demo/week_all.php?year=2015&month=07&day=28&area=94), _administrateur/azerty_) `GPLv2` `PHP` * [InvoicePlane](https://invoiceplane.com/) - Manage quotes, invoices, payments and customers for your small business. ([Demo](https://demo.invoiceplane.com), [Source code](https://github.com/InvoicePlane/InvoicePlane)) - `MIT` * [IHateMoney](http://ihatemoney.org/) - Manage your shared expenses, easily. ([Source code](https://github.com/spiral-project/ihatemoney)) `BSD` `Python` - * [Tryton](http://www.tryton.org/) - Core base of a complete business solution (ERP). ([Demo](http://demo.tryton.org) admin/admin, [Source code](https://hg.tryton.org)) + * [Tryton](http://www.tryton.org/) - Core base of a complete business solution (ERP). ([Demo](http://demo.tryton.org) admin/admin, [Source code](https://hg.tryton.org)) `GPLv3` `Python` ## Monitoring and Administration From b6a317bc59983f8d717869bb5f1d0596fa9e73f2 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 29 Sep 2015 21:59:26 +0200 Subject: [PATCH 85/96] fixes and additions * add rygel, galette, ratticdb demo * add links to wiki engine lists * add dynamic domain name and community links --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ef3364e..f4f09bac 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Flumotion](http://flumotion.net/) - a streaming media server with intuitive graphical administration tools ([Source code](https://github.com/Flumotion/flumotion)) `LGPLv2` `Python` * [HTPC Manager](http://htpc.io/) - A fully responsive interface to manage all your favorite media on your HTPC. - `MIT` * [ReadyMedia](http://sourceforge.net/projects/minidlna/) - a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients `GPLv2` `C` + * [Rygel](https://wiki.gnome.org/action/show/Projects/Rygel) - Rygel is a home media solution (UPnP AV MediaServer) that allows you to easily share audio, video and pictures to other devices. Additionally, media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller. `GPLv3` `C` * [Streama](https://github.com/dularion/streama) - Self-hosted Netflix alternative. - `MIT` `Java` ## Mind Maps @@ -432,6 +433,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Money, Budgeting and Management + * [Galette](http://galette.eu/dc/) - Galette is a membership management web application towards non profit organizations ([Source code](http://git.tuxfamily.org/galette/galette.git/)) `GPLv3` `PHP` * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - GLPI is an IT assests/resources/inventory manager ([Source code](https://forge.glpi-project.org/projects/glpi)) `GPLv2` `PHP` * [GRR](http://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies ([demo](http://grr.devome.com/demo/week_all.php?year=2015&month=07&day=28&area=94), _administrateur/azerty_) `GPLv2` `PHP` * [InvoicePlane](https://invoiceplane.com/) - Manage quotes, invoices, payments and customers for your small business. ([Demo](https://demo.invoiceplane.com), [Source code](https://github.com/InvoicePlane/InvoicePlane)) - `MIT` @@ -487,7 +489,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Password Managers - * [Rattic](http://rattic.org/) - Password Management for Humans ([Source code](https://github.com/tildaslash/RatticWeb)) + * [RatticDB](http://rattic.org/) - Password Management for Humans ([Source code](https://github.com/tildaslash/RatticWeb), [Demo](https://demo.rattic.org/cred/list/)) * [Teampass](http://www.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` ## Pastebins @@ -670,7 +672,7 @@ See https://github.com/n1trux/awesome-sysadmin#web ## Wikis -See also [Documentation Generators](#documentation-generators) and [Wikimatrix](http://www.wikimatrix.org/) (a wiki platforms comparator). +See also [Documentation Generators](#documentation-generators), [Wikimatrix](http://www.wikimatrix.org/), [Wiki Engines on WikiIndex](http://wikiindex.org/Category:Wiki_Engine), [List of wiki software on wikipedia](https://en.wikipedia.org/wiki/List_of_wiki_software), [Comparison of wiki software on wikipedia](https://en.wikipedia.org/wiki/Comparison_of_wiki_software). * [Blazekiss](https://github.com/ldleman/blazekiss) - BlazeKiss is a KISS-based wiki (Keep It Simple, Stupid) - simplicity and functionality comes before all. `PHP` * [Codex](http://codex.caffeinated.ninja/codex/master) - Codex is a simple file-based Markdown documentation platform built on top of Laravel. - `MIT` `PHP` @@ -728,7 +730,8 @@ See also [Documentation Generators](#documentation-generators) and [Wikimatrix]( * [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) - A curated list of amazingly awesome open source sysadmin resources. * [PRISM Break](https://prism-break.org/en/) - Mobile, computer & server privacy-minded applications * [privacytools.io](https://www.privacytools.io/) - Knowledge and tools to protect your privacy against global mass surveillance. - + * Dynamic Domain Name services: [Afraid.org](https://freedns.afraid.org/domain/registry/), [Pagekite](https://pagekite.net/) + * Communities: [/r/selfhosted](https://www.reddit.com/r/selfhosted), [Auto-Hébergement (FR)](http://www.auto-hebergement.fr/ ------------------------------------------------------- From c9462ccdc20ab52420cf5a2112f5630a10b32362 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 29 Sep 2015 22:15:26 +0200 Subject: [PATCH 86/96] add freedombox --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index beb41225..a4f1f33d 100644 --- a/README.md +++ b/README.md @@ -704,6 +704,7 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt ## Self-hosting Solutions * [arkOS](https://arkos.io/) - Install arkOS to a dedicated device and host your own websites, email, files and more. ([Source code](https://git.coderouge.co/groups/arkOS) [[1]](https://github.com/cznweb)) `MIT/GPL` `Nodejs/Other` + * [FreedomBox](https://wiki.debian.org/FreedomBox) - a community project to develop, design and promote personal servers running free software for private, personal, communications. `GPLv3` `Python/Other` * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` From f29998806c710755b8c717612d6b8b7070b079d4 Mon Sep 17 00:00:00 2001 From: Kevin Vandenborne Date: Wed, 7 Oct 2015 21:33:21 +0200 Subject: [PATCH 87/96] Added YouTransfer #287 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ef3364e..eae41522 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Syncany](https://www.syncany.org/) - Secure file sync software for arbitrary storage backends - An open-source cloud storage and filesharing application. Securely synchronize your files to any kind of storage! `GPLv3` `Java` * [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) - `MPLv2` `Go` * [Tahoe-LAFS](https://www.tahoe-lafs.org/trac/tahoe-lafs) - Tahoe-LAFS is a Free and Open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security. + * [YouTransfer](http://www.youtransfer.io) - YouTransfer is a simple but elegant self-hosted file transfer & sharing solution. ([Demo](http://demo.youtransfer.io/), [Source code](https://github.com/remie/YouTransfer)) `Apache` `Nodejs` * [Z-Push](https://z-push.org/) - an implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol From bac17c9d2fc71f974143c47ef7a8b63e8dfc2fb1 Mon Sep 17 00:00:00 2001 From: Marcin Karpezo Date: Fri, 9 Oct 2015 16:06:10 +0200 Subject: [PATCH 88/96] fix for item landed in wrong category --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef3364e..71ec7616 100644 --- a/README.md +++ b/README.md @@ -537,10 +537,10 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [LimeSurvey](https://www.limesurvey.org) - Feature-rich Open Source web based polling software. Supports extensive survey logic. - ([Demo](https://demo.limesurvey.org)) * [MaterialPoll](https://github.com/nearbycoder/materialpoll) - an opensource strawpoll.me clone for creating random polls. - ([Source code](https://github.com/nearbycoder/materialpoll), [Demo](http://materialpoll.tk)) * [OpenSondage](https://github.com/leblanc-simon/OpenSondage) - an online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision - ([Demo](http://framadate.org/), [Example](https://framadate.org/aqg259dth55iuhwm)) - * [scotty](http://www.scotty-transporter.org/) - Scotty is a free opensource proxy software for bypassing filter and censorship systems. - ([Source Code](https://github.com/SSilence/scotty)) `GPLv3` `Java` ## Proxy + * [scotty](http://www.scotty-transporter.org/) - Scotty is a free opensource proxy software for bypassing filter and censorship systems. - ([Source Code](https://github.com/SSilence/scotty)) `GPLv3` `Java` * [Oranjeproxy](http://lehollandaisvolant.net/tout/oranjeproxy/) - Anonymizing web proxy ([Source code](https://github.com/AmauryCarrade/OranjeProxy)) `GPLv2` `PHP` * [Privoxy](http://www.privoxy.org) - a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk `GPLv2` `C` * [Swiperproxy](https://swiperproxy.github.io/) - A lightning-fast, open source web proxy that is easy for you to run and customize. ([Source code](https://github.com/swiperproxy/swiperproxy), [Demo](http://proxy.donttrustrobots.nl/)) - `MIT` From b04e4828e40354ca9f849e650e0350538d84589f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 9 Oct 2015 22:56:55 +0200 Subject: [PATCH 89/96] add fluxbb, phpbb, vanilla, fix indentation, filetea description, koha, squid, tinyproxy --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4f1f33d..c6d92e06 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Discourse](http://www.discourse.org/) - Advanced forum / community solution based on Ruby and JS - `GPLv2` * [Elgg](https://www.elgg.org/) - a powerful open source social networking engine - `GPLv2` * [Flarum](http://flarum.org) - Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again. ([Source Code](https://github.com/flarum/flarum)) - `MIT` `PHP` + * [FluxBB](http://fluxbb.org/) - fast, light, user-friendly forum software for your website. ([Source code](https://github.com/fluxbb/fluxbb)) `GPLv2` `PHP` * [Friendica](http://friendica.com/) - Social Communication Server ([Source code](https://github.com/friendica/friendica)) `AGPLv3` * [Gnu Social](http://gnu.io/social/) - social communication software for both public and private communications * [Hubzilla](https://github.com/redmatrix/hubzilla) - independent general-purpose websites that not only connect with their associated members and viewers, but also connect together `MIT` `PHP` @@ -257,11 +258,13 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Newebe](http://newebe.org/) - a Distributed Social Network ([Source code](https://github.com/gelnior/newebe)) `AGPLv3` `Python` * [NodeBB](https://nodebb.org/) - Node.js based forum software built for the modern web ([Source code](https://github.com/NodeBB/NodeBB)) - `GPLv3` `Node.js` * [Oxwall](http://www.oxwall.org/) Oxwall is used for a wide range of projects starting from family sites and custom social networks to collaboration tools and enterprise community solutions. ([Source code](https://bitbucket.org/oxwall/public) - `CPALv1` `PHP` + * [phpBB](https://www.phpbb.com/) - flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website. `GPLv2` `PHP` * [PPnet](https://github.com/pixelpark/ppnet) Create and host your own social network. `MIT` `JavaScript` * [Pump.io](http://pump.io/) - stream server that does most of what people really want from a social network ([Source code](https://github.com/e14n/pump.io)) * [Reddit](https://www.reddit.com/) - social networking and news website where registered community members can submit content. ([Demo](https://www.reddit.com/) [Source Code](https://github.com/reddit/reddit)) `CPALv1` `Python` * [RedMatrix](http://redmatrix.me/) - complete decentralised publishing, sharing, and communications system ([Source code](https://github.com/redmatrix/redmatrix)) * [twister](http://twister.net.co/) - P2P microblogging platform + * [Vanilla Forums](http://vanillaforums.org/) - Simple and flexible forum software ([Source code](https://github.com/vanilla/vanilla)) `GPLv2` `PHP` ## Content Management Systems (CMS) @@ -327,7 +330,6 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Feedbin](https://feedbin.me) - a simple, fast and nice looking RSS reader. ([Source code](https://github.com/feedbin/feedbin)) * [FeedHQ](https://feedhq.org/) - FeedHQ is a web-based feed reader ([Source code](https://github.com/feedhq/feedhq)) * [FreshRSS](http://freshrss.org/) - A self-hostable RSS feed aggregator ([Demo](http://demo.freshrss.org/i/), [Source code](https://github.com/FreshRSS/FreshRSS), [Mobile app](https://github.com/Alkarex/EasyRSS)) - `AGPLv3` - * [gritttt-rss](http://gritttt-rss.nicolashoening.de/) - More features for Tiny Tiny RSS [Source code](https://github.com/nhoening/gritttt-rss) * [Kriss Feed](http://tontof.net/kriss/feed/) - A simple and smart (or stupid) feed reader ([Demo](http://tontof.net/feed/), [Source code](https://github.com/tontof/kriss_feed/)) * [Leed](http://projet.idleman.fr/leed/) - Leed (for Light Feed) is a Free and minimalist RSS aggregator ([Source code](https://github.com/ldleman/Leed)) * [Leselys](https://github.com/socketubs/leselys) - your very elegant RSS reader @@ -343,6 +345,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Stringer](https://github.com/swanson/stringer) - A work-in-progress self-hosted, anti-social RSS reader. * [Tiny Tiny RSS](https://tt-rss.org/redmine/projects/tt-rss/wiki) - Open source web-based news feed (RSS/Atom) reader and aggregator. ([Demo](http://tt-rss.org/demo/), [Public instance](http://framanews.org/), [Applications](http://tt-rss.org/redmine/projects/tt-rss/wiki/RelatedSoftware)) - `GPLv3` * [ttrss-mobile](https://github.com/mboinet/ttrss-mobile) - A mobile webapp for Tiny Tiny RSS + * [gritttt-rss](http://gritttt-rss.nicolashoening.de/) - More features for Tiny Tiny RSS [Source code](https://github.com/nhoening/gritttt-rss) @@ -357,7 +360,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [droppy](https://github.com/silverwind/droppy) - droppy is a self-hosted cloud server with an interface similar to desktop file managers and has capabilites to edit files on-the-fly as well as view and playback media directly in the browser. ([Demo](http://droppy.silverwind.io/)) `BSD` `Nodejs` * [eXtplorer](http://extplorer.sourceforge.net/) - A PHP- and JavaScript- based File Manager * [FilePizza](http://file.pizza/) - Peer-to-peer file transfers in your browser ([Source code](https://github.com/kern/filepizza)) `BSD` `Nodejs` - * [FileTea](https://filetea.me/) - Anonymous, volatile file sharing ([Source code](https://github.com/elima/FileTea) `AGPLv3` `C` + * [FileTea](https://filetea.me/) - Anonymous, volatile file sharing: does not store any file on server. Bridges a download to the recipient’s browser with an upload from the source’s browser. ([Source code](https://github.com/elima/FileTea) `AGPLv3` `C` * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives * [img.bi](https://github.com/imgbi/img.bi) - img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. `GPLv3` `Nodejs` * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent ([Demo](https://instant.io)) `MIT` `Nodejs` @@ -439,12 +442,14 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## Money, Budgeting and Management + * [Galette](http://galette.eu/dc/) - Galette is a membership management web application towards non profit organizations ([Source code](http://git.tuxfamily.org/galette/galette.git/)) `GPLv3` `PHP` * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - GLPI is an IT assests/resources/inventory manager ([Source code](https://forge.glpi-project.org/projects/glpi)) `GPLv2` `PHP` * [GRR](http://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies ([demo](http://grr.devome.com/demo/week_all.php?year=2015&month=07&day=28&area=94), _administrateur/azerty_) `GPLv2` `PHP` * [InvoicePlane](https://invoiceplane.com/) - Manage quotes, invoices, payments and customers for your small business. ([Demo](https://demo.invoiceplane.com), [Source code](https://github.com/InvoicePlane/InvoicePlane)) - `MIT` * [IHateMoney](http://ihatemoney.org/) - Manage your shared expenses, easily. ([Source code](https://github.com/spiral-project/ihatemoney)) `BSD` `Python` * [Tryton](http://www.tryton.org/) - Core base of a complete business solution (ERP). ([Demo](http://demo.tryton.org) admin/admin, [Source code](https://hg.tryton.org)) `GPLv3` `Python` + * [Koha](http://www.koha-community.org/) - fully featured, scalable library management system (integrated library system - ILS). ([Source code](https://github.com/Koha-Community/Koha)) `GPLv3` `Perl` ## Monitoring and Administration @@ -551,7 +556,9 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Oranjeproxy](http://lehollandaisvolant.net/tout/oranjeproxy/) - Anonymizing web proxy ([Source code](https://github.com/AmauryCarrade/OranjeProxy)) `GPLv2` `PHP` * [Privoxy](http://www.privoxy.org) - a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk `GPLv2` `C` + * [Squid](http://www.squid-cache.org/) - caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. ([Source code](http://bazaar.launchpad.net/~squid/squid/3-trunk/files)) `GPLv2` `C` * [Swiperproxy](https://swiperproxy.github.io/) - A lightning-fast, open source web proxy that is easy for you to run and customize. ([Source code](https://github.com/swiperproxy/swiperproxy), [Demo](http://proxy.donttrustrobots.nl/)) - `MIT` + * [Tinyproxy](https://banu.com/tinyproxy/) - light-weight HTTP/HTTPS proxy daemon ([Source code](https://git.banu.com/tinyproxy/)) `GPLv2` `C` ## Read it Later Lists From 610bc70b1773ceeb98054da64df71c0188872e0d Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 9 Oct 2015 23:08:40 +0200 Subject: [PATCH 90/96] split file sharing and sync., fixes https://github.com/Kickball/awesome-selfhosted/issues/161 --- README.md | 54 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a2318488..653c5a55 100644 --- a/README.md +++ b/README.md @@ -351,39 +351,55 @@ CMS are a practical way to setup a website with many features. CMS often come wi ## File Sharing and Synchronization -Some [Groupware](#groupware) solutions also feature file sharing synchronization. +Some [Groupware](#groupware) solutions also feature file sharing and synchronization. + +_Web based file managers_ + + * [eXtplorer](http://extplorer.sourceforge.net/) - A PHP- and JavaScript- based File Manager + * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. + + +_File synchronization_ + + * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives + * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` + * [SparkleShare](http://sparkleshare.org/) - Self hosted, instant, secure file sync + * [Syncany](https://www.syncany.org/) - Secure file sync software for arbitrary storage backends - An open-source cloud storage and filesharing application. Securely synchronize your files to any kind of storage! `GPLv3` `Java` + * [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) - `MPLv2` `Go` + * [Z-Push](https://z-push.org/) - an implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol + + +_Single-click/drag-n-drop upload_ * [BoZoN](https://github.com/broncowdd/BoZoN) - Minimalist Drag & drop file sharing app `AGPLv3` `PHP` - * [Camlistore](https://camlistore.org/) - Camlistore is a set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data in the post-PC era. Data may be files or objects, tweets or 5TB videos, and you can access it via a phone, browser or FUSE filesystem. ([Source code](https://github.com/camlistore/camlistore)) `Apache` `Go` * [Coquelicot](https://coquelicot.potager.org/) - Coquelicot is a “one-click” file sharing web application with a focus on protecting users’ privacy. - `AGPLv3` * [Dropcenter](http://projet.idleman.fr/dropcenter/) - Upload files by simple drag-n-drop. * [droppy](https://github.com/silverwind/droppy) - droppy is a self-hosted cloud server with an interface similar to desktop file managers and has capabilites to edit files on-the-fly as well as view and playback media directly in the browser. ([Demo](http://droppy.silverwind.io/)) `BSD` `Nodejs` - * [eXtplorer](http://extplorer.sourceforge.net/) - A PHP- and JavaScript- based File Manager - * [FilePizza](http://file.pizza/) - Peer-to-peer file transfers in your browser ([Source code](https://github.com/kern/filepizza)) `BSD` `Nodejs` - * [FileTea](https://filetea.me/) - Anonymous, volatile file sharing: does not store any file on server. Bridges a download to the recipient’s browser with an upload from the source’s browser. ([Source code](https://github.com/elima/FileTea) `AGPLv3` `C` - * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives * [img.bi](https://github.com/imgbi/img.bi) - img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. `GPLv3` `Nodejs` - * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent ([Demo](https://instant.io)) `MIT` `Nodejs` - * [Go IPFS](https://github.com/ipfs/go-ipfs) - Implementation of [IPFS](http://ipfs.io/), a global, versioned, peer-to-peer filesystem that seeks to connect all computing devices with the same system of files. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. * [Jirafeau](https://gitlab.com/mojo42/Jirafeau/wikis/home) - Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it. ([Demo](http://jirafeau.net/)) * [Jyraphe](http://home.gna.org/jyraphe/) - Jyraphe is a web application of file repository, easy to install and easy to use. * [lutim](https://github.com/ldidry/lutim) - Let's Upload That Image ! * [Mediacrush](https://mediacru.sh/) - a website you can upload images, audio, and video to, and receive a link to share it with your friends ([Source code](https://github.com/MediaCrush/MediaCrush)) * [Nimbus](https://github.com/ethanal/nimbus) - A drag-and-drop shortlink file sharer for OS X - `MIT` `Python` * [OnionShare](https://onionshare.org/) - securely and anonymously share a file of any size. - * [Ori Filesystem](http://ori.scs.stanford.edu/) - A Secure Distributed File System built for offline operation ([Source code](https://bitbucket.org/orifs/ori/wiki/Home)) `MIT` `C++` * [Pomf](https://github.com/nokonoko/Pomf) - Simple file uploading and sharing, source for the now shut down site Pomf.se `MIT` `PHP/Nodejs` - * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. - * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` - * [ShareFest](https://github.com/peer5/sharefest) - Web based p2p file sharing built on WebRTC Data Channels API - ([Demo](https://www.sharefest.me/)) `Apache 2.0` `Nodejs` - * [SparkleShare](http://sparkleshare.org/) - Self hosted, instant, secure file sync - * [Swift](http://docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store. - * [Syncany](https://www.syncany.org/) - Secure file sync software for arbitrary storage backends - An open-source cloud storage and filesharing application. Securely synchronize your files to any kind of storage! `GPLv3` `Java` - * [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) - `MPLv2` `Go` - * [Tahoe-LAFS](https://www.tahoe-lafs.org/trac/tahoe-lafs) - Tahoe-LAFS is a Free and Open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security. * [YouTransfer](http://www.youtransfer.io) - YouTransfer is a simple but elegant self-hosted file transfer & sharing solution. ([Demo](http://demo.youtransfer.io/), [Source code](https://github.com/remie/YouTransfer)) `Apache` `Nodejs` - * [Z-Push](https://z-push.org/) - an implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol + + +_Peer-to-peer filesharing_ + + * [FilePizza](http://file.pizza/) - Peer-to-peer file transfers in your browser ([Source code](https://github.com/kern/filepizza)) `BSD` `Nodejs` + * [FileTea](https://filetea.me/) - Anonymous, volatile file sharing: does not store any file on server. Bridges a download to the recipient’s browser with an upload from the source’s browser. ([Source code](https://github.com/elima/FileTea) `AGPLv3` `C` + * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent ([Demo](https://instant.io)) `MIT` `Nodejs` + * [ShareFest](https://github.com/peer5/sharefest) - Web based p2p file sharing built on WebRTC Data Channels API ([Demo](https://www.sharefest.me/)) `Apache 2.0` `Nodejs` + + +_Distributed filesystems_ + * [Camlistore](https://camlistore.org/) - Camlistore is a set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data in the post-PC era. Data may be files or objects, tweets or 5TB videos, and you can access it via a phone, browser or FUSE filesystem. ([Source code](https://github.com/camlistore/camlistore)) `Apache` `Go` + * [Go IPFS](https://github.com/ipfs/go-ipfs) - Implementation of [IPFS](http://ipfs.io/), a global, versioned, peer-to-peer filesystem that seeks to connect all computing devices with the same system of files. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. + * [Ori Filesystem](http://ori.scs.stanford.edu/) - A Secure Distributed File System built for offline operation ([Source code](https://bitbucket.org/orifs/ori/wiki/Home)) `MIT` `C++` + * [Swift](http://docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store. + * [Tahoe-LAFS](https://www.tahoe-lafs.org/trac/tahoe-lafs) - Tahoe-LAFS is a Free and Open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security. ## Games From 2e1c55668e139d6efc002cbbd915096f837d583c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 9 Oct 2015 23:10:57 +0200 Subject: [PATCH 91/96] add h5Ai, fix https://github.com/Kickball/awesome-selfhosted/issues/253 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 653c5a55..a2e2a6fb 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ _Web based file managers_ * [eXtplorer](http://extplorer.sourceforge.net/) - A PHP- and JavaScript- based File Manager * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. + * [h5ai](https://larsjung.de/h5ai/) - modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. ([Source code](https://github.com/lrsjng/h5ai), [Demo](https://larsjung.de/h5ai/demo/)) `MIT` `PHP/Javascript` _File synchronization_ From 701dde6bde36d43c4700f75244b3ff5c594adb5e Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 9 Oct 2015 23:13:28 +0200 Subject: [PATCH 92/96] add inventaire, fix https://github.com/Kickball/awesome-selfhosted/issues/264 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2e2a6fb..71129de4 100644 --- a/README.md +++ b/README.md @@ -464,12 +464,14 @@ _Distributed filesystems_ * [Galette](http://galette.eu/dc/) - Galette is a membership management web application towards non profit organizations ([Source code](http://git.tuxfamily.org/galette/galette.git/)) `GPLv3` `PHP` * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - GLPI is an IT assests/resources/inventory manager ([Source code](https://forge.glpi-project.org/projects/glpi)) `GPLv2` `PHP` * [GRR](http://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies ([demo](http://grr.devome.com/demo/week_all.php?year=2015&month=07&day=28&area=94), _administrateur/azerty_) `GPLv2` `PHP` + * [Inventaire](https://inventaire.io/welcome) - collaborative resources mapper project, while yet only focused on exploring books mapping with wikidata and ISBNs ([Source code](https://github.com/inventaire/inventaire)) `AGPLv3` `Nodejs` * [InvoicePlane](https://invoiceplane.com/) - Manage quotes, invoices, payments and customers for your small business. ([Demo](https://demo.invoiceplane.com), [Source code](https://github.com/InvoicePlane/InvoicePlane)) - `MIT` * [IHateMoney](http://ihatemoney.org/) - Manage your shared expenses, easily. ([Source code](https://github.com/spiral-project/ihatemoney)) `BSD` `Python` * [Tryton](http://www.tryton.org/) - Core base of a complete business solution (ERP). ([Demo](http://demo.tryton.org) admin/admin, [Source code](https://hg.tryton.org)) `GPLv3` `Python` * [Koha](http://www.koha-community.org/) - fully featured, scalable library management system (integrated library system - ILS). ([Source code](https://github.com/Koha-Community/Koha)) `GPLv3` `Perl` + ## Monitoring and Administration From 6ddb64a782bd185bff1b720e164b4a4e3a21ea9b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 9 Oct 2015 23:15:03 +0200 Subject: [PATCH 93/96] add nuages, fix https://github.com/Kickball/awesome-selfhosted/issues/292 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71129de4..20fe156d 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,7 @@ _Distributed filesystems_ * [Kyélà](http://kyela.net/) - Participation polls for group events - ([Source code](https://github.com/abienvenu/Kyela), [Demo](http://kyela.net/55232734237c8/)) * [LimeSurvey](https://www.limesurvey.org) - Feature-rich Open Source web based polling software. Supports extensive survey logic. - ([Demo](https://demo.limesurvey.org)) * [MaterialPoll](https://github.com/nearbycoder/materialpoll) - an opensource strawpoll.me clone for creating random polls. - ([Source code](https://github.com/nearbycoder/materialpoll), [Demo](http://materialpoll.tk)) + * [Nuages](https://nuages.domainepublic.net/) - collaborative meeting poll system, similar to doodle or rdvz ([Source code](http://git.domainepublic.net/?p=nuages.git;a=tree)) `GPLv3` `Python/Django` * [OpenSondage](https://github.com/leblanc-simon/OpenSondage) - an online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision - ([Demo](http://framadate.org/), [Example](https://framadate.org/aqg259dth55iuhwm)) * [scotty](http://www.scotty-transporter.org/) - Scotty is a free opensource proxy software for bypassing filter and censorship systems. - ([Source Code](https://github.com/SSilence/scotty)) `GPLv3` `Java` From 8971e4f9f611309794f323524414612c89008db2 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 9 Oct 2015 23:16:04 +0200 Subject: [PATCH 94/96] rename media streaming to video streaming, fixes https://github.com/Kickball/awesome-selfhosted/issues/293 update contributors list --- README.md | 210 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 109 insertions(+), 101 deletions(-) diff --git a/README.md b/README.md index 20fe156d..389d44b2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Table of Contents - [Groupware](#groupware) - [Learning and Courses](#learning-and-courses) - [Maps & GPS](#maps--gps) -- [Media Streaming](#media-streaming) +- [Video Streaming](#video-streaming) - [Mind Maps](#mind-maps) - [Money, Budgeting and Management](#money-budgeting-and-management) - [Monitoring and Administration](#monitoring-and-administration) @@ -88,7 +88,7 @@ _Web Analytics_ ## Automation * [Huginn](https://github.com/cantino/huginn) - Allows you to build agents that monitor and act on your behalf. Built in Ruby - `MIT` `Ruby` - + * [Http2pic](https://http2pic.haschek.at/) - website screenshots/renderer. It uses the wkhtmltox to render websites with various options. ([Source code](https://github.com/chrisiaut/http2pic)) `Apache 2.0` `PHP/Javascript` ## Blogging Platforms @@ -444,7 +444,7 @@ _Distributed filesystems_ * [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips - ([Demo](http://demo.traccar.org/), [Source code](https://github.com/tananaev?tab=repositories)) - `Apache` -## Media Streaming +## Video Streaming * [Emby](https://github.com/MediaBrowser/MediaBrowser) - A home media server built using other popular open source technologies. - `GPLv2` * [Flumotion](http://flumotion.net/) - a streaming media server with intuitive graphical administration tools ([Source code](https://github.com/Flumotion/flumotion)) `LGPLv2` `Python` @@ -454,8 +454,8 @@ _Distributed filesystems_ * [Streama](https://github.com/dularion/streama) - Self-hosted Netflix alternative. - `MIT` `Java` ## Mind Maps - * [Mindmaps](https://github.com/drichard/mindmaps) - An open source, offline capable, mind mapping application ([Demo](http://drichard.org/mindmaps/)) + * [Mindmaps](https://github.com/drichard/mindmaps) - An open source, offline capable, mind mapping application ([Demo](http://drichard.org/mindmaps/)) ## Money, Budgeting and Management @@ -788,102 +788,110 @@ This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LI The list of contributors can be found below - 136 nodiscc - 117 Edward D + 154 nodiscc + 120 Edward D 22 Kickball 13 jungle-boogie - 9 Kovah - 7 Thomas Dalichow - 7 n1trux - 7 phre4k - 7 édouard u. - 6 Per Guth - 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> - 5 Joubert RedRat - 5 Moti Korets - 4 Cory Gibbons - 4 Dominik Pfaffenbauer - 4 Dr. Azrael Tod - 4 Jean Elchinger - 3 Ethan Lowman - 3 Jan Vlnas - 3 Leo Gaggl - 3 Marc Picaud - 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> - 3 Martin Gontovnikas - 3 Tobi Schäfer - 3 Ye Lin Aung - 3 jungle-boogie - 3 rett gerst - 2 Alexander Ryzhov - 2 Alexis Metaireau - 2 Bartłomiej Kurzeja - 2 Brendan Abolivier - 2 Charles Farence III - 2 Chris Missal - 2 Costin Moise - 2 Deryck - 2 Greg V - 2 Görkem Çetin - 2 Jason Robinson - 2 Joseph Dykstra - 2 Lee Watson - 2 Marien Fressinaud - 2 Mikael Peigney - 2 Patrik Ragnarsson - 2 Peter Thaleikis - 2 Poorchop - 2 Roland Geider - 2 Simon Vieille - 2 Stefano - 2 Thomas Citharel - 2 cron410 - 2 jimykk - 2 tomc3 - 2 yuche - 1 Alys - 1 Andrew Murray - 1 Angel Velasquez - 1 Brett - 1 Caleb Xu - 1 Calle Wolff - 1 Chema - 1 Craig Davison - 1 Dan - 1 Dirk Krause - 1 Dražen Lučanin - 1 Eren Hatırnaz - 1 Florian Wilhelm - 1 Henry Ruhs - 1 Igor Antun - 1 Ilya Sevostyanov - 1 Jeremiah Marks - 1 Joel Calado - 1 Joshua Hamilton - 1 Keith Thibodeaux - 1 Kyle Stetz - 1 Liran Tal - 1 Marcus Ramberg - 1 MatFluor - 1 Mike Steele - 1 Morris Jobke - 1 Murdoc Bates - 1 Oliver Kopp - 1 Remy Adriaanse - 1 Remy Honig - 1 Riddler - 1 Ryan Halliday - 1 Stefan Bohacek - 1 Stefan Bohacek - 1 Tobias Zeising - 1 benmaynard11 - 1 bricej13 - 1 cbdev - 1 florianl - 1 littleguga - 1 mertinop - 1 sc0repi0 - 1 skarphet - 1 steven jacobs - 1 stevesbrain - 1 ttoups + 9 Kovah + 7 Thomas Dalichow + 7 n1trux + 7 phre4k + 7 édouard u. + 6 Per Guth + 6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> + 5 Joubert RedRat + 5 Moti Korets + 4 Cory Gibbons + 4 Dominik Pfaffenbauer + 4 Dr. Azrael Tod + 4 Jean Elchinger + 3 Ethan Lowman + 3 Jan Vlnas + 3 Leo Gaggl + 3 Marc Picaud + 3 Mariusz Kozakowski <11mariom+wordpress@gmail.com> + 3 Martin Gontovnikas + 3 Tobi Schäfer + 3 Ye Lin Aung + 3 jungle-boogie + 3 rett gerst + 2 Albert Cervera i Areny + 2 Alexander Ryzhov + 2 Alexis Metaireau + 2 Bartłomiej Kurzeja + 2 Brendan Abolivier + 2 Charles Farence III + 2 Chris Missal + 2 Costin Moise + 2 David Leonard + 2 Deryck + 2 Greg V + 2 Görkem Çetin + 2 Ilya Sevostyanov + 2 Jason Robinson + 2 Joseph Dykstra + 2 Lee Watson + 2 Marien Fressinaud + 2 Massimo Santini + 2 Matthieu Aubry + 2 Mikael Peigney + 2 Patrik Ragnarsson + 2 Peter Thaleikis + 2 Poorchop + 2 Roland Geider + 2 Simon Vieille + 2 Stefano + 2 Thomas Citharel + 2 cron410 + 2 jimykk + 2 tomc3 + 2 yuche + 1 Alys + 1 Andrew Murray + 1 Angel Velasquez + 1 Brett + 1 Burung Hantu + 1 Caleb Xu + 1 Calle Wolff + 1 Chema + 1 Craig Davison + 1 Dan + 1 Dirk Krause + 1 Dražen Lučanin + 1 Eren Hatırnaz + 1 Florian Wilhelm + 1 Henry Ruhs + 1 Igor Antun + 1 Jeremiah Marks + 1 Joel Calado + 1 Joshua Hamilton + 1 Keith Thibodeaux + 1 Kevin Vandenborne + 1 Kyle Stetz + 1 Liran Tal + 1 Marcus Ramberg + 1 MatFluor + 1 Mike Steele + 1 Morris Jobke + 1 Murdoc Bates + 1 Oliver Kopp + 1 Remy Adriaanse + 1 Remy Honig + 1 Riddler + 1 Ryan Halliday + 1 Stefan Bohacek + 1 Stefan Bohacek + 1 Tobias Zeising + 1 benmaynard11 + 1 bricej13 + 1 cbdev + 1 dimqua + 1 florianl + 1 littleguga + 1 mertinop + 1 sc0repi0 + 1 skarphet + 1 steven jacobs + 1 stevesbrain + 1 ttoups + From 22633334d79aedfec33846d678b2232e214a9290 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 9 Oct 2015 23:24:27 +0200 Subject: [PATCH 95/96] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eac9c36c..397b2aba 100644 --- a/README.md +++ b/README.md @@ -766,7 +766,7 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt * [PRISM Break](https://prism-break.org/en/) - Mobile, computer & server privacy-minded applications * [privacytools.io](https://www.privacytools.io/) - Knowledge and tools to protect your privacy against global mass surveillance. * Dynamic Domain Name services: [Afraid.org](https://freedns.afraid.org/domain/registry/), [Pagekite](https://pagekite.net/) - * Communities: [/r/selfhosted](https://www.reddit.com/r/selfhosted), [Auto-Hébergement (FR)](http://www.auto-hebergement.fr/ + * Communities: [/r/selfhosted](https://www.reddit.com/r/selfhosted), [Auto-Hébergement (FR)](http://www.auto-hebergement.fr/) ------------------------------------------------------- From 318ef8af53835cc647642094090f20a60064fbf5 Mon Sep 17 00:00:00 2001 From: Henry Ruhs Date: Wed, 14 Oct 2015 20:59:55 +0200 Subject: [PATCH 96/96] Redaxscript updated and syntax fixed --- README.md | 60 +++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 397b2aba..b95b3ebd 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ _Web Analytics_ * [Open Web Analytics](http://www.openwebanalytics.com/) - Google Analytics and Piwik alternative - `GPL` `PHP` * [Piwik](https://piwik.org/) - Leading open-source analytics platform that gives you more than just powerful analytics. ([Source code](https://github.com/piwik/)) `GPLv3` `PHP` * [Snowplow](http://snowplowanalytics.com/) - Your own digital nervous system. Have every single event, from your websites, mobile apps, desktop applications and server-side systems, stored in your own data warehouse and available to action in real-time. ([Source Code](https://github.com/snowplow/)) `Apache` `Scala` - * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) - `GPL` `PHP` + * [ThinkUp](https://www.thinkup.com/) - Insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. ([Source code](https://github.com/ThinkUpLLC/ThinkUp)) `GPL` `PHP` * [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. `GPL` `C` @@ -119,7 +119,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem * [No Fuss Bookmarks](http://nofussbm.herokuapp.com/signup.html) - Very simple software and service to store bookmarks especially designed for hackers (that don't need fancy interfaces, but nice API) ([Source code]( https://github.com/mapio/nofussbm)) `GPLv3` `Python` * [Pinry](http://getpinry.com/) - The tiling image board system for people who want to save, tag, and share images, videos, and webpages. ([Source code](https://github.com/pinry/pinry)) * [Scuttle](https://github.com/scronide/scuttle) - Web-based social bookmarking system. Allows multiple users to store, share and tag their favourite links `GPLv2` `PHP` - * [Shaarli](https://github.com/shaarli/Shaarli) - Personal, minimalist, super-fast, no-database bookmarking and link sharing plaform. ([Demo](http://shaarlidemo.tuxfamily.org/Shaarli) - `demo/demo`) + * [Shaarli](https://github.com/shaarli/Shaarli) - Personal, minimalist, super-fast, no-database bookmarking and link sharing plaform. ([Demo](http://shaarlidemo.tuxfamily.org/Shaarli) `demo/demo`) * [unmark](https://github.com/plainmade/unmark) - An open source to do app for links @@ -195,7 +195,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript. * [Converse.js](https://conversejs.org/) - A free and open-source XMPP chat client in your browser ([Source](https://github.com/jcbrand/converse.js)) `MPLv2` `Javascript` * [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. ([Source code](https://github.com/digicoop/kaiwa)) -* [Kontalk](http://kontalk.org/) – Kontalk is an Open Source Messenger, similiar to WhatsApp (app for android only currently), including end-to-end encryption, server is based on Tigase XMPP Server - ([Source code](https://github.com/kontalk)) - `GPLv3` +* [Kontalk](http://kontalk.org/) – Kontalk is an Open Source Messenger, similiar to WhatsApp (app for android only currently), including end-to-end encryption, server is based on Tigase XMPP Server - ([Source code](https://github.com/kontalk)) `GPLv3` * [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. * [Salut à Toi](http://www.salut-a-toi.org/) - Multipurpose, multi frontend, libre and decentralised communication tool. ([Source code](http://repos.goffi.org/sat)) `AGPLv3` `Python` * [Libervia](http://wiki.goffi.org/wiki/Libervia/en) - Web frontend from Salut à Toi ([Source code](http://repos.goffi.org/libervia)) `AGPLv3` `Python` @@ -239,14 +239,14 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin ### Social Networks and Forums - * [Anahita](https://www.getanahita.com/) Open Source Social Networking Framework & Platform. ([Source code](https://github.com/anahitasocial) - `GPLv3` `PHP` + * [Anahita](https://www.getanahita.com/) Open Source Social Networking Framework & Platform. ([Source code](https://github.com/anahitasocial) `GPLv3` `PHP` * [Bootcamp](http://trybootcamp.vitorfs.com) - An enterprise social network - [Source code](https://github.com/vitorfs/bootcamp) * [Buddycloud](http://buddycloud.com/) - Tools, libraries, services and a community to build user-to-user, group and social messaging into your app. Saves time. Scales up. Supports you. ([Source code](https://github.com/buddycloud)) `Apache 2.0` `Java/Javascript` * [BuddyPress](http://buddypress.org/about/) - A powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more. - * [diaspora*](https://diasporafoundation.org/) - Distributed social networking server. ([Demo](http://podupti.me/random.php), [Source Code](https://github.com/diaspora/diaspora)) - `AGPLv3` `Ruby` + * [diaspora*](https://diasporafoundation.org/) - Distributed social networking server. ([Demo](http://podupti.me/random.php), [Source Code](https://github.com/diaspora/diaspora)) `AGPLv3` `Ruby` * [Discourse](http://www.discourse.org/) - Advanced forum / community solution based on Ruby and JS - `GPLv2` * [Elgg](https://www.elgg.org/) - a powerful open source social networking engine - `GPLv2` - * [Flarum](http://flarum.org) - Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again. ([Source Code](https://github.com/flarum/flarum)) - `MIT` `PHP` + * [Flarum](http://flarum.org) - Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again. ([Source Code](https://github.com/flarum/flarum)) `MIT` `PHP` * [FluxBB](http://fluxbb.org/) - fast, light, user-friendly forum software for your website. ([Source code](https://github.com/fluxbb/fluxbb)) `GPLv2` `PHP` * [Friendica](http://friendica.com/) - Social Communication Server ([Source code](https://github.com/friendica/friendica)) `AGPLv3` * [Gnu Social](http://gnu.io/social/) - social communication software for both public and private communications @@ -256,8 +256,8 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [Jappix](https://jappix.com/) - Jappix is an open social platform, that let's you easily get or keep in touch with everyone. * [Movim](https://movim.eu/) - A brand new social network, full of awesome features in a modern and smart interface * [Newebe](http://newebe.org/) - a Distributed Social Network ([Source code](https://github.com/gelnior/newebe)) `AGPLv3` `Python` - * [NodeBB](https://nodebb.org/) - Node.js based forum software built for the modern web ([Source code](https://github.com/NodeBB/NodeBB)) - `GPLv3` `Node.js` - * [Oxwall](http://www.oxwall.org/) Oxwall is used for a wide range of projects starting from family sites and custom social networks to collaboration tools and enterprise community solutions. ([Source code](https://bitbucket.org/oxwall/public) - `CPALv1` `PHP` + * [NodeBB](https://nodebb.org/) - Node.js based forum software built for the modern web ([Source code](https://github.com/NodeBB/NodeBB)) `GPLv3` `Node.js` + * [Oxwall](http://www.oxwall.org/) Oxwall is used for a wide range of projects starting from family sites and custom social networks to collaboration tools and enterprise community solutions. ([Source code](https://bitbucket.org/oxwall/public) `CPALv1` `PHP` * [phpBB](https://www.phpbb.com/) - flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website. `GPLv2` `PHP` * [PPnet](https://github.com/pixelpark/ppnet) Create and host your own social network. `MIT` `JavaScript` * [Pump.io](http://pump.io/) - stream server that does most of what people really want from a social network ([Source code](https://github.com/e14n/pump.io)) @@ -287,10 +287,10 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [KeystoneJS](http://keystonejs.com/) - Node.js CMS & Web Application Platform ([Demo](http://demo.keystonejs.com/), [Source Code](https://github.com/keystonejs/keystone)) `MIT` `Node.js` * [MODX](http://modx.com/) - MODX is an advanced content management and publishing platform. The current version is called 'Revolution'. ([Source Code](https://github.com/modxcms/revolution)) `GPLv2` `PHP` * [october](http://octobercms.com/) - Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. ([Source code](https://github.com/octobercms/october)) `MIT` - * [Pagekit](http://pagekit.com/) - A new modern CMS to create and share ([Source code](https://github.com/pagekit/pagekit)) - `MIT` + * [Pagekit](http://pagekit.com/) - A new modern CMS to create and share ([Source code](https://github.com/pagekit/pagekit)) `MIT` * [Pico](http://picocms.org/) - A stupidly simple, blazing fast, flat file CMS. ([Source code](https://github.com/gilbitron/Pico)) `MIT` - * [Pimcore](http://www.pimcore.org) Multi-Channel Experience and Engagement Management Platform ([Source code](https://github.com/pimcore/pimcore))) `BSD` `PHP` - * [Redaxscript](https://github.com/redaxmedia/redaxscript) - Ultra lightweight CMS for MySQL, SQLite and PostgreSQL `GPLv3` `PHP` + * [Pimcore](http://www.pimcore.org) Multi-Channel Experience and Engagement Management Platform ([Source code](https://github.com/pimcore/pimcore)) `BSD` `PHP` + * [Redaxscript](http:/redaxscript.com) - Ultra lightweight CMS for MySQL, SQLite and PostgreSQL ([Demo](http://demo.redaxscript.com/demo/login), [Source Code](https://github.com/redaxmedia/redaxscript)) `GPLv3` `PHP` * [SilverStripe](https://www.silverstripe.org) - easy to use CMS with powerful MVC framework underlying. ([Demo](http://demo.silverstripe.org/), [Source code](https://github.com/silverstripe)) `BSD` `PHP` * [SPIP](http://www.spip.net/fr) - Publication system for the Internet. * [Wordpress](https://wordpress.org/) - The worlds most-used blogging and CMS engine. ([Source code mirror](https://github.com/WordPress/WordPress)) `GPLv2` @@ -329,7 +329,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Creaky Coot](https://github.com/piero-la-lune/Creaky-Coot) - Minimalist and responsive RSS reader and links saver * [Feedbin](https://feedbin.me) - a simple, fast and nice looking RSS reader. ([Source code](https://github.com/feedbin/feedbin)) * [FeedHQ](https://feedhq.org/) - FeedHQ is a web-based feed reader ([Source code](https://github.com/feedhq/feedhq)) - * [FreshRSS](http://freshrss.org/) - A self-hostable RSS feed aggregator ([Demo](http://demo.freshrss.org/i/), [Source code](https://github.com/FreshRSS/FreshRSS), [Mobile app](https://github.com/Alkarex/EasyRSS)) - `AGPLv3` + * [FreshRSS](http://freshrss.org/) - A self-hostable RSS feed aggregator ([Demo](http://demo.freshrss.org/i/), [Source code](https://github.com/FreshRSS/FreshRSS), [Mobile app](https://github.com/Alkarex/EasyRSS)) `AGPLv3` * [Kriss Feed](http://tontof.net/kriss/feed/) - A simple and smart (or stupid) feed reader ([Demo](http://tontof.net/feed/), [Source code](https://github.com/tontof/kriss_feed/)) * [Leed](http://projet.idleman.fr/leed/) - Leed (for Light Feed) is a Free and minimalist RSS aggregator ([Source code](https://github.com/ldleman/Leed)) * [Leselys](https://github.com/socketubs/leselys) - your very elegant RSS reader @@ -341,9 +341,9 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Readr](https://github.com/pabloprieto/Readr) - A clean & simple, self-hosted RSS reader * [RSS2EMail](http://www.allthingsrss.com/rss2email/) - fetches RSS/Atom-feeds and pushes new Content to any email-reciever, supports OPML `GPL` `Python` * [RSSminer](http://rssminer.net/) -An online rss reader written in clojure & javascript & java ([Source code](https://github.com/shenfeng/rssminer)) - * [Selfoss](http://selfoss.aditu.de/) - The new multipurpose rss reader, live stream, mashup, aggregation web application ([Source code](https://github.com/SSilence/selfoss)) - `AGPLv3` + * [Selfoss](http://selfoss.aditu.de/) - The new multipurpose rss reader, live stream, mashup, aggregation web application ([Source code](https://github.com/SSilence/selfoss)) `AGPLv3` * [Stringer](https://github.com/swanson/stringer) - A work-in-progress self-hosted, anti-social RSS reader. - * [Tiny Tiny RSS](https://tt-rss.org/redmine/projects/tt-rss/wiki) - Open source web-based news feed (RSS/Atom) reader and aggregator. ([Demo](http://tt-rss.org/demo/), [Public instance](http://framanews.org/), [Applications](http://tt-rss.org/redmine/projects/tt-rss/wiki/RelatedSoftware)) - `GPLv3` + * [Tiny Tiny RSS](https://tt-rss.org/redmine/projects/tt-rss/wiki) - Open source web-based news feed (RSS/Atom) reader and aggregator. ([Demo](http://tt-rss.org/demo/), [Public instance](http://framanews.org/), [Applications](http://tt-rss.org/redmine/projects/tt-rss/wiki/RelatedSoftware)) `GPLv3` * [ttrss-mobile](https://github.com/mboinet/ttrss-mobile) - A mobile webapp for Tiny Tiny RSS * [gritttt-rss](http://gritttt-rss.nicolashoening.de/) - More features for Tiny Tiny RSS [Source code](https://github.com/nhoening/gritttt-rss) @@ -366,7 +366,7 @@ _File synchronization_ * [Seafile](http://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` * [SparkleShare](http://sparkleshare.org/) - Self hosted, instant, secure file sync * [Syncany](https://www.syncany.org/) - Secure file sync software for arbitrary storage backends - An open-source cloud storage and filesharing application. Securely synchronize your files to any kind of storage! `GPLv3` `Java` - * [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) - `MPLv2` `Go` + * [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) `MPLv2` `Go` * [Z-Push](https://z-push.org/) - an implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol @@ -418,30 +418,30 @@ _Distributed filesystems_ ## Groupware * [Citadel](http://www.citadel.org/doku.php) - Groupware including email, calendar/scheduling, address books, forums, mailing lists, IM, wiki and blog engines, RSS aggregation and more ([Source code](http://www.citadel.org/doku.php/installation:source)) `GPLv3` `C` - * [Cozy Cloud](https://cozy.io) - A personal cloud where you can read your emails or manage and sync your contact, files or calendars, with an app store full of community contributions ([Source Code](https://github.com/cozy)) - `GPLv3` `Nodejs` + * [Cozy Cloud](https://cozy.io) - A personal cloud where you can read your emails or manage and sync your contact, files or calendars, with an app store full of community contributions ([Source Code](https://github.com/cozy)) `GPLv3` `Nodejs` * [egroupware](http://www.egroupware.org/) - Software suite including calendars, address books, notepad, project management tools, client relationship management tools (CRM), knowledge management tools, a wiki and a CMS. * [Horde](http://www.horde.org/) - The Horde Project is about creating high quality Open Source applications and libraries, based on PHP and the Horde Framework. - `GPL` * [Kolab](https://kolab.org/) - Kolab community is a unified communication and collaboration system - `Various FLOSS Licenses` ([Source](http://git.kolab.org/)) * [Openmeetings](https://openmeetings.apache.org/index.html) - ([Source code](https://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp)) - Openmeetings provides video conferencing, instant messaging, white board, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming. `Apache 2.0` `Java` * [ownCloud](https://owncloud.org/) - All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more - `AGPLv3` `PHP` * [Sogo](http://www.sogo.nu/) - SOGo offers multiple ways to access the calendaring and messaging data. CalDAV, CardDAV, GroupDAV, as well as ActiveSync, including native Outlook compatibility and web interface. ([Demo](http://www.sogo.nu/tour/online_demo.html), [Source Code](http://www.sogo.nu/development/source_code.html)) `GPLv1/LGPLv2` `Objective-C` - * [Tine 2.0org](https://www.tine20.org) - Contacts, Calendar, Tasks, WebDAV, ActiveSync, VOIP, Mail-Client, CRM, Sales, Projects, Timetracker - ([Demo](https://demo.tine20.net)) - `AGPLv3` + * [Tine 2.0org](https://www.tine20.org) - Contacts, Calendar, Tasks, WebDAV, ActiveSync, VOIP, Mail-Client, CRM, Sales, Projects, Timetracker - ([Demo](https://demo.tine20.net)) `AGPLv3` * [Zimbra Collaboration](https://www.zimbra.com/downloads/) - Email, calendar, collaboration server with web interface and lots of integrations. ([Source code]( https://www.zimbra.com/open-source)) `GPLv2/CPALv1` `Java` ## Learning and Courses - * [Chamilo LMS](https://chamilo.org/chamilo-lms/) - Chamilo LMS allows you to create a virtual campus for the provision of online or semi-online training. ([Source code](https://github.com/chamilo/chamilo-lms)) - `GPLv3` `PHP` - * [lxHive](http://www.lxhive.com/) - Open Source ExperienceAPI compliant Learning Record Store (LRS) - previously code-named TinCanAPI. [Source code](https://github.com/Brightcookie/lxHive) - `GPLv3` `PHP` - * [Mahara](http://www.mahara.org/) - Open Source fully featured web application to build students electronic portfolio. [Source code](https://github.com/MaharaProject/mahara) - `GPLv3` `PHP` - * [Moodle](https://moodle.org/) - Moodle is a learning and courses platform with one of the largest open source communities worldwide. ([Demo](https://moodle.org/demo/), [Source code](https://git.moodle.org/gw)) - `GPL` `PHP` - * [Sakai](https://www.sakaiproject.org/) - The Sakai project provides a flexible and feature-rich environment for teaching, learning, research and other collaboration. ([Demo](https://www.sakaiproject.org/try-sakai), [Source code](https://github.com/sakaiproject/sakai)) - `ECLv2` `Java` + * [Chamilo LMS](https://chamilo.org/chamilo-lms/) - Chamilo LMS allows you to create a virtual campus for the provision of online or semi-online training. ([Source code](https://github.com/chamilo/chamilo-lms)) `GPLv3` `PHP` + * [lxHive](http://www.lxhive.com/) - Open Source ExperienceAPI compliant Learning Record Store (LRS) - previously code-named TinCanAPI. [Source code](https://github.com/Brightcookie/lxHive) `GPLv3` `PHP` + * [Mahara](http://www.mahara.org/) - Open Source fully featured web application to build students electronic portfolio. [Source code](https://github.com/MaharaProject/mahara) `GPLv3` `PHP` + * [Moodle](https://moodle.org/) - Moodle is a learning and courses platform with one of the largest open source communities worldwide. ([Demo](https://moodle.org/demo/), [Source code](https://git.moodle.org/gw)) `GPL` `PHP` + * [Sakai](https://www.sakaiproject.org/) - The Sakai project provides a flexible and feature-rich environment for teaching, learning, research and other collaboration. ([Demo](https://www.sakaiproject.org/try-sakai), [Source code](https://github.com/sakaiproject/sakai)) `ECLv2` `Java` ## Maps & GPS * [Graphhopper](https://graphhopper.com/) - Fast routing library and server using OpenStreetMap ([Source code](https://github.com/graphhopper/graphhopper)) * [MapBBCodeShare](https://github.com/MapBBCode/share.mapbbcode.org) - Tool for sharing custom OSM maps. Support for annotated markers, polygons, lines, multi-format import/export, multiple layers, shortlinks... ([Demo](http://share.mapbbcode.org/)) `WTFPL/Other` `PHP/Javascript` * [Openstreetmap](http://www.openstreetmap.org/) - OpenStreetMap is a map of the world, created by people like you and free to use under an open license. ([Source code](https://github.com/openstreetmap/openstreetmap-website)) - * [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips - ([Demo](http://demo.traccar.org/), [Source code](https://github.com/tananaev?tab=repositories)) - `Apache` + * [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips - ([Demo](http://demo.traccar.org/), [Source code](https://github.com/tananaev?tab=repositories)) `Apache` ## Video Streaming @@ -465,7 +465,7 @@ _Distributed filesystems_ * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - GLPI is an IT assests/resources/inventory manager ([Source code](https://forge.glpi-project.org/projects/glpi)) `GPLv2` `PHP` * [GRR](http://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies ([demo](http://grr.devome.com/demo/week_all.php?year=2015&month=07&day=28&area=94), _administrateur/azerty_) `GPLv2` `PHP` * [Inventaire](https://inventaire.io/welcome) - collaborative resources mapper project, while yet only focused on exploring books mapping with wikidata and ISBNs ([Source code](https://github.com/inventaire/inventaire)) `AGPLv3` `Nodejs` - * [InvoicePlane](https://invoiceplane.com/) - Manage quotes, invoices, payments and customers for your small business. ([Demo](https://demo.invoiceplane.com), [Source code](https://github.com/InvoicePlane/InvoicePlane)) - `MIT` + * [InvoicePlane](https://invoiceplane.com/) - Manage quotes, invoices, payments and customers for your small business. ([Demo](https://demo.invoiceplane.com), [Source code](https://github.com/InvoicePlane/InvoicePlane)) `MIT` * [IHateMoney](http://ihatemoney.org/) - Manage your shared expenses, easily. ([Source code](https://github.com/spiral-project/ihatemoney)) `BSD` `Python` * [Tryton](http://www.tryton.org/) - Core base of a complete business solution (ERP). ([Demo](http://demo.tryton.org) admin/admin, [Source code](https://hg.tryton.org)) `GPLv3` `Python` * [Koha](http://www.koha-community.org/) - fully featured, scalable library management system (integrated library system - ILS). ([Source code](https://github.com/Koha-Community/Koha)) `GPLv3` `Perl` @@ -516,7 +516,7 @@ _Distributed filesystems_ * [Infinoted](https://github.com/gobby/gobby/wiki/Dedicated%20Server) - A server for [Gobby](https://github.com/gobby/gobby/wiki), a multi-platform collaborative text editor ([Source code](https://github.com/gobby/gobby)) `MIT` `C++` * [Only Office](http://onlyoffice.org/) - An office suite that enables you to manage documents, projects, team and customer relations in one place. `AGPLv3` * [PHPOffice](http://phpoffice.github.io/) - PHPOffice contains libraries which permits to write and read files from most office suites. `LGPLv3` `PHP` - * [WebODF](http://webodf.org/) - Tools and libraries to view and edit Open Document Format (ODF) files.([Source code](https://github.com/kogmbh/WebODF)) `AGPLv3` `Javascript` + * [WebODF](http://webodf.org/) - Tools and libraries to view and edit Open Document Format (ODF) files. ([Source code](https://github.com/kogmbh/WebODF)) `AGPLv3` `Javascript` ## Password Managers @@ -546,7 +546,7 @@ _Distributed filesystems_ * [CumulusClips](http://cumulusclips.org/) - your own video sharing website with CumulusClips video sharing script. You can build a YouTube clone where users can upload, rate, comment on videos, and much more. `GPLv2` `PHP` ([Demo](https://tube.devosi.org/)) * [Gallery](http://galleryproject.org/) - The simplest, most intuitive way to host your photos on your website ([Source code](https://github.com/gallery/gallery3)) `GPLv2` `PHP` * [Koken](http://koken.me/) - Content management and web site publishing for photographers `PHP` - * [Lychee](http://lychee.electerious.com/) - an open source grid and album based photo-management-system ([Source code](https://github.com/electerious/Lychee)) - `MIT` `PHP` + * [Lychee](http://lychee.electerious.com/) - an open source grid and album based photo-management-system ([Source code](https://github.com/electerious/Lychee)) `MIT` `PHP` * [MediaDrop](http://mediadrop.net/) - A video, audio and podcast publication platform ([Source code](https://github.com/mediadrop/mediadrop)) `GPLv3` `Python` * [Mediagoblin](http://mediagoblin.org) - a Free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc `AGPLv3` `Python` * [MinigalNano](https://github.com/sebsauvage/MinigalNano) - MinigalNano is a very simple image gallery. It adheres to the KISS principle and is very easy to install. MinigalNano does not have a web admin interface: You just upload your images in the photo folder on your server (using FTP, SFTP) ([Demo](http://boards.tomcanac.com/)) `CC BY-SA 3.0` `PHP` @@ -578,7 +578,7 @@ _Distributed filesystems_ * [Oranjeproxy](http://lehollandaisvolant.net/tout/oranjeproxy/) - Anonymizing web proxy ([Source code](https://github.com/AmauryCarrade/OranjeProxy)) `GPLv2` `PHP` * [Privoxy](http://www.privoxy.org) - a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk `GPLv2` `C` * [Squid](http://www.squid-cache.org/) - caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. ([Source code](http://bazaar.launchpad.net/~squid/squid/3-trunk/files)) `GPLv2` `C` - * [Swiperproxy](https://swiperproxy.github.io/) - A lightning-fast, open source web proxy that is easy for you to run and customize. ([Source code](https://github.com/swiperproxy/swiperproxy), [Demo](http://proxy.donttrustrobots.nl/)) - `MIT` + * [Swiperproxy](https://swiperproxy.github.io/) - A lightning-fast, open source web proxy that is easy for you to run and customize. ([Source code](https://github.com/swiperproxy/swiperproxy), [Demo](http://proxy.donttrustrobots.nl/)) `MIT` * [Tinyproxy](https://banu.com/tinyproxy/) - light-weight HTTP/HTTPS proxy daemon ([Source code](https://git.banu.com/tinyproxy/)) `GPLv2` `C` ## Read it Later Lists @@ -626,7 +626,7 @@ See also [Ticketing](#ticketing), [Task management/To-do lists](#task-management * [Flyspray](http://www.flyspray.org/) - uncomplicated, web-based bug tracking system ([Source code](https://github.com/Flyspray/flyspray)) `GPLv2` * [Gaskit](https://github.com/bkeepers/gaskit) - a git-backed issue tracker. It uses a branch in your local git database to store the tickets. `GPL` * [HuBoard](https://github.com/rauhryan/huboard) `⚠ ` – Instant project management for your GitHub issues (Connects directly GitHub API) `MIT` `Ruby` - * [MantisBT](https://www.mantisbt.org/) - Self hosted bug tracker, fits best for software development - ([Demo](https://www.mantisbt.org/bugs/my_view_page.php)) - ([Source code](https://github.com/mantisbt/mantisbt)) - `GPLv2` + * [MantisBT](https://www.mantisbt.org/) - Self hosted bug tracker, fits best for software development - ([Demo](https://www.mantisbt.org/bugs/my_view_page.php)) - ([Source code](https://github.com/mantisbt/mantisbt)) `GPLv2` * [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. @@ -691,7 +691,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Lstu](https://github.com/ldidry/lstu) - _Let's SHorten That Url_ - Lightweight URL shortener * [Nimbus](https://github.com/ethanal/nimbus) - A URL shortener and file sharer with a drag-and-drop OS X menu bar client and web interface - `MIT` `Python` * [Polr](http://project.polr.me/) - A modern, minimalist, modular, and lightweight URL shortener ([Source code](https://github.com/Cydrobolt/polr)) - * [YOURLS](http://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp ([Source code](https://github.com/YOURLS/YOURLS/), [Documentation](https://github.com/YOURLS/YOURLS/wiki)) - `MIT` + * [YOURLS](http://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp ([Source code](https://github.com/YOURLS/YOURLS/), [Documentation](https://github.com/YOURLS/YOURLS/wiki)) `MIT` ## VPN @@ -736,7 +736,7 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt * [Piratebox](http://piratebox.cc/start) - A DIY anonymous offline file-sharing and communications system built with free software and inexpensive off-the-shelf hardware. ([Source code](https://github.com/PirateBox-Dev)). `GPLv3` `Python/Other` * [Sandstorm](https://sandstorm.io/) - Personal server for running self-hosted apps easily and securely. ([Demo](https://demo.sandstorm.io/), [Source code](https://github.com/sandstorm-io/sandstorm)) `Apache` `C++/Other` * [sovereign](https://github.com/sovereign/sovereign) - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. `GPLv3` `YAML/Other` - * [yunohost](https://yunohost.org/) - a server operating system aiming to make self-hosting accessible to everyone. ([Source code](https://github.com/YunoHost)) - `AGPL` `Python/Other` + * [yunohost](https://yunohost.org/) - a server operating system aiming to make self-hosting accessible to everyone. ([Source code](https://github.com/YunoHost)) `AGPL` `Python/Other` -------------------------------------------------------