1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-26 23:17:28 +00:00

Bring in various gogs features

better custom app.ini
optional sso support
always create root user
This commit is contained in:
Girish Ramakrishnan
2019-06-04 17:14:29 -07:00
parent 0d2e1cfff0
commit e566c94b43
4 changed files with 58 additions and 28 deletions

View File

@@ -1,12 +1,14 @@
This app integrates with the Cloudron SSO. Admins on Cloudron automatically
become admins on Gitea.
A default admin user has been setup with the following credentials (use the `Local` authentication source when logging in):
If you want to disable Cloudron SSO, do the following:
```
username: root
password: changeme
```
* Admin Panel -> Authentication -> 'cloudron' -> Uncheck 'This authentication is activated'
* Admin Panel -> Users -> Change Authentication Source to 'Local' and also give a password
**Note:** Please change the password and email immediately after installation.
You can edit `/app/data/app.ini` and add any custom configuration. See the
[configuration cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet)
for more information.
<sso>
This app integrates with the Cloudron SSO. Cloudron users can login and use Gitea
using the `Cloudron` authentication source.
</sso>