doc/index.md

87 lines
3.2 KiB
Markdown
Raw Normal View History

2013-11-17 19:52:30 +01:00
#YunoHost <small>is a server operating system aiming to make self-hosting accessible to everyone.</small>
2014-02-22 16:59:00 +01:00
<br />
2013-11-17 19:52:30 +01:00
2014-02-22 16:59:00 +01:00
<div style="width: 100%; height: 290px; overflow: hidden; border-radius: 5px; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 5px 15px rgba(0,0,0,0.15);">
<img style="width: 100%; min-width: 580px;" src="http://pix.toile-libre.org/upload/original/1388434791.jpg" />
2013-11-17 19:52:30 +01:00
</div>
2014-02-22 16:59:00 +01:00
<br />
2013-11-17 19:52:30 +01:00
<div class="text-center" style="width: 23%; min-width: 130px; margin: 0 auto;">
2014-02-22 16:03:43 +01:00
<a class="btn btn-primary btn-lg btn-block" style="font-size: 1.5em" href="/install">Install</a>
2014-01-01 14:22:24 +01:00
<p class="text-muted text-center"><small>YunoHost v2 • beta3</small></p>
2013-12-30 21:22:22 +01:00
</div>
2013-11-17 19:52:30 +01:00
2014-02-22 16:59:00 +01:00
<hr />
2013-11-17 19:52:30 +01:00
2014-02-22 16:59:00 +01:00
<h3><blockquote>Features</blockquote></h3>
2013-11-17 19:52:30 +01:00
2014-01-01 16:28:01 +01:00
By default, YunoHost provides a secure solution to manage your mail & instant messaging addresses with ease, while using nice interfaces.
2013-11-17 19:52:30 +01:00
2014-02-22 16:03:43 +01:00
You will also be able to extend your server's capabilities by installing [**apps**](/apps) with one click.
2013-11-17 19:52:30 +01:00
2014-02-22 16:59:00 +01:00
<h3><blockquote>Software</blockquote></h3>
2013-11-17 19:52:30 +01:00
2014-01-01 16:28:01 +01:00
Based on [Debian GNU/Linux](http://www.debian.org/index.en.html) (wheezy), YunoHost comes with the following free software:
2014-02-22 16:59:00 +01:00
2013-11-17 19:52:30 +01:00
* [Nginx](http://nginx.org/)
* [Postfix](http://www.postfix.org/)
* [Metronome](http://www.lightwitch.org/metronome)
* [OpenLDAP](http://www.openldap.org/)
* [Dovecot](http://www.dovecot.org/)
* [dspam](http://nuclearelephant.com/)
* [Amavis](http://amavis.org/)
* [Bind](https://www.isc.org/downloads/bind/)
* [Tahoe-LAFS](https://tahoe-lafs.org/trac/tahoe-lafs)
* [SSOwat](https://github.com/Kloadut/SSOwat)
2014-02-22 16:03:43 +01:00
YunoHost automatically configures all these of applications at installation, unifying their usage through a [web interface](/admin) or via the command-line interface called "[moulinette](/moulinette)".
2013-11-17 19:52:30 +01:00
2014-02-22 16:59:00 +01:00
<h3><blockquote>Security</blockquote></h3>
2013-11-17 19:52:30 +01:00
Every protocol used in YunoHost is secured by default. You will get a self-signed certificate automatically for every served domain.
2014-01-01 16:28:01 +01:00
Moreover, all of the software used in YunoHost is composed of known free and open-source projects, meaning that they are less likely to be vulnerable to security flaws.
2013-11-17 19:52:30 +01:00
A firewall is also deployed at installation, protecting you from undesirable and dangerous connections.
2013-12-02 21:05:33 +01:00
<br>
2014-02-22 16:59:00 +01:00
<div class="text-center">
<img style="width: 100px" src="http://pix.toile-libre.org/upload/original/1386012810.png" />
<p markdown="1">
[Github](https://github.com/YunoHost) **/** [FAQ](https://ask.yunohost.org) **/** [Translate](https://translate.yunohost.org/) **/** [Old Wiki](http://wiki.yunohost.org)
</p>
2013-12-31 16:09:48 +01:00
</div>
2013-12-31 16:34:52 +01:00
<script type="text/javascript">
2014-03-06 17:11:44 +01:00
jQuery.ajaxSetup({cache: false});
2014-03-05 22:42:36 +01:00
jQuery.getScript('https://doc.yunohost.org/mini/javascripts/mini.js', function() {
2014-03-06 17:11:44 +01:00
HOST_BOSH = 'https://doc.yunohost.org/http-bind/';
2014-03-05 22:42:36 +01:00
JappixMini.launch({
connection: {
2014-03-06 17:11:44 +01:00
domain: 'anonymous.yunohost.org'
2014-03-05 22:42:36 +01:00
},
application: {
network: {
autoconnect: false
},
interface: {
showpane: true,
animate: true
},
groupchat: {
open: ['support@conference.yunohost.org']
}
}
});
2013-12-31 16:34:52 +01:00
});
$("#edit").hide();
</script>