Minio s3 storage
This service is the s3 compatible filestorage.
it is not exposed to the gateway network.
Connecting to the admin interface
minio's admin interface is locally exposed at
http://minio:10001
* User: fakekey
* Password: fakepass
You can access it by port forwarding port 10001 from
hive.cante.dev to your local machine:
export MINIO_DOCKER_IP=$(ssh root@hive.cante.dev docker inspect -f '{{.NetworkSettings.Networks.full_stack.IPAddress}}' hive_stack_minio_1)
ssh -A -L10001:${MINIO_DOCKER_IP}:10001 root@hive.cante.dev
You can ONLY find the Dashboard at http://localhost:10001/ while the tunnel is up
©2021,2022,2023,2024 by Compusub S.R.L.
Generated on 2024-11-24 16:51:17Z