Client key and secret Oauth in config

هذا الالتزام موجود في:
Thomas Miceli
2023-04-17 19:11:32 +02:00
الأصل a6c5696ceb
التزام 4008b7ce38
5 ملفات معدلة مع 64 إضافات و16 حذوفات

عرض الملف

@@ -53,3 +53,17 @@ ssh.external-domain:
# Path or alias to ssh-keygen executable. Default: ssh-keygen
ssh.keygen-executable: ssh-keygen
# OAuth2 configuration
# The callback/redirect URL must be http://opengist.domain/oauth/<github|gitea>/callback
# To create a new OAuth2 application using GitHub : https://github.com/settings/applications/new
github.client-key:
github.secret:
# To create a new OAuth2 application using Gitea : https://gitea.domain/user/settings/applications
gitea.client-key:
gitea.secret:
# URL of your Gitea instance. Default: https://gitea.com/
gitea.url: https://gitea.com/