slackbuilds/network/nextcloud-server
Roberto Puzzanghera f79fbab727
network/nextcloud-server: Updated for version 29.0.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-04-29 21:21:30 +07:00
..
README network/nextcloud-server: Updated for version 29.0.7. 2024-10-04 22:57:57 +07:00
README.SBo network/nextcloud-server: Updated for version 29.0.7. 2024-10-04 22:57:57 +07:00
doinst.sh network/nextcloud-server: Update script. 2024-10-11 11:48:47 +07:00
nextcloud-server.SlackBuild network/nextcloud-server: Updated for version 29.0.16. 2025-04-29 21:21:30 +07:00
nextcloud-server.info network/nextcloud-server: Updated for version 29.0.16. 2025-04-29 21:21:30 +07:00
nextcloud.php-fpm network/nextcloud-server: Updated for version 29.0.7. 2024-10-04 22:57:57 +07:00
slack-desc

README

Nextcloud is a safe home for all your data - community-driven, free and
open source. Nextcloud gives you access to all your files wherever you
are.

Optional dependency: it will need php81 from /extra in place of
Slackware's stock php-7.4.x. php82 or postgresql from SBo can also be
used as the server's database.


SlackBuild defaults

This SlackBuild uses the following defaults:
* DOCROOT=/srv/httpd/htdocs
* PHPUSER=apache
* PHPGROUP=apache

You can change the defaults at build time:
# DOCROOT=/your/preferred/directory \
  PHPUSER=youruser \
  PHPGROUP=yourgroup \
  ./nextcloud-server.SlackBuild