initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2021-09-09 15:06:58 +02:00
parent b273ef0785
commit 317f6772e9

View File

@ -52,23 +52,23 @@ Now choose this options, you can use other `Session lifetime` if you want
<img src="{{page.pic10}}"/>
| :---------------- | :------------------------------------------ |
| Client ID | ClientID you copied from Github |
| Client secret | Secret you copied from Github |
| Authorization URL | https://github.com/login/oauth/authozize |
| Access token URL | https://github.com/login/oauth/access_token |
| Resource URL | https://api.github.com/user |
| Redirect UR | your Portainer URL eg: http://IP:9000 |
| Logout URL | leave empty |
| User identifier | login |
| Scopes | id,email,name |
| :-------------------- | :------------------------------------------ |
| **Client ID** | ClientID you copied from Github |
| **Client secret** | Secret you copied from Github |
| **Authorization URL** | https://github.com/login/oauth/authozize |
| **Access token URL** | https://github.com/login/oauth/access_token |
| **Resource URL** | https://api.github.com/user |
| **Redirect URL** | your Portainer URL eg: http://IP:9000 |
| **Logout URL** | leave empty |
| **User identifier** | login |
| **Scopes** | id,email,name |
<br>
<br>
# Gitea
Enter https://git.sthope.dev/user/settings and go to `Applications`
Enter** https://git.sthope.dev/user/settings and go to `Applications`
<img src="{{page.pic06}}"/>
<img src="{{page.pic07}}"/>