all the things

This commit is contained in:
c0dev0id
2023-01-10 11:45:28 +01:00
parent f3db1ea486
commit 7a9bbf0168
143 changed files with 15515 additions and 0 deletions

16
www/forgejo/pkg/MESSAGE Normal file
View File

@@ -0,0 +1,16 @@
If you are upgrading from ${PKGSTEM}-<1.7.0, update _forgejo user's shell and
home directory:
# usermod -s /bin/sh _forgejo
# usermod -d /var/forgejo _forgejo
If you are upgrading from ${PKGSTEM}-<1.7.1, please note the following changes:
* Configuration file location has changed from ${SYSCONFDIR}/${PKGSTEM}/conf/app.ini
to ${SYSCONFDIR}/${PKGSTEM}/app.ini
* GITEA_CUSTOM directory location has changed from ${SYSCONFDIR}/${PKGSTEM}
to ${LOCALSTATEDIR}/${PKGSTEM}/custom
* Default ROOT_PATH for logs has changed from ${LOCALSTATEDIR}/${PKGSTEM}/log
to ${LOCALSTATEDIR}/log/${PKGSTEM}