Add selfhosting.md

This commit is contained in:
ma.azimi@laposte.net 2014-10-10 19:22:46 +02:00 committed by YunoHost
parent 3a51bc40ba
commit 1e40e16958

35
selfhosting.md Normal file
View file

@ -0,0 +1,35 @@
#Self-hosting
#### Definition
**Self-hosting** consist to host at home its server, its data and its services.
#### Administrator responsibilities
If you want to serve a web site, the [email system](email_en) and [instant messaging](XMPP_en), the server need to stay turn on all the time, 24h/24 and 7d/7.
Self-hosting results availability of the server to users hosted and/or to externals people consulting it.
Problems can happen making server unavailable: power outage, loss of access to the Internet…etc.
If you use the [email system](email_en), and your server is unavailable, emails for the server will be sent under 3 to 7 days.
#### Self-hosting contraints
* The rate of transmission information is low. In ADSL case, its often approximately 1/10 related to the rate of reception. For instance: 1 Mo/s of reception and 100 ko/s of emission;
* Availability 24/7;
* Move;
#### Self-hosting issues
* Anonymity, private life;
* Reappropriation of its data and its services;
* Decentralization, distributed networks;
<img src="https://yunohost.org/images/networks.png" width=500>
#### Others Self-hosting projects
* [ArkOS](http://arkos.io/)
* [Cozy](http://cozy.io/)
* [Host@home](http://yeuxdelibad.net/Programmation/Hostathome.html)
* [Sovereign](https://github.com/al3x/sovereign)
* [Sandstorm](https://sandstorm.io/)
* [FreedomBox](https://fr.wikipedia.org/wiki/FreedomBox)
*Thoses projects arent finished.*