KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
minio
โ 22
Open GitHub โ
MinIO on Render
Download README (.md)
Explore Similar Repositories
SmiServices
:
Scale-able loading, linking and anonymisation of DICOM images for healthcare research environments (e.g. Safe Havens)
Flask-App
:
create application template for flask.
pull-to-refresh-react
:
Pull To Refresh for PWA React JS
Handoff-BLE-Viewer
:
Decrypt and show the content of BLE advertising packets sent by your iPhone when using Handoff
flocking.cpp
:
๐ฆ Flocking algorithm C++ implementation both for CPU and GPU using compute shaders
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
minio
?
Download (.md)
# MinIO on Render This template repository can be used to run a single node [MinIO](https://min.io) 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: [](https://render.com/deploy) The Blueprint uses the [Chainguard MinIO image](https://images.chainguard.dev/directory/image/minio/overview). Its Render startup command runs `/bin/sh -c` to create `/data` and then starts MinIO with `exec`. MinIO stores its data in `/data`, which is attached to the persistent disk. 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`](https://min.io/docs/minio/linux/reference/minio-mc.html) 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`.