diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2017-02-05 12:49:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-05 12:49:43 +0100 |
commit | 20da238413d1c6cc360d58a13df33eb199fa5f05 (patch) | |
tree | df10a7550e61e582c8e32985118b89b73f4fbe03 /docs/en | |
parent | 15a4d52833ac7433c9613f4e2b897a29aa09cce5 (diff) | |
parent | 664621955dececfc83e3b44381d7b897b0c506e8 (diff) | |
download | wallabag-20da238413d1c6cc360d58a13df33eb199fa5f05.tar.gz wallabag-20da238413d1c6cc360d58a13df33eb199fa5f05.tar.zst wallabag-20da238413d1c6cc360d58a13df33eb199fa5f05.zip |
Merge pull request #2788 from Zettt/master
Documentation on how to configure mobile apps to work with wallabag.it
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/user/configuring_mobile.rst | 13 |
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 @@ | |||
1 | Configuring Mobile Apps to Work With wallabag.it | ||
2 | ================================================ | ||
3 | |||
4 | Steps 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 | |||
12 | Please also have a look at `Android <android>`_. Especially the section on *known limitations*. | ||
13 | |||