Giter Site home page Giter Site logo

minio's Introduction

MinIO on Render

This template repository can be used to run a single node MinIO server on Render in a single click. It features SSD storage with automatic backups and fully managed TLS for MinIO.

Click the button below to deploy MinIO to your Render account:

Deploy to Render

This will create two web services:

  • A public MinIO S3-compatible API server with automatically generated username and password environment variables. This server does not include the MinIO web console, which is a separate service. Admin credentials can be found under Environment in the Render dashboard.
  • A web console for MinIO. You can use the username and password generated for the API server to log in, but MinIO does not recommend it for security reasons. Instead, create a new user with the mc CLI. You can use the instructions at https://github.com/minio/console#setup.

The two services above are defined in render.yaml and can be customized as needed. Note that you don't need to run the console; you can deploy MinIO and interact with it using mc, MinIO's command line tool linked above. To do this, remove the minio-console web service from render.yaml.

minio's People

Contributors

adorism avatar anuaimi avatar anurag avatar crcastle avatar imbstack avatar kwlockwo avatar lexpierce avatar motleydev avatar sonnyp avatar zach-render avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

minio's Issues

deploy to render does not work

when I deploy this repo to render, the docker contain but is not accessible from a browser. the following log messages are in the console

Dec 9 10:20:23 AM  API: http://10.104.185.142:10000  http://127.0.0.1:10000
Dec 9 10:20:23 AM  
Dec 9 10:20:23 AM  Console: http://10.104.185.142:40249 http://127.0.0.1:40249
Dec 9 10:20:23 AM  
Dec 9 10:20:23 AM  Documentation: https://docs.min.io
Dec 9 10:20:23 AM  
Dec 9 10:20:23 AM  WARNING: Console endpoint is listening on a dynamic port (40249), please use --console-address ":PORT" to choose a static port.
Dec 9 10:20:23 AM  WARNING: Detected default credentials 'minioadmin:minioadmin', we recommend that you change these values with 'MINIO_ROOT_USER' and 'MINIO_ROOT_PASSWORD' environment variables

there are 3 issues

  1. the repo sets MINIO_ACCESS_KEY and MINO_SECRET_KEY rather than MINIO_ROOT_USER and MINIO_ROOT_PASSWORD. this is fixed in pull request 1
  2. the startup script uses --address rather than --console-address
  3. the startup script uses port 9000 rather than port 9001.

MinIO console docker image unavailable

The MinIO console docker images have all been removed from DockerHub by the MinIO team, citing deprecation of standalone console deployment as of version 0.31.0

Could this repository be revised to suggest the best way of setting up MinIO (+Console) on Render as a single web service?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.