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
2021-08-10metrics.sh: Fix inverted is_active resultv1.37.6Tobias K
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2021-08-10metrics.sh: Fix USER variable being ignoredv1.37.5Tobias K
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.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-08-03Add ncp-app for prometheus (system) metricsv1.37.3Tobias Knöppler
* metrics.{sh,cfg}: Implement ncp-app for prometheus (system) metrics letsencrypts.sh, nc-nextcloud.sh, nextcloud.conf.sh: Introduce templating/generator concept to allow multiple ncp apps to edit the same file without conflicts library.sh: Add convenience function find_app_param Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * letsencrypt.sh: Remove commented code Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * metrics.cfg: Deactivate by default - Add title, description and remove TODO entries Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * metrics.sh: Restart apache after enabling proxy_http Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * update.sh: Update ncp-templates directory during updates Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * update.sh: Copy ncp-templates directory, not just its content Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * metrics.sh,update.sh: Disable metrics in docker for now Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * metrics.sh: Disable prometheus-node-exporter via systemctl Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * metrics.sh: Move apache mod configuration to updates Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * metrics.cfg: Remove invalid parameter type Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * metrics.sh: Create /etc/default/prometheus-node-exporter via heredoc Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * nextcloud.conf.sh: Prevent template parsing error if metrics.sh is disabled (i.e. on docker) Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * metrics.cfg: Add info directing users to my preconfigured ncp dashboard Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * Various fixes - metrics.sh: Fix is_active function always returning 1 - metrics.sh: Fix apache2 reload potentially interrupting web ui - nc-nextcloud.sh: exit if nextcloud.conf templating fails - various readability and code style improvements Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * letsencrypt.sh: Use consistent return codes in tmpl_letsencrypt_domain Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * nextcloud.conf.sh: Remove obsolete return code escape Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * nextcloud.conf.sh: Ensure that the snakeoil self-signed cert exists before enabling it Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> * updates/1.36.4.sh: Reload apache in the background instead of restarting it blockingly Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2021-08-01unattended-upgrades: update raspbian originsv1.37.2nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-07-29nextcloud_tests.py: Don't fail if the only warning is the missing imagick ↵Tobias K
php module 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-27ncp-app: bump to NC21v1.37.1nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-07-27build: fix docker build /etc/hostsnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-07-25build: trap and curl installer fixesnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-07-25upgrade to NC20.0.11v1.37.0nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-07-07activation_tests, nextcloud_tests: Make ports configurableTobias K
2021-06-02ncp-web: fix port checking for IPv6 dual stackv1.36.3nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-05-13ncp-web: fix port checkingv1.36.2nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-05-13build: bail out upon any error in docker buildsnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-05-13lamp: allow only TLSv12 and TLSv13v1.36.1nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-05-13Namecheap dynamic DNS clientv1.36.0Huizerd
Signed-off-by: Huizerd <15855769+Huizerd@users.noreply.github.com>
2021-05-13ncp-web: fix display of big files for 32 bitv1.35.2nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-05-13ncp-web: fix backup download for big files in 32-bitv1.35.1nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-02-27upgrade to NC20.0.8v1.35.0nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-02-27docker: tag multi-arch images as wellnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-20nc-autoupdate-ncp: Append to log instead of replacev1.34.9Leandro Lucarella
Signed-off-by: Leandro Lucarella <luca@llucax.com>
2021-01-20Improve documentationlixin
update English doc, optimize the directory structure, add simplified Chinese translation Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-20update: cleanupnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-20nc-automount: udiskie verbose outputv1.34.8nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-20docker: fix datadir path contentsv1.34.7nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-19docker: fix datadir pathv1.34.6nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-19ncp-config: shorten descriptionsv1.34.5nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-18btrfs-sync: check for existing keysv1.34.4nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-18update cron intervalv1.34.3nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-18wizard: fix letsencrypt empty emailv1.34.2nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-18build: add odroid HC4, C2, C4nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-02unattended-upgrades: fix raspbian originv1.34.1nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-01upgrade to NC20.0.4v1.34.0nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-01ncp-config: fix empty valuesv1.33.2nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-12-13nc-update-nc: improve error messagesv1.33.1nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-12-10upgrade to NC20.0.3v1.33.0nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-12-10build: only use latest docker tagnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-12-10Update README.mdnachoparker
2020-12-03update READMEnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-12-01nc-update-nc: ncp apps might not existv1.32.1nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-11-28upgrade to NC20.0.2v1.32.0nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-11-28build: use 64bit RaspiOS imagenachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-11-28pre-initialize docker imagenachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-10-20upgrade to NC19.0.4v1.31.0nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-10-20nc-info: fixed api change for portchecker (#1194)v1.30.1dsmic
Signed-off-by: detlef <ds2@physik.de>
2020-09-19upgrade to NC19.0.2v1.30.0nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-09-19ncp-web: added a lot of german localesv1.29.11Daadii
2020-09-12nc-previews: fix killing generate-allv1.29.10nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-09-08nc-restore: also set tempdirectoryv1.29.9nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>