From 3f4372e22d739eddbb2d0945c59e8597cb887dd5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 11 Nov 2016 21:31:14 +0000 Subject: [PATCH] Show control panel --- doc/EN/homeserver.org | 9 ++++++++- website/EN/homeserver.html | 19 +++++++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/doc/EN/homeserver.org b/doc/EN/homeserver.org index 67ffd39e..c7032544 100644 --- a/doc/EN/homeserver.org +++ b/doc/EN/homeserver.org @@ -44,7 +44,6 @@ freedombone-image -t i386 --onion yes #+BEGIN_CENTER [[file:images/tor_onion.jpg]] #+END_CENTER - The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the *--onion yes* option from the last command shown above. If you want to create images for microSD cards used within various single board computers then replace the *i386* with *beaglebone* / *cubieboard2* / *cubietruck* / *a20-olinuxino-lime* / *a20-olinuxino-lime2* / *a20-olinuxino-micro* or *apu*. @@ -99,8 +98,16 @@ ssh myusername@freedombone.local -p 2222 Use the password you wrote down earlier to log in. +#+BEGIN_CENTER +[[file:images/controlpanel/control_panel.jpg]] +#+END_CENTER + Select the *administrator control panel* with up and down cursor keys, space bar and enter key. You might need to re-enter your password. Then select *About*. You'll see a list of sites and their onion addresses. +#+BEGIN_CENTER +[[file:images/controlpanel/control_panel_about.jpg]] +#+END_CENTER + On your local system open a *Tor compatible browser* and enter your blog's onion address. If it's all working then you should see your new blog. *Congratulations! You have now become a citizen of the free internet.* diff --git a/website/EN/homeserver.html b/website/EN/homeserver.html index 189f4c4c..275f1525 100644 --- a/website/EN/homeserver.html +++ b/website/EN/homeserver.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -287,7 +287,6 @@ freedombone-image -t i386 --onion yes

-

The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the –onion yes option from the last command shown above.

@@ -379,10 +378,26 @@ When it's installed on your local system open a terminal and run: Use the password you wrote down earlier to log in.

+
+ +
+

control_panel.jpg +

+
+
+

Select the administrator control panel with up and down cursor keys, space bar and enter key. You might need to re-enter your password. Then select About. You'll see a list of sites and their onion addresses.

+
+ +
+

control_panel_about.jpg +

+
+
+

On your local system open a Tor compatible browser and enter your blog's onion address. If it's all working then you should see your new blog.