minio/README.md

31 lines
1022 B
Markdown
Raw Normal View History

2021-05-02 10:45:18 +00:00
# minio
2021-05-02 11:00:36 +00:00
[![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/minio/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/coop-cloud/minio)
2021-05-02 10:50:51 +00:00
High Performance Object Storage, AWS S3 alternative
2021-05-02 10:45:18 +00:00
<!-- metadata -->
2021-05-02 10:50:51 +00:00
* **Category**: Utilities
2021-05-02 11:00:36 +00:00
* **Status**: ❷💛
2021-05-02 10:50:51 +00:00
* **Image**: [`minio`](https://hub.docker.com/r/minio/minio), ❶💚, upstream
* **Healthcheck**: ✅
* **Backups**: ❌
* **Email**: ❌
2021-05-02 11:00:36 +00:00
* **Tests**: ❷💛
2021-05-02 10:50:51 +00:00
* **SSO**: ❌
2021-05-02 10:45:18 +00:00
<!-- endmetadata -->
## Basic usage
1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`]
3. `abra app new minio --secrets` (optionally with `--pass` if you'd like
to save secrets in `pass`)
4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
5. `abra app YOURAPPDOMAIN deploy`
6. Open the configured domain in your browser to finish set-up
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik