summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-12 14:25:45 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-12 14:25:45 +0200
commita7a21ef921c1ccd644d766be0cb7172e2c986bf8 (patch)
treee7f0364fba5a436d5731ffba6c5bbfebeae0dc08
parent25abf0eb72eb5348e0441b977414d0c935580be0 (diff)
downloadtheos-website-a7a21ef921c1ccd644d766be0cb7172e2c986bf8.tar.xz
Reworded intro text slightly, turned service para into list
-rw-r--r--src/index.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/index.html b/src/index.html
index c0b696d..b133299 100644
--- a/src/index.html
+++ b/src/index.html
@@ -14,13 +14,19 @@
<article id="content">
<h3>Welcome to theos.kyriasis.com</h3>
- <p>Theos is a server under the kyriasis domain owned and operated by <a href="https://theos.kyriasis.com/~kyrias/about.html">kyrias</a>, who also owns kyriasis.com itself (albeit not the server that the A record on kyriasis.com points to for historical reasons.)
+ <p>Theos is a server under the kyriasis domain owned and operated by <a href="https://theos.kyriasis.com/~kyrias/about.html">kyrias</a>, who also owns kyriasis.com itself. (Albeit not the server that the A/AAAA records on kyriasis.com points to for historical reasons.)
</p>
- <p>The server hosts an HTTP server running <a href="http://nginx.org/">NGINX</a>, an LDAP directory running <a href="http://www.openldap.org/">OpenLDAP</a>, email services using <a href="https://www.opensmtpd.org/">OpenSMTPD</a> and <a href="http://www.dovecot.org/">Dovecot</a>, Kerberos using <a href="http://web.mit.edu/kerberos/">MIT Kerberos</a> and the LDAP backend for storage, and Git hosting using a combination of <a href="http://git.zx2c4.com/cgit/about/">cgit</a> and a slighly modified version of <a href="http://gitolite.com">gitolite</a> and OpenSSH to enable Kerberos authentication.
- </p>
+ <h3>Services running on theos:</h3>
+ <ul>
+ <li>HTTP services using the <a href="http://nginx.org/">NGINX</a> HTTP server</li>
+ <li>An LDAP tree running on <a href="http://www.openldap.org/">OpenLDAP</a></li>
+ <li>Email services using <a href="https://www.opensmtpd.org/">OpenSMTPD</a> and <a href="http://www.dovecot.org/">Dovecot</a></li>
+ <li>A Kerberos realm using the <a href="http://web.mit.edu/kerberos/">MIT Kerberos</a> implementation and the OpenLDAP backend</li>
+ <li>Git hosting using a combination of <a href="http://git.zx2c4.com/cgit/about/">cgit</a> and a slighly modified version of <a href="http://gitolite.com">gitolite</a> and OpenSSH for Kerberos authentication</li>
+ </ul>
- <p>All users with shell access have the option to get an email under the kyriasis.com domain, web hosting under the theos.kyriasis.com domain or possibly under a custom subdomain, and git hosting. (All git push access is done using Kerberos authentication.)
+ <p>All users with shell access have the option of getting an email under the kyriasis.com domain, web hosting under the theos.kyriasis.com domain or possibly under a custom subdomain, and git hosting. (All git-push access is requires using Kerberos authentication.)
</p>
</article>