[bitnami/minio] Minio settings disapeared
Name and Version
bitnami/minio
What architecture are you using?
amd64
What steps will reproduce the bug?
I'm running minio on a docker container latest. not sure what is cousing this problem, i'm logged in as root.
What is the expected behavior?
Show the options to manage users and keys.
What do you see instead?
Always get redirected to /browser/(bucket) All the admin options have dissapered. but somehow the other users/keys still exists. Other users are having the same problems even the admin ones. Even if i hard paste the url: /settings/configurations/region i get redirected back to /browser/(bucket)
Additional information
i have tried:
- Restarting the container,
- Recreating the container.
- Looking thoutgh the configs.
- Brand new instance with different mount point (with cleared docker image cache).
here is my compose: (removed root user/pass declaration)
services:
minio:
container_name: minio
user: "root:root"
image: bitnami/minio:latest
restart: unless-stopped
networks:
- databases
environment:
- MINIO_BROWSER=on
- MINIO_BROWSER_REDIRECT_URL=http://minio.${DOMAIN}
- MINIO_SCHEME=http
- MINIO_VOLUMES=/bitnami/minio/data
- MINIO_OPTS="--console-address :9001"
- MINIO_DATA_DIR=/bitnami/minio/data
volumes:
- /mnt/hd2tb/minio/data:/bitnami/minio/data
labels:
# S3
- "traefik.enable=true"
- "traefik.tcp.services.minio.loadbalancer.server.port=9000"
- "traefik.tcp.routers.minio.rule=HostSNI(`*`)"
- "traefik.tcp.routers.minio.entrypoints=minio"
# WEB-UI
- "traefik.http.services.minio.loadbalancer.server.port=9001"
- "traefik.http.routers.minio.rule=Host(`minio.${DOMAIN}`)"
- "traefik.http.routers.minio.entrypoints=web"
networks:
databases:
name: databases
external: true
minio had removed the management feature in web ui in community version, see https://github.com/minio/minio/issues/21325#issuecomment-2913054543
well, it looks like i will need to find an alternative then, the management features were really useful and 50% of the reason that i was using it.
Hi,
We offer seaweedfs as a possible alternative to MinIO, in case you want to give it a try
Hi,
We offer seaweedfs as a possible alternative to MinIO, in case you want to give it a try
i will give it a try later in a sandbox env, thanks
Minio 在社区版的 Web UI 中删除了管理功能,参见 Minio/Minio#21325 (评论)
To be honest, today I MINIO after the update, I found that I couldn't enter the background anyway, and I tossed for 4 hours... Thanks to minio, I have to consider choosing other OSS object storage
你好
我们提供 seaweedfs 作为 MinIO 的可能替代品,如果您想试一试
Good, I think it's time for me to swap out the minio
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.