5 Commits

Author SHA1 Message Date
Jakub Jirutka
db80fde0d5 community/nextcloud: add commented-out config for Redis caching 2018-05-24 16:02:18 +02:00
Jakub Jirutka
2a9da16c79 community/nextcloud: improve default settings 2017-06-25 02:42:48 +02:00
Jakub Jirutka
65cd9e6791 community/nextcloud: remove updater and disable messing w/ htaccess 2017-06-25 02:42:47 +02:00
Jakub Jirutka
56340e0c37 community/nextcloud: move bundled apps to /usr/share
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.
2017-06-25 02:42:47 +02:00
Jakub Jirutka
4272e802a1 community/*: move php5 and dependent pkgs from main
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.
2017-03-28 18:38:20 +02:00