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

    Solved Configuring Minio for several use cases

    Feature Requests
    minio
    2
    5
    239
    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.
    • robi
      robi last edited by girish

      I noticed that the minio config is pretty static in the Cloudron package.

      • This could be improved by linking the start.sh to /app/data (so we can make changes)
      • Several example configs could be provided which can be swapped out for various use cases (only one install needed)
      • A new config UI could be adapted from OpenVPN
      • It could be used to front backups to S3 providers in gateway mode (this is what I'd like to do now + a super cool hack that I'm working on 😸 )
      • Disk caching is possible using this method
      • Integrates with Rclone
      • Encrypt it with certs

      Life of Advanced Technology

      girish 1 Reply Last reply Reply Quote 1
      • girish
        girish Staff last edited by

        minio moved entirely an environment variable based configuration approach and the config.json is deprecated - https://docs.minio.io/docs/minio-server-configuration-guide.html . So, looks like if we fix the package to source /app/data/env.sh , that's a good start. And then we need the server/gateway CLI configurable as well.

        1 Reply Last reply Reply Quote 0
        • girish
          girish Staff @robi last edited by

          @robi said in Configuring Minio for several use cases:

          Several example configs could be provided which can be swapped out for various use cases (only one install needed)
          A new config UI could be adapted from OpenVPN

          Ideally, all this should come from the upstream app (given that it already has a UI). Maybe we can open up a feature request there? I am not sure why their admin ui is so "ignored".

          robi 1 Reply Last reply Reply Quote 0
          • girish
            girish Staff last edited by

            I pushed changes to allow custom config in new minio release.

            1 Reply Last reply Reply Quote 1
            • robi
              robi @girish last edited by

              @girish said in Configuring Minio for several use cases:

              @robi said in Configuring Minio for several use cases:

              Several example configs could be provided which can be swapped out for various use cases (only one install needed)
              A new config UI could be adapted from OpenVPN

              Ideally, all this should come from the upstream app (given that it already has a UI). Maybe we can open up a feature request there? I am not sure why their admin ui is so "ignored".

              The UI is just a browser, and not a configuration system ;-/

              We just need to manage our own CLI configs.

              @girish said in Configuring Minio for several use cases:

              I pushed changes to allow custom config in new minio release.

              Thank you!

              Life of Advanced Technology

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