aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-03-06 14:53:03 -0800
committerMicah Lee <micah@micahflee.com>2022-03-06 14:53:03 -0800
commit88bae837ba26e673734f1a8b83ded64c73619d38 (patch)
treeb125689da482a30a5dbae0979a7aea23b00ab64d
parent76b03b3fc3b9a09a375ee83f31b322f87c4a8cff (diff)
parentf192850c801b1a387f06bda863cb1b6a1ce91586 (diff)
downloadonionshare-88bae837ba26e673734f1a8b83ded64c73619d38.tar.gz
onionshare-88bae837ba26e673734f1a8b83ded64c73619d38.zip
Merge branch 'patch-17' of https://github.com/comradekingu/onionshare into comradekingu-patch-17
-rw-r--r--docs/source/advanced.rst53
1 files changed, 27 insertions, 26 deletions
diff --git a/docs/source/advanced.rst b/docs/source/advanced.rst
index 951294b2..66a4f77e 100644
--- a/docs/source/advanced.rst
+++ b/docs/source/advanced.rst
@@ -6,19 +6,19 @@ Advanced Usage
Save Tabs
---------
-Everything in OnionShare is temporary by default. If you close an OnionShare tab, its address no longer exists and it can't be used again.
-Sometimes you might want an OnionShare service to be persistent.
-This is useful if you want to host a website available from the same OnionShare address even if you reboot your computer.
+Everything in OnionShare is temporary by default. Addresses no longer exist and can't be used again when OnionShare tabs are closed.
+Your OnionShare service can also be persistent.
+If host a website, percistence means it will be available on the same OnionShare address even if you reboot your computer.
-To make any tab persistent, check the "Save this tab, and automatically open it when I open OnionShare" box before starting the server.
-When a tab is saved a purple pin icon appears to the left of its server status.
+To make any tab persistent, check the "Save this tab, and automatically open it when I open OnionShare" box before starting your server.
+A purple pin icon appears to the left of its server status to tell you the tab is saved.
.. image:: _static/screenshots/advanced-save-tabs.png
-When you quit OnionShare and then open it again, your saved tabs will start opened.
-You'll have to manually start each service, but when you do they will start with the same OnionShare address and private key.
+When opening OnionShare, your saved tabs from the prior session will start opened.
+Each service then can be started manually, and will be available on the same OnionShare address and be protected by the same private key.
-If you save a tab, a copy of that tab's onion service secret key will be stored on your computer with your OnionShare settings.
+If you save a tab, a copy of its onion service secret key is stored on your computer.
.. _turn_off_private_key:
@@ -29,39 +29,40 @@ By default, all OnionShare services are protected with a private key, which Tor
The Tor Browser will ask you to enter your private key when you surf to an OnionShare service.
-Sometimes you might want your OnionShare service to be accessible to the public,
-like if you want to set up an OnionShare receive service so the public can securely and anonymously send you files.
+You can allow the public to send you files by setting up an OnionShare receive service.
In this case, it's better to disable the private key altogether.
To turn off the private key for any tab, check the "This is a public OnionShare service (disables private key)" box before starting the server.
-Then the server will be public and won't need a private key to view in Tor Browser.
+Then the server will be public and a private key is not needed to view its content in the Tor Browser.
.. _custom_titles:
Custom Titles
-------------
-By default, when people load an OnionShare service in the Tor Browser they see the default title for the type of service.
-For example,
+When people load OnionShare services in Tor Browser they see the default title for each type of service.
+For a chat service is "OnionShare Chat".
-If the "Custom title" is not set before starting a server, people see a default title for the type of service used.
-The default title of a chat service is "OnionShare Chat".
+If you edit the "Custom title" setting before starting a server you can change it.
Scheduled Times
---------------
OnionShare supports scheduling exactly when a service should start and stop.
-Before starting a server, click "Show advanced settings" in its tab and then check the boxes next to either "Start onion service at scheduled time", "Stop onion service at scheduled time", or both, and set the respective desired dates and times.
+Before starting a server, click "Show advanced settings" in its tab and then check the boxes next to either
+"Start onion service at scheduled time", "Stop onion service at scheduled time", or both, and set the respective desired dates and times.
-If you scheduled a service to start in the future, when you click the "Start sharing" button you will see a timer counting down until it starts.
-If you scheduled it to stop in the future, after it's started you will see a timer counting down to when it will stop automatically.
+Services scheduled to start in the future display a countdown timer when when the "Start sharing" button is clicked.
+Services scheduled to stop in the future display a countdown timer when started.
-**Scheduling an OnionShare service to automatically start can be used as a dead man's switch**, where your service will be made public at a given time in the future if anything happens to you.
+**Scheduling an OnionShare service to automatically start can be used as a dead man's switch**.
+This means your service is made public at a given time in the future if you are not there to prevent it.
If nothing happens to you, you can cancel the service before it's scheduled to start.
.. image:: _static/screenshots/advanced-schedule-start-timer.png
-**Scheduling an OnionShare service to automatically stop can be useful to limit exposure**, like if you want to share secret documents while making sure they're not available on the internet for more than a few days.
+**Scheduling an OnionShare service to automatically stop limits its exposure**.
+If you want to share secret info or something that will be outdated, you can do so for selected limited time.
.. image:: _static/screenshots/advanced-schedule-stop-timer.png
@@ -82,14 +83,14 @@ Then run it like this::
onionshare-cli --help
-More info about installing it on different operating systems is available in the `CLI README file <https://github.com/onionshare/onionshare/blob/develop/cli/README.md>`_ in the Git repository.
+Info about installing it on different operating systems can be found in the `CLI README file <https://github.com/onionshare/onionshare/blob/develop/cli/README.md>`_ in the Git repository.
-If you installed OnionShare using the Linux Snapcraft package, you can also just run ``onionshare.cli`` to access the command-line interface version.
+If you installed OnionShare using the Snap package, you can also just run ``onionshare.cli`` to access the command-line interface version.
Usage
^^^^^
-You can browse the command-line documentation by running ``onionshare --help``::
+Browse the command-line documentation by running ``onionshare --help``::
$ onionshare-cli --help
╭───────────────────────────────────────────╮
@@ -123,7 +124,7 @@ You can browse the command-line documentation by running ``onionshare --help``::
filename List of files or folders to share
optional arguments:
- -h, --help show this help message and exit
+ -h, --help Show this help message and exit
--receive Receive files
--website Publish website
--chat Start chat server
@@ -137,8 +138,8 @@ You can browse the command-line documentation by running ``onionshare --help``::
--auto-start-timer SECONDS
Start onion service at scheduled time (N seconds from now)
--auto-stop-timer SECONDS
- Stop onion service at schedule time (N seconds from now)
- --no-autostop-sharing Share files: Continue sharing after files have been sent (default is to stop sharing)
+ Stop onion service at scheduled time (N seconds from now)
+ --no-autostop-sharing Share files: Continue sharing after files have been sent (the default is to stop sharing)
--data-dir data_dir Receive files: Save files received to this directory
--webhook-url webhook_url
Receive files: URL to receive webhook notifications