aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndreas Zeitler <zettt@macosxscreencasts.com>2017-01-27 08:13:19 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-02-05 12:48:30 +0100
commit664621955dececfc83e3b44381d7b897b0c506e8 (patch)
tree5a7549988b498db279732a3c3b7b7fabbe34857a
parent05fa529bcfde01be5d320cb532900d72cf4b0830 (diff)
downloadwallabag-664621955dececfc83e3b44381d7b897b0c506e8.tar.gz
wallabag-664621955dececfc83e3b44381d7b897b0c506e8.tar.zst
wallabag-664621955dececfc83e3b44381d7b897b0c506e8.zip
Added configuration documentation for mobile apps
-rw-r--r--docs/en/user/configuring_mobile.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/en/user/configuring_mobile.rst b/docs/en/user/configuring_mobile.rst
new file mode 100644
index 00000000..2bcf3bcb
--- /dev/null
+++ b/docs/en/user/configuring_mobile.rst
@@ -0,0 +1,13 @@
1Configuring Mobile Apps to Work With wallabag.it
2================================================
3
4Steps to configure the app
5---------------------------
6
7- First *create a new client* in the ``Developer`` section. The name of your app doesn't matter as much as the ``Client ID`` and the ``Client secret``. Write these two values down.
8- When you download a mobile app, it's going to ask for the server address of the hosted wallabag instance. With wallabag.it that is: ``https://app.wallabag.it``.
9- It's also going to ask for the aforementioned ``Client ID`` and ``secret``. Please insert those in the text fields, when asked.
10- Lastly you need to provide your ``username`` and ``password``. These are the same credentials you use to login in to wallabag.it.
11
12Please also have a look at `Android <android>`_. Especially the section on *known limitations*.
13