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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    adding S3 bucket

    Mastodon
    2
    4
    57
    Loading More Posts
    • 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.
    • R
      redegelde last edited by

      Hi there, is there an way, tutorial to add an S3(google ) bucket to the mastodon instance.
      The instance is now running from an VPS

      regards
      Eric

      jdaviescoates 1 Reply Last reply Reply Quote 1
      • jdaviescoates
        jdaviescoates @redegelde last edited by jdaviescoates

        @redegelde nothing in the Cloudron docs yet (I think @staff should probably add something), but it's very simple.

        All you have to do is use the File Manger to edit your /app/data/env.production and add something like this:

        # Store data using S3 object
        S3_ENABLED=true
        S3_BUCKET=bucket-name
        AWS_ACCESS_KEY_ID=<key_id>
        AWS_SECRET_ACCESS_KEY=<secret_key>
        S3_REGION=fr-par
        S3_PROTOCOL=https
        S3_HOSTNAME=s3.fr-par.scw.cloud
        

        Lots more info in this thread https://forum.cloudron.io/post/50193 (even though it's ostensibly about Minio)

        I use Cloudron with Gandi & Hetzner

        1 Reply Last reply Reply Quote 0
        • R
          redegelde last edited by

          Okay, thank you
          Will try this out

          1 Reply Last reply Reply Quote 1
          • R
            redegelde last edited by

            okay, update looks easy. But reading this now
            https://github.com/cybrespace/cybrespace-meta/blob/master/s3.md

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Powered by NodeBB