Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use cloud storage providers to store assets or thumbnails.

Notice: Only Amazon s3 and Azure Blobstorage are supported right now

Usage

Add files to addons/CloudStorage.

Then update the config (config/config.yaml), e.g:

Amazon S3

cloudstorage:
    assets:
        type: s3
        key: xxxKeyxxx
        secret: xxxSecretxxx
        region: eu-central-1
        bucket: mybucket

        # optional
        prefix: subfolder-name
        url: https://s3.eu-central-1.amazonaws.com
        
        # only needed if using minio
        use_path_style_endpoint: true

Azure Blobstorage

cloudstorage:
    assets:
        type: azure
        key: xxxKeyxxx
        account: my-account
        container: my-container

        # optional
        url: https://my-custom-url.com

That's it!

About

Cloud storage addon for Cockpit CMS - https://github.com/agentejo/cockpit

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages