summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/src/index.html b/src/index.html
deleted file mode 100644
index cdc113a..0000000
--- a/src/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>theos/ | theos.kyriasis.com</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/AAAA records on kyriasis.com points to for historical reasons.)
- </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 of getting an email under the kyriasis.com domain, web hosting under the theos.kyriasis.com domain or possibly under a custom subdomain, and public git hosting. (All git-push access requites using Kerberos for ssh 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-12">2014-10-12</time></p>
- <p class="info-right botborder"><a rel="author" href="https://theos.kyriasis.com/~kyrias/about.html">Johannes Löthberg</a></p>
-
-%include partials/footer.html
-</body>
-</html>