summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-30 17:02:21 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-30 17:02:21 -0400
commit3af2d780c1fa759c2b5fea9197b8f302719c0394 (patch)
tree295232d28c0307b305fb65a4f56430c36756818b
parent0c2b58751b0a56d5a6ef4e6a1597348abbdab6a2 (diff)
downloaddebug-me-3af2d780c1fa759c2b5fea9197b8f302719c0394.tar.gz
more
-rw-r--r--doc/index.mdwn2
-rw-r--r--doc/news.mdwn2
-rw-r--r--doc/servers.mdwn13
3 files changed, 17 insertions, 0 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn
index 41afca7..883a825 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -1,7 +1,9 @@
[[!sidebar content="""
* [[install]]
+* [[news]]
* [[bugs]]
* [[todo]]
+* [[servers]]
"""]]
[[!meta title="debug-me - secure remote debugging"]]
diff --git a/doc/news.mdwn b/doc/news.mdwn
new file mode 100644
index 0000000..24957e8
--- /dev/null
+++ b/doc/news.mdwn
@@ -0,0 +1,2 @@
+[[!inline pages="news/* and !*/Discussion" show="3"]]
+
diff --git a/doc/servers.mdwn b/doc/servers.mdwn
new file mode 100644
index 0000000..dcd2482
--- /dev/null
+++ b/doc/servers.mdwn
@@ -0,0 +1,13 @@
+Want to run a debug-me server? debug-me includes a built-in server,
+which you can run like this:
+
+ debug-me --server /var/log/debug-me/ --from-email address something@example.com
+
+You might also want to use the `--delete-old-logs` option, the `--port`
+option, etc. See the man page for details.
+
+debug-me has a server list built into it of servers it uses. To get your
+server added to the list, file a [[todo]] item with the url for your server,
+and be sure to say how long you anticipate the server running, where it's
+located, and what kind of bandwidth it has available. The more debug-me
+servers, the better!