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
  1. Cloudron Forum
  2. Typebot
  3. BackblazeB2 instead of MinIO

BackblazeB2 instead of MinIO

Scheduled Pinned Locked Moved Typebot
5 Posts 5 Posters 70 Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    creative567145
    wrote last edited by creative567145
    #1

    With the recent changes to MinIO, we are forced to use another solution for the Typebot storage.

    So we took a look at BackblazeB2.
    Backblaze is very cost-effective 1TB=$6/m so it's a good solution.

    We tried the following configuration:

    1. Inside Backblaze
      Activated the Bucket
      Set CORS as receive from all
      Left the Lifecycle rules the same
      In the settings tested both Private + Public

    2. In the Typebot backend file added the standard: (for this specific bucket)

    export S3_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    export S3_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    export S3_BUCKET=typebotstorage
    export S3_ENDPOINT=s3.us-east-005.backblazeb2.com
    export S3_SSL=true
    export S3_REGION=us-east-005
    +
    It didn't work.

    Made tests with:
    export STORAGE_TYPE=s3
    export S3_REGION=US
    export S3_REGION=us
    export S3_PORT=443
    +
    Also, no results.

    And yes, we performed an App restart per each individual change.

    Does anyone have an idea how to make it work?

    1 Reply Last reply
    1
    • robiR Offline
      robiR Offline
      robi
      wrote last edited by
      #2

      Have you tried a desktop S3 capable app to validate settings? CuteFTP, MountainDuck, etc?

      Conscious tech

      1 Reply Last reply
      1
      • J Online
        J Online
        joseph
        Staff
        wrote last edited by
        #3

        export S3_REGION=us-east-1 maybe? That's usually the default region

        export S3_ENDPOINT=s3.us-east-005.backblazeb2.com maybe add https:// to it?

        1 Reply Last reply
        0
        • jamesJ james marked this topic as a regular topic
        • C Offline
          C Offline
          crazybrad
          wrote last edited by crazybrad
          #4

          @creative567145 Try these (replacing endpoint and region with proper references matching your bucket):

          export S3_ACCESS_KEY="your_backblaze_b2_keyID"
          export S3_SECRET_KEY="your_backblaze_b2_applicationKey"
          export S3_BUCKET="your-bucket-name"
          export S3_ENDPOINT="s3.us-west-002.backblazeb2.com"
          export S3_REGION="us-west-002"
          export S3_SSL="true"

          1 Reply Last reply
          0
          • P Offline
            P Offline
            p44
            translator
            wrote last edited by
            #5

            @creative567145 Test S3 Connection (Eg. with https://cyberduck.io/) and ensure that bucket Api Key has "Read and Write" permissions. Also, ensure that Api Key "Allow access to Bucket(s):" is the right one.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

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