diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 0c6fa98..0d23ff0 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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: . diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index e6cff09..547f55d 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,12 +1,5 @@ -Fider is now installed, but needs configuring! +Please navigate to 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= -export OAUTH_GITHUB_CLIENTID= - -You'll find the documentation here for OAuth: https://fider.io/docs/configuring-oauth. +Then, you can configure the app.