Nextcloud Snap install and S3 Storage Bucket
How to install (these have to be run as root):
snap remove nextcloudsnap install nextcloud<?php
$CONFIG = array (
'objectstore' => array(
'class' => '\\OC\\Files\\ObjectStore\\S3',
'arguments' => array(
'bucket' => 'NAME_OF_BUCKET',
'autocreate' => true,
'key' => 'BUCKET_KEY',
'secret' => 'BUCKET_SECRET',
//'hostname' => 's3.us-west-1.wasabisys.com',
'region' => 'BUCKER_REGION',
'port' => 443,
'use_ssl' => true,
'use_path_style'=>true
),
),
);Let's Encrypt:
Joplin export:
Data migration:
SNAP Commands for Nextcloud:
Last updated