doc/selfhosting.md

44 lines
1.8 KiB
Markdown
Raw Normal View History

2014-10-10 19:22:46 +02:00
#Self-hosting
#### Definition
**Self-hosting** is having a server at home in order to host personnal data and services on it.
2014-10-10 19:22:46 +02:00
#### Administrator responsibilities
Self-hosting implies responsibilities, if you want to host a website, [emails](email) and have [an instant messaging system](XMPP) running, the server needs to stay online all the time, 24/7.
2014-10-10 19:22:46 +02:00
Problems can happen and the server could become unavailable: a power outage, Internet access loss, etc.
2014-10-10 19:22:46 +02:00
If you use the [email system](email_en) and your server becomes unavailable, emails destined to the server will be re-sent under 3 to 7 days.
2014-10-10 19:22:46 +02:00
#### Self-hosting contraints
* Slow transfer speed. With ADSL, upload is approximately 1/10 of the rate of download. For instance: 1 Mb/s download speed would give an upload speed of 100 kb/s;
* Availability must be 24/7;
2014-10-10 19:22:46 +02:00
* Move;
#### Self-hosting issues
* Anonymity, private life;
* Reappropriation of personnal data and services;
2014-10-10 19:22:46 +02:00
* Decentralization, distributed networks;
<img src="/images/networks.png" width=500>
2014-10-10 19:22:46 +02:00
#### Others Self-hosting projects
2017-07-31 15:59:56 +02:00
##### Under active development
- [Cloudron](https://cloudron.io)
- [Cozy](https://cozy.io)
- [FreedomBox](https://wiki.debian.org/FreedomBox)
- [Libre.sh](https://github.com/indiehosters/libre.sh)
- [Puffin](http://puffin.rocks)
- [Sandstorm](https://sandstorm.io/)
- [Sovereign](https://github.com/al3x/sovereign)
- [UBOS](http://ubos.net)
2014-10-10 19:22:46 +02:00
2017-07-31 15:59:56 +02:00
##### Unmaintained
- [ArkOS](http://web.archive.org/web/20170603213149/https://arkos.io/)
- [Host@home](http://web.archive.org/web/20160206150730/http://yeuxdelibad.net/Programmation/Hostathome.html)
#### Learn more
* [Decentralized Web Summit](http://www.decentralizedweb.net/)
* [Feudal Security](https://www.schneier.com/blog/archives/2012/12/feudal_sec.html) Bruce Schneier, famous security expert exposes the risks of a centralized web and the importance of civic action.