summaryrefslogtreecommitdiffstats
path: root/src/index.html
blob: c0b696d338942cf1fb0baa1982d4b48ea25e7f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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="https://theos.kyriasis.com/~kyrias/about.html">Johannes Löthberg</a></p>

%include partials/footer.html
</body>
</html>