git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/etc/nextcloud.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nextcloud.conf')
-rw-r--r--etc/nextcloud.conf18
1 files changed, 18 insertions, 0 deletions
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