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}}"/> <img src="{{page.pic10}}"/>
| :---------------- | :------------------------------------------ | | :-------------------- | :------------------------------------------ |
| Client ID | ClientID you copied from Github | | **Client ID** | ClientID you copied from Github |
| Client secret | Secret you copied from Github | | **Client secret** | Secret you copied from Github |
| Authorization URL | https://github.com/login/oauth/authozize | | **Authorization URL** | https://github.com/login/oauth/authozize |
| Access token URL | https://github.com/login/oauth/access_token | | **Access token URL** | https://github.com/login/oauth/access_token |
| Resource URL | https://api.github.com/user | | **Resource URL** | https://api.github.com/user |
| Redirect UR | your Portainer URL eg: http://IP:9000 | | **Redirect URL** | your Portainer URL eg: http://IP:9000 |
| Logout URL | leave empty | | **Logout URL** | leave empty |
| User identifier | login | | **User identifier** | login |
| Scopes | id,email,name | | **Scopes** | id,email,name |
<br> <br>
<br> <br>
# Gitea # 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.pic06}}"/>
<img src="{{page.pic07}}"/> <img src="{{page.pic07}}"/>