blob: 6843e94994ab382b49c84cd7e8750abd1147ed2b (
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
41
42
43
44
45
46
|
<!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/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 git hosting. (All git-push access is requires 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-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>
|