The net/minio/server port
minio-0.20221024p2 – object storage server compatible with Amazon S3 APIs (cvsweb github mirror)
Description
Minio is an object storage server compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB.WWW: https://minio.io
Readme
+------------------------------------------------------------------------------- | Running ${PKGSTEM} on OpenBSD +------------------------------------------------------------------------------- Fetching access/secret ====================== By default minio server runs as _minio user, and creates its configuration file at first startup in ${LOCALSTATEDIR}/minio/export/.minio.sys/config/config.json. This file contains the randomly generated accessKey and secretKey tokens that should be used by minioc/S3-compatible clients to authenticate to the server. Its API/web interface is accessible by default on port 9000, listening on all network interfaces. Bumping file limits =================== Per https://github.com/minio/minio-service it is advised to run minio with more file descriptors than what is allowed by the default daemon login class. Add this to the login.conf(5) file if you want to bump those limits: minio:\ :openfiles-cur=4096:\ :openfiles-max=8192:\ :tc=daemon: Refer to https://docs.minio.io/ for more details on how to run minio.
Maintainer
Daniel Jakots
Only for arches
aarch64 amd64 arm i386 riscv64
Categories
Build dependencies
Files
- /etc/rc.d/minio
- /usr/local/bin/minio
- /usr/local/share/doc/pkg-readmes/minio
- /var/minio/
- /var/minio/export/
- @extraunexec rm -rf /var/minio/{.,}*
- @newgroup _minio:796
- @newuser _minio:796:_minio::Minio user:/var/minio:/sbin/nologin