cloud.limbosolutions.com

Welcome to public repository of https://cloud.limbosolutions.com

Using NextCloud

command

maintenance mode

su -s /bin/bash www-data -c "php -d memory_limit=-1 /var/www/html/occ maintenance:mode --on;"
su -s /bin/bash www-data -c "php -d memory_limit=-1 /var/www/html/occ maintenance:mode --off"

scan files

su -s /bin/bash www-data -c "php -d memory_limit=-1 /var/www/html/occ files:scan --all"

repair tree

su -s /bin/bash www-data -c "php occ files:repair-tree"

delete file locks

# execute on mariadb
DELETE FROM oc_file_locks WHERE 1;

Setup

kubernetes Namespace

apiVersion: v1
kind: Namespace
metadata:
  name: cloud-limbosolutions-com
  labels:
    name: cloud-limbosolutions-com

Add helm chart

helm repo add nextcloud https://nextcloud.github.io/helm/

Update Helm chart

helm repo update

Install / Update

helm upgrade --install nextcloud nextcloud/nextcloud \
--values ./nextcloud/values.yaml \
--values ./nextcloud/values.local.yaml \
--namespace=cloud-limbosolutions-com
Description
No description provided
Readme 97 KiB
Languages
Shell 82.4%
Dockerfile 17.6%