Cookies

We use necessary cookies to make our services work, and optional cookies to analyze traffic and improve your user experience across our websites. See our cookie policy for more information.

Harp Nextcloud Install ((free)) Review

apiVersion: batch/v1 kind: CronJob metadata: name: nextcloud-backup namespace: nextcloud spec: schedule: "0 2 * * *" jobTemplate: spec: template: spec: containers: - name: backup image: mariadb:10.11 command: - sh - -c - | mysqldump --single-transaction -h mariadb nextcloud | gzip > /backup/nextcloud.sql.gz restic backup /backup --repo s3:https://backups.example.com/nextcloud

wget https://download.nextcloud.com/server/releases/nextcloud-22.2.0.tar.bz2 harp nextcloud install

The Nextcloud configuration file was updated: add_header X-Content-Type-Options "nosniff" always

client_max_body_size 512M; add_header X-Content-Type-Options "nosniff" always; add_header X-Download-Options "noopen" always; add_header X-Frame-Options "SAMEORIGIN" always; add_header Strict-Transport-Security "max-age=15552000; includeSubDomains; preload" always; add_header Referrer-Policy "no-referrer" always; add_header X-Download-Options "noopen" always