From 44e41e5db7d0cf797c2ca02e3ccd56a91d379605 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 13 Sep 2016 21:17:25 -0700 Subject: [PATCH] Add post install --- CloudronManifest.json | 3 ++- DESCRIPTION.md | 11 ----------- POSTINSTALL.md | 10 ++++++++++ 3 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 POSTINSTALL.md diff --git a/CloudronManifest.json b/CloudronManifest.json index 87459cb..066fd03 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -31,5 +31,6 @@ "https://gogs.io/img/screenshots/5.png" ], "tags": [ "version control", "git", "code hosting", "development" ], - "changelog": "file://CHANGELOG" + "changelog": "file://CHANGELOG", + "postInstallMessage": "POSTINSTALL.md" } diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 5519e1e..a71a556 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.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. -### 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 diff --git a/POSTINSTALL.md b/POSTINSTALL.md new file mode 100644 index 0000000..1f62733 --- /dev/null +++ b/POSTINSTALL.md @@ -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). +