Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
C

cdolson

@cdolson
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help with Wasabi mounting
    C cdolson

    @robi I've managed to get this working using Digital Ocean Spaces on my Cloudron Nextcloud installation by following the instructions at this resource. This involved simply editing the config/config.php file to include the following:

    'objectstore' => 
    array (
      'class' => '\\OC\\Files\\ObjectStore\\S3',
      'arguments' => 
      array (
        'bucket' => 'yourbucketname',
        'key' => 'YOURKEY',
        'secret' => 'YOURSECRET',
        'hostname' => 'nyc3.digitaloceanspaces.com',
        'region' => 'nyc3',
        'port' => 443,
        'use_ssl' => true,
        'use_path_style' => true,
      ),
    ),
    );
    

    I added this to the very end of my config.php, and before the last closing );

    Functionality tested and working. Uploads and downloads happen directly within the DO Spaces bucket. Configuration persists between reboots.

    I am new to Cloudron, so I am not certain if these changes will persist after updates to the Nextcloud app or Cloudron.

    Support rclone wasabi fuse
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search