mirror of
https://github.com/YunoHost-Apps/fider_ynh.git
synced 2024-09-03 18:36:11 +02:00
Update POST_INSTALL.md
This commit is contained in:
parent
ff4bbc7351
commit
a27afeeda2
1 changed files with 2 additions and 5 deletions
|
@ -1,15 +1,12 @@
|
||||||
Fider is now installed, but needs configuring!
|
Fider is now installed, but needs configuring!
|
||||||
|
|
||||||
Please navigate to https://__DOMAIN____PATH__ to subscribe as administrator on $app!
|
Please navigate to https://__DOMAIN____PATH__ to subscribe as administrator on __APP__!
|
||||||
You'll receive an email on the adress you'll give there. Please click on the link inside.
|
You'll receive an email on the adress you'll give there. Please click on the link inside.
|
||||||
|
|
||||||
If you want to customize Fider (e.g use OAuth with Github), please edit __INSTALL_DIR__/custom_fider_env (it might not exist yet).
|
If you want to customize Fider (e.g use OAuth with GitHub), please edit __INSTALL_DIR__/custom_fider_env (it might not exist yet).
|
||||||
Don't forget to *export* the variables in this file, just like in a bash script:
|
Don't forget to *export* the variables in this file, just like in a bash script:
|
||||||
|
|
||||||
export OAUTH_GITHUB_SECRET=<your github secret>
|
export OAUTH_GITHUB_SECRET=<your github secret>
|
||||||
export OAUTH_GITHUB_CLIENTID=<your github client id>
|
export OAUTH_GITHUB_CLIENTID=<your github client id>
|
||||||
|
|
||||||
You'll find the documentation here for OAuth: https://fider.io/docs/configuring-oauth.
|
You'll find the documentation here for OAuth: https://fider.io/docs/configuring-oauth.
|
||||||
|
|
||||||
Are you facing an issue, want to improve this app or say thank you?
|
|
||||||
Please open a new issue in this project: https://github.com/YunoHost-Apps/fider_ynh
|
|
||||||
|
|
Loading…
Reference in a new issue