-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (37 loc) · 2.55 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>redditbots.com</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="icon" href="images/reddit-robot.png">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header class="without-description">
<h1><img src="images/reddit-robot.png"> redditbots.com</h1>
<ul>
<li class="single"><a href="https://github.com/redditbots">Org on <strong>GitHub</strong></a></li>
<li class="single"><a href="https://reddit.com/r/redditbots">Sub <strong>Reddit</strong></a></li>
</ul>
</header>
<section>
<h2>
<a id="what-is-this" class="anchor" href="#what-is-this" aria-hidden="true"><span class="octicon octicon-link"></span></a>What is this?</h2>
<p>redditbots.com is an open domain for bots that require third-party authentication and/or want a separate web interface (eg. instead of parsing messages/comments).</p>
<p>By default, there is a wildcard domain (<code>*.redditbots.com</code>) set up to point to Heroku apps, so you can use it for any bots you are running on Heroku, <strong>without having to do anything else</strong>, by running <code>heroku domains:add example.redditbots.com</code>.</p>
<p>However, this will be a <em>direct link</em> to Heroku (without CloudFlare's performance or HTTPS support), and not all bots are hosted on Heroku. As such, if you have a bot running somewhere else, or if you want full CloudFlare support, you can request a subdomain to point to a specific server / CNAME in the thread at <a href="https://www.reddit.com/r/redditbots/comments/332mi7/redditbotscom_subdomain_request_thread/">https://www.reddit.com/r/redditbots/comments/332mi7/redditbotscom_subdomain_request_thread/</a>, and /u/StuartPBentley can direct that subdomain of redditbots.com to your bot.</p>
<p>As an example, if you are hosting a bot on a local machine from your house, you can set up a <a href="http://en.wikipedia.org/wiki/Dynamic_DNS">dynamic DNS</a> record for your IP address, then use that as a CNAME for your bot's subdomain.</p>
</section>
</div>
<footer>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
</body>
</html>