22 lines
603 B
Plaintext
22 lines
603 B
Plaintext
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
|