mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
Merge branch 'implementing_OIDC' of https://github.com/YunoHost-Apps/gotosocial_ynh into implementing_OIDC
This commit is contained in:
commit
f127fe1b44
1 changed files with 8 additions and 0 deletions
|
@ -116,6 +116,14 @@ And to promote them as an administrator of your instance:
|
||||||
./gotosocial --config-path config.yaml admin account promote --username some_username
|
./gotosocial --config-path config.yaml admin account promote --username some_username
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### OpenID Connect
|
||||||
|
|
||||||
|
To use OpenID Connect, the YunoHost admin must:
|
||||||
|
|
||||||
|
* install the [dex_ynh](https://github.com/YunoHost-Apps/dex_ynh) package
|
||||||
|
* configure Dex properly during the installation (all entered information will be used in the next step, so keep it in a safe place)
|
||||||
|
* configure GTS using the config panel's OIDC form: `Applications > GoToSocial > Config Panel > OpenID Connect settings`
|
||||||
|
|
||||||
## :red_circle: Antifeatures
|
## :red_circle: Antifeatures
|
||||||
|
|
||||||
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
|
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
|
||||||
|
|
Loading…
Add table
Reference in a new issue