git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/etc/nextcloud.conf
blob: a88883b2793aa7555384fa46a33009572cf08ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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