forked from cloudron-apps/gitea-app
Add post install
This commit is contained in:
parent
e3fb23ca2f
commit
44e41e5db7
3 changed files with 12 additions and 12 deletions
|
@ -31,5 +31,6 @@
|
||||||
"https://gogs.io/img/screenshots/5.png"
|
"https://gogs.io/img/screenshots/5.png"
|
||||||
],
|
],
|
||||||
"tags": [ "version control", "git", "code hosting", "development" ],
|
"tags": [ "version control", "git", "code hosting", "development" ],
|
||||||
"changelog": "file://CHANGELOG"
|
"changelog": "file://CHANGELOG",
|
||||||
|
"postInstallMessage": "POSTINSTALL.md"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,17 +6,6 @@ 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.
|
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
|
### Features
|
||||||
|
|
||||||
- Activity timeline
|
- Activity timeline
|
||||||
|
|
10
POSTINSTALL.md
Normal file
10
POSTINSTALL.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
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).
|
||||||
|
|
Loading…
Reference in a new issue