1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-25 22:47:24 +00:00

First working version, tests follow

This commit is contained in:
Dennis Schwerdel
2017-06-02 10:32:24 +02:00
parent 681da0184d
commit a37ce3ea37
11 changed files with 52 additions and 136 deletions

View File

@@ -1,5 +1,5 @@
This app integrates with the Cloudron SSO. Admins on Cloudron automatically
become admins on Gogs.
become admins on Gitea.
If you want to disable Cloudron SSO, do the following:
@@ -7,6 +7,6 @@ If you want to disable Cloudron SSO, do the following:
* Admin Panel -> Users -> Change Authentication Source to 'Local' and also give a password
You can create a `/app/data/app.ini` with any custom configuration. See the
[configuration cheat sheet](https://gogs.io/docs/advanced/configuration_cheat_sheet)
[configuration cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet)
for more information.