1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00

Split ADMIN.md between post_install and admin

This commit is contained in:
Salamandar 2023-07-04 11:51:37 +02:00 committed by Salamandar
parent 0c68f299f2
commit 6136fbaee6
2 changed files with 9 additions and 13 deletions

View file

@ -1,4 +1,7 @@
* Email required for administation (uses "magic links" instead of admin passwords)
You can customize Fider (e.g use OAuth with GitHub) by editing `__INSTALL_DIR__/custom_fider_env` (you might have to create it).
Don't forget to *export* the variables in this file, just like in a bash script:
* You should manually configure the app after installation.
* You should edit __INSTALL_DIR__/run_fider to add environment variables, e.g for GitHub integration
export OAUTH_GITHUB_SECRET=[your github secret]
export OAUTH_GITHUB_CLIENTID=[your github client id]
You'll find the documentation here for OAuth: <https://fider.io/docs/configuring-oauth>.

View file

@ -1,12 +1,5 @@
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 can register using an email from *any* email provider. You will receive an email with a login 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).
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_CLIENTID=<your github client id>
You'll find the documentation here for OAuth: https://fider.io/docs/configuring-oauth.
Then, you can configure the app.