add contributing and licenses sections

pull/29/head
nodiscc 2015-07-26 22:29:05 +02:00
parent 3561585a53
commit 0c51219ef7
1 changed files with 77 additions and 41 deletions

118
README.md
View File

@ -1,50 +1,55 @@
# Awesome-Selfhosted # Awesome-Selfhosted
Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
This is a list of software which can be hosted locally.
This is list of software which can be hosted locally.
You can help by sending Pull Requests to add more services.
### Note about closed source software
Based on [this issue](https://github.com/Kickball/awesome-selfhosted/issues/8), I have decided to implement a closed source tag which will be used to identify closed source softare. We will use a slashed circle to represent closed source applications: ⊘
Table of Contents Table of Contents
================= =================
* [Analytics](#analytics) <!-- MarkdownTOC -->
* [Automation](#automation)
* [Blogging Platforms](#blogging-platforms) - [Analytics](#analytics)
* [Bug and task trackers](#bug-and-task-trackers) - [Automation](#automation)
* [Communication Systems](#communication-systems) - [Blogging platforms](#blogging-platforms)
* [Download Tools](#download-tools) - [Bug and task trackers](#bug-and-task-trackers)
* [File Sharing](#file-sharing) - [Calendar and address books](#calendar-and-address-books)
* [File Synchronization Tools](#file-synchronization-tools) - [Communication Systems](#communication-systems)
* [Games](#games) - [Content Management Systems (CMS)](#content-management-systems-cms)
* [Gateways](#gateways) - [Download tools](#download-tools)
* [GPS tracking](#gps-tracking) - [File Sharing](#file-sharing)
* [Groupware](#groupware) - [File Synchronization Tools](#file-synchronization-tools)
* [Link Sharing](#link-sharing) - [Games](#games)
* [Maps](#maps) - [Gateways](#gateways)
* [Media Streaming](#media-streaming) - [GPS tracking](#gps-tracking)
* [Mind maps](#mind-maps) - [Groupware](#groupware)
* [Money and Budgeting](#money-and-budgeting) - [Link Sharing](#link-sharing)
* [Monitoring and administration](#monitoring-and-administration) - [Maps](#maps)
* [Music sctreaming](#music-streaming) - [Media Streaming](#media-streaming)
* [Office Suites](#office-suites) - [Mind maps](#mind-maps)
* [Password managers](#password-managers) - [Money and Budgeting](#money-and-budgeting)
* [Pastebins](#pastebins) - [Monitoring and administration](#monitoring-and-administration)
* [Photo and Video Galleries](#photo-and-video-galleries) - [Music streaming](#music-streaming)
* [Polls and events](#polls-and-events) - [Note-taking](#note-taking)
* [Private Clouds](#private-clouds) - [Office Suites](#office-suites)
* [Read it Later lists](#read-it-later-lists) - [Password managers](#password-managers)
* [RSS Readers](#rss-readers) - [Pastebins](#pastebins)
* [Search engines](#search-engines) - [Photo and Video Galleries](#photo-and-video-galleries)
* [Social Networks](#social-networks) - [Polls and events](#polls-and-events)
* [Software Development Platforms](#software-development-platforms) - [Private Clouds](#private-clouds)
* [URL Shorteners](#url-shorteners) - [Proxy](#proxy)
* [Wikis](#wikis) - [Read it Later Lists](#read-it-later-lists)
- [RSS Readers](#rss-readers)
- [Search engines](#search-engines)
- [Social Networks](#social-networks)
- [Software development platforms](#software-development-platforms)
- [Text editors](#text-editors)
- [URL Shorteners](#url-shorteners)
- [Wikis](#wikis)
- [Contributing](#contributing)
- [License](#license)
<!-- /MarkdownTOC -->
## Analytics ## Analytics
@ -151,7 +156,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi
## File Synchronization Tools ## File Synchronization Tools
* [BTSync](https://www.getsync.com/) ⊘ - BitTorrent Sync by BitTorrent, Inc is a proprietary peer-to-peer file synchronisation tool. * [BTSync](https://www.getsync.com/) ` Closed Source` - BitTorrent Sync by BitTorrent, Inc is a proprietary peer-to-peer file synchronisation tool.
* [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) - `MPL 2.0` * [Syncthing](http://syncthing.net/) - Syncthing is an open source peer-to-peer file synchronisation tool ([Source code](https://github.com/syncthing/syncthing)) - `MPL 2.0`
* [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives... * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives...
* [Seafile](http://seafile.com/en/home/) - File Syncing and Collaboration for Teams * [Seafile](http://seafile.com/en/home/) - File Syncing and Collaboration for Teams
@ -196,7 +201,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi
* [Emby](https://github.com/MediaBrowser/MediaBrowser) - A home media server built using other popular open source technologies. - `GNU-GPL-2.0` * [Emby](https://github.com/MediaBrowser/MediaBrowser) - A home media server built using other popular open source technologies. - `GNU-GPL-2.0`
* [HTPC Manager](http://htpc.io/) - A fully responsive interface to manage all your favorite media on your HTPC. - `MIT` * [HTPC Manager](http://htpc.io/) - A fully responsive interface to manage all your favorite media on your HTPC. - `MIT`
* [Plex](https://plex.tv/) ⊘ - Plex is a centralized home media playback system with a powerful central server. - `Proprietary` * [Plex](https://plex.tv/) ` Closed Source` - Plex is a centralized home media playback system with a powerful central server. - `Proprietary`
## Mind maps ## Mind maps
@ -378,3 +383,34 @@ CMS are a practical way to setup a website with many features. CMS often come wi
* [WiKiss](http://wikiss.tuxfamily.org/) - un wiki simple à utiliser et déployer. * [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. * [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.
-------------------------------------------------------
## Contributing
* You can help by sending Pull Requests to add more services. See [Using Pull Request](https://help.github.com/articles/using-pull-requests/)
* Sections should be ordered alphabetically, lines inside sections should be orderer alphabetically.
* All projects should have their license and main programming language referenced.
* Non-[free](https://en.wikipedia.org/wiki/Free_software) software must be marked `⊘ Closed source` next to the title.
* The syntax for links is `[Name](http://homepage/) - Short description ([Demo](http://url.to/demo), [Source code](http://url.of/source/code)) \`License\` \`Language\``
* The list of contributors can be updated with `git shortlog -sne`
## License
This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LICENSE) License.
The list of contributors can be found below
30 Edward D <ed.kickball@hotmail.com>
22 nodiscc <nodiscc@gmail.com>
7 Kickball <ed.kickball@hotmail.com>
7 Thomas Dalichow <info@thomasdalichow.de>
6 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de>
2 Charles Farence III <charles@charlessite90.com>
2 Costin Moise <necenzurat@gmail.com>
2 jimykk <JimyKK@users.noreply.github.com>
2 phre4k <me@phre4k.at>
1 Igor Antun <IgorAntun@users.noreply.github.com>
1 Jeremiah Marks <jeremiah@jlmarks.org>
1 Joshua Hamilton <joshua.hamilton@fabricut.com>
1 Kovah <mail@kovah.de>