diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-18 14:14:30 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-18 14:14:30 +0200 |
commit | b944832d593683e54c216d23bb493b302b521e29 (patch) | |
tree | 6c4376d642e8245a6a41e44d4a8e090a481185bb /src/index.html | |
parent | 80e38791f41cf326e43946e306157daa7d7e08e1 (diff) | |
download | theos-website-b944832d593683e54c216d23bb493b302b521e29.tar.xz |
convert root page to reST like ~kyrias/
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 46 |
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> |