diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
commit | a400cfc5f46c03a0cf81282b9da421effa2e6575 (patch) | |
tree | 52d5682fe0ddfd9719ad88509dd106971d37a538 /www/gitea/pkg-message | |
parent | dd7978499be0f1c0244638e237b7d72774f06919 (diff) | |
download | ports-a400cfc5f46c03a0cf81282b9da421effa2e6575.tar.gz ports-a400cfc5f46c03a0cf81282b9da421effa2e6575.zip |
Notes
Diffstat (limited to 'www/gitea/pkg-message')
-rw-r--r-- | www/gitea/pkg-message | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/gitea/pkg-message b/www/gitea/pkg-message index 1aea18f07d54..a7d61a2459ab 100644 --- a/www/gitea/pkg-message +++ b/www/gitea/pkg-message @@ -1,5 +1,11 @@ +[ +{ type: install + message: <<EOM When upgrading from Gitea 1.7 or earlier, Gitea requires the addition of another secret to the config file in order to start up. Either manually add JWT_SECRET to the ${PREFIX}/etc/gitea/conf/app.ini config file (see app.ini.sample), or allow Gitea to make the change for you by making the config file writable to the git user. +EOM +} +] |