From 3af2d780c1fa759c2b5fea9197b8f302719c0394 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Apr 2017 17:02:21 -0400 Subject: more --- doc/index.mdwn | 2 ++ doc/news.mdwn | 2 ++ doc/servers.mdwn | 13 +++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 doc/news.mdwn create mode 100644 doc/servers.mdwn 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! -- cgit v1.2.3