mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-22 08:01:01 +00:00
add notes on how to disable SSO
This commit is contained in:
parent
2107563aee
commit
5489e95b41
1 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,17 @@ This app packages Gogs 0.9.71.
|
|||
|
||||
The goal of this project is to make the easiest, fastest, and most painless way to set up a self-hosted Git service.
|
||||
|
||||
### Accounts
|
||||
|
||||
This app integrates with the Cloudron SSO. Admins on Cloudron automatically become admins on Gogs.
|
||||
|
||||
If you want to disable Cloudron SSO, do the following:
|
||||
* Admin Panel -> Authentication -> 'cloudron' -> Uncheck 'This authentication is activated'
|
||||
* Admin Panel -> Users -> Change Authentication Source to 'Local' and also give a password
|
||||
|
||||
You create a `/app/data/app.ini` with any custom configuration. See the
|
||||
[configuration cheat sheet](https://gogs.io/docs/advanced/configuration_cheat_sheet).
|
||||
|
||||
### Features
|
||||
|
||||
- Activity timeline
|
||||
|
|
Loading…
Reference in a new issue