diff options
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | non-free.md | 2 |
2 files changed, 9 insertions, 4 deletions
@@ -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) @@ -122,6 +122,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 @@ -344,6 +345,8 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization ## 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` @@ -602,6 +605,8 @@ 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` * [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` 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 |