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

8 lines
402 B
Markdown
Raw Normal View History

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:
2023-06-10 17:43:10 +02:00
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>.