From 60faf9dc48ac52cb367e6a39d96aa13969ff6625 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 19 Apr 2025 13:24:07 +0200 Subject: InComm --- etc/nextcloud.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 etc/nextcloud.conf (limited to 'etc') diff --git a/etc/nextcloud.conf b/etc/nextcloud.conf new file mode 100644 index 0000000..a88883b --- /dev/null +++ b/etc/nextcloud.conf @@ -0,0 +1,18 @@ +#!/usr/bin/env bash +# This contains variables for our helper scripts - it does not contain +# Nextcloud core configuration variables, nor does it contain anything +# like database passwords. + +# shellcheck disable=SC2034 + +NCUSER='www-data' +NCPHPBIN='/usr/bin/php8.3' +NCAPPLDIR='/path/to/nextcloud' +NCDATADIR='/apth/to/nextclouds/datadir' +NCDBNAME='nextcloud_mysql_dbname' +NCINSTANCE='nextcloud_instance_id' +NCDLTMP='/tmp/nc-update-lnde' +NCDLTGT="${NCDATADIR}/updater-${NCINSTANCE}/downloads" +NCDBBKPDIR='/path/to/sqlbackups' +NCGRACE=60 +# vim:syntax=sh -- cgit v1.2.3