gitea-app/POSTINSTALL.md

13 lines
516 B
Markdown
Raw Normal View History

2016-09-14 04:17:25 +00:00
This app integrates with the Cloudron SSO. Admins on Cloudron automatically
2017-06-02 08:32:24 +00:00
become admins on Gitea.
2016-09-14 04:17:25 +00:00
If you want to disable Cloudron SSO, do the following:
2016-09-14 04:39:04 +00:00
2016-09-14 04:17:25 +00:00
* Admin Panel -> Authentication -> 'cloudron' -> Uncheck 'This authentication is activated'
* Admin Panel -> Users -> Change Authentication Source to 'Local' and also give a password
You can edit `/app/data/app.ini` and add any custom configuration. See the
2017-06-02 08:32:24 +00:00
[configuration cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet)
2016-09-14 04:39:04 +00:00
for more information.
2016-09-14 04:17:25 +00:00