Add instructions for self-hosted Google Drive.

Also fixed typo (heed --> need)
This commit is contained in:
Dan Hersam 2017-01-05 18:45:11 -05:00
parent 5479947e52
commit ae8c1ab9df
1 changed files with 7 additions and 1 deletions

View File

@ -38,6 +38,12 @@ To make Dropbox work in your self-hosted app:
2. find your app key (in Dropbox App page, go to Settings/App key)
3. add your Dropbox app key to [settings json](https://github.com/keeweb/keeweb/wiki/Configuration#json-app-config)
To make Google Drive work in your self-hosted app:
1. [Create](https://cloud.google.com/resource-manager/docs/creating-project#via_console) a Google Cloud Project
2. Create credentials (OAuth client ID and Web application)
3. Enter your self-hosted URL (e.g. https://www.example.com) in both Authorized JavaScript origins and Authorized redirect URIs
4. Add the new client ID to your [settings json](https://github.com/keeweb/keeweb/wiki/Configuration#json-app-config)
# Building
The app can be built with grunt: `grunt` (html file will be in `dist/`).
@ -58,7 +64,7 @@ For debug build:
Please, read contribution guidelines: [for issues](.github/ISSUE_TEMPLATE.md) and [for pull requests](.github/PULL_REQUEST_TEMPLATE.md).
For pull requests: branch is important! `master` is only for hotfixes, `develop` is for new features.
Here's a [list of issues](https://github.com/keeweb/keeweb/labels/need%20help) which heed help.
Here's a [list of issues](https://github.com/keeweb/keeweb/labels/need%20help) which need help.
Also you can help by [translating KeeWeb](https://keeweb.oneskyapp.com) to your language.
# Donations