]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Added configuration documentation for mobile apps 2788/head
authorAndreas Zeitler <zettt@macosxscreencasts.com>
Fri, 27 Jan 2017 07:13:19 +0000 (08:13 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 5 Feb 2017 11:48:30 +0000 (12:48 +0100)
docs/en/user/configuring_mobile.rst [new file with mode: 0644]

diff --git a/docs/en/user/configuring_mobile.rst b/docs/en/user/configuring_mobile.rst
new file mode 100644 (file)
index 0000000..2bcf3bc
--- /dev/null
@@ -0,0 +1,13 @@
+Configuring Mobile Apps to Work With wallabag.it
+================================================
+
+Steps to configure the app
+---------------------------
+
+- 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.
+- 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``.
+- It's also going to ask for the aforementioned ``Client ID`` and ``secret``. Please insert those in the text fields, when asked.
+- Lastly you need to provide your ``username`` and ``password``. These are the same credentials you use to login in to wallabag.it.
+
+Please also have a look at `Android <android>`_. Especially the section on *known limitations*.
+