#What is YunoHost ?
YunoHost is a **server operating system** aiming to make self-hosting accessible to everyone. It is based on Debian GNU/Linux and is fully compatible with it.
---
### Softwares
Basically YunoHost **automatically installs** and configures some services around LDAP, and **provides tools** to administrate them.
It can thus be considered as a distribution, including the following softwares:
* [Nginx](http://nginx.org/): a web server
* [Postfix](http://www.postfix.org/): a SMTP e-mail server
* [Dovecot](http://www.dovecot.org/): a IMAP and a POP3 e-mail server
* [Amavis](http://amavis.org/): an antispam
* [Metronome](http://www.lightwitch.org/metronome): a XMPP server
* [OpenLDAP](http://www.openldap.org/)
* [Bind](https://www.isc.org/downloads/bind/): a DNS server
* [SSOwat](https://github.com/Kloadut/SSOwat): a (SSO) system of web autentification
* [Tahoe-LAFS](https://tahoe-lafs.org/trac/tahoe-lafs): a system of backup (not all ready running)
---
### App system
Additionally, YunoHost comes with an "app" system which is, in other words, **a community repository** of validated helper scripts to install further services or web applications.
The most interesting thing about this system is that **web applications benefits from the LDAP** through the SSO (Single Sign On), which authenticate server's users in every installed apps at the same time.
You may be interessed in reading the [packaging documentation](/packaging_apps) and the [SSOwat GitHub page](https://github.com/Kloadut/SSOwat) to go further.
---
### Origin
YunoHost was created in February 2012 after something like this:
All that was needed was an administration interface for Beudbeud's server to make something usable, so Kload decided to develop one. Finally, after automating several configurations and packaging in some web apps, YunoHost v1 was finished. Noting the growing enthusiasm around YunoHost and around self-hosting in general, the original developers along with new contributors decided to start work on version 2, more extensible, more powerful, more easy-to-use, and one that makes a nice cup of fair-trade coffee for the elves of Lapland. --- ### Goal YunoHost's goal is to make installing and administering a server accessible to as many people as possible, without taking away from the quality and reliability of the software. Everything is done with the goal of simplifying deployment on as many different kinds of hardware as possible, and in any condition (at home, on a dedicated server or on a VPS). --- ### Name **YunoHost** comes from the jargon "Y U NO Host". The [Internet meme](https://en.wikipedia.org/wiki/Internet_meme) should illustrate it:"Shit, I'm too lazy to reconfigure my mail server... Beudbeud, how were you able to get your little server running with LDAP?"
Kload, February 2012