git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-04-19 13:24:07 +0200
committermail_redacted_for_web 2025-04-19 13:24:07 +0200
commit60faf9dc48ac52cb367e6a39d96aa13969ff6625 (patch)
tree4fe9646fa64bcbc548ff79b521c124c47fabf0af /etc
downloadnextcloud-update-60faf9dc48ac52cb367e6a39d96aa13969ff6625.tar.bz2
InComm
Diffstat (limited to 'etc')
-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