Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-15Upgrade to PHP 8.1 when installing NC >= 24 (#1554)Tobias Knöppler
* Update nextcloud to 24.0.4 * ncp-update-nc: Upgrade php to version 8.1 when installing NC >= 24 * ncp-update-nc: Use /etc/shadow workaround for installing systemd * ncp-update-nc: Run nc-limits after php upgrade * ncp-update-nc: Rollback after failed php upgrade * ncp-update-nc: Add success message * ncp-update-nc: Prevent installation of NC >= 24 on debian 10/PHP <= 7.3 * lamp.sh: Install php8.1 from sury.org * lamp.sh: Use /etc/shadow workaround for installing systemd * Dockerfile: Install wget, ca-certificates, lsb-release and procps before installing lamp.sh * Dockerfile: Make sure, ncp-templates are available when installing lamp.sh * Migrate all scripts to use template for writing opcache.ini and get_nc_config_value for retrieving datadir * nc-nextcloud.sh Fix crash if nc-datadir has not been installed yet * opcache.ini.sh: Don't try to get tmpl values from nc-datadir in containers
2021-10-18build: check for existing NC databasenachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-10-12build: fix rpi buildnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-10-01build: add LXC/LXD supportnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-09-28add get_ip functionv1.39.15nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-09-13upgrade to NC21.0.4v1.39.0nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-08-10nextcloud.conf.sh: Allow any user name for metrics endpoint and fix docker buildv1.37.4Tobias K
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> nextcloud.conf.sh: Fix apps overwriting each other during templating Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> nextcloud.conf.sh: Make --default mode failsafe (don't expect apps to be installed) Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> nextcloud.conf.sh: Allow any user name for metrics endpoint Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> nextcloudpi/Dockerfile: Copy the templates directory to the container Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> lamp/Dockerfile: Copy the templates directory to the container Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> install.sh: Ensure templates are available before executing nc-nextcloud.sh Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2021-07-29ncp-update: Fix failure to determine latest version in some casesTobias K
ncp.sh: Make branch configurable Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2021-07-25build: trap and curl installer fixesnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-10-28install: make sure we have lsb-releasenachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-09-10install: fix possible missing PATHnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-07-06build: use a system wide config file. Remove sury sourcesnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-01-08build: new update processnachoparker
2019-01-07lamp: fix mysql utf8 collationnachoparker
2019-01-07curl: add provisioningnachoparker
2019-01-05build: curl installer fixesnachoparker
2019-01-05adjust installationnacho
2019-01-05rework to use JSON based cfg and morenachoparker
2018-12-29curl installer: add provisioning stepv0.67.12nacho
2018-12-17nc-init: update echo at end when init done. (#738)v0.67.8Oliver V
2018-09-29build: make sure we dont deactivate the wizard accidentallynachoparker
2018-06-19build: post-inst in install stepnachoparker
2018-05-29build: fix cleanup armbian imagesv0.56.16nachoparker
2018-05-27Rework raspbian build systemnachoparker
2018-05-09Improve tempdir handling (#499)Thomas Kaiser
2018-04-27build: use certificates in wgetnachoparker
2018-04-24armbian: fix nc-audit messing up with build processnachoparker
2018-04-23armbian: fix root SSH in build and other fixesnachoparker
2018-04-22build: avoid git dependencynachoparker
2018-04-20renamed to NextCloudPlusv0.53.29nachoparker
2017-11-24build: fix cleanupv0.37.3nachoparker
2017-11-22added armbian supportnachoparker
2017-11-12build: install script more infonachoparker
2017-11-12build: fix installation ordernachoparker
2017-11-06build: installer script for debiannachoparker