summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..b352644
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>theos/</title>
+%include partials/meta.html
+</head>
+<body itemscope itemtype="http://schema.org/WebPage">
+ <header>
+%include partials/nav.html
+ <h1>theos/</h1>
+ </header>
+
+ <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>
+
+ <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>
+
+ <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>
+ </article>
+
+ <article id="users">
+ <h3>User pages</h3>
+ <ul>
+ <li><a href="/~kyrias">kyrias</a></li>
+ <li><a href="/~arch-tk">Arch-TK</a></li>
+ </ul>
+ </article>
+
+ <p class="info-right">Last updated <time itemprop="dateModified" datetime="2014-10-10">2014-10-10</time></p>
+ <p class="info-right botborder"><a rel="author" href="about.html">Johannes Löthberg</a></p>
+
+%include partials/footer.html
+</body>
+</html>