aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/nextcloud-config.php
Commit message (Collapse)AuthorAgeFilesLines
* community/nextcloud: add commented-out config for Redis cachingJakub Jirutka2018-05-241-0/+11
|
* community/nextcloud: improve default settingsJakub Jirutka2017-06-251-0/+4
|
* community/nextcloud: remove updater and disable messing w/ htaccessJakub Jirutka2017-06-251-0/+2
|
* community/nextcloud: move bundled apps to /usr/shareJakub Jirutka2017-06-251-1/+16
| | | | | | | | | | | | It's totally wrong to install pkg's files into /var/lib and make them writable by webserver! Moreover when Nextcloud supports multiple app paths. So we use two apps locations: * /usr/share/webapps/nextcloud/apps - for apps installed by apk, * /var/lib/nextcloud/apps - for apps installed from AppStore. BTW Fedora uses the same approach.
* community/*: move php5 and dependent pkgs from mainJakub Jirutka2017-03-281-0/+5
There two main reasons for this change: * Active support of PHP 5.x ended on January 2017, security support will end on December 2018. Packages in the main repository should be supported for at least 2 years, this means until first quarter of 2019 for the upcoming v3.6. * php7 and its extensions are currently in the community repository, so we can't use single abuild for both php5-* and php7-* packages (as we do for Python and Lua packages). This change was suggested by @vakartel, approved by @ncopa, @kaniini, and @jirutka.