{"id":19258776,"url":"https://github.com/teableio/railway-minio-console","last_synced_at":"2026-06-09T20:31:40.395Z","repository":{"id":257703386,"uuid":"859081581","full_name":"teableio/railway-minio-console","owner":"teableio","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-18T03:50:52.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T17:31:10.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teableio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-18T03:47:02.000Z","updated_at":"2025-04-01T01:34:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"86f46fbb-f32c-4d9b-8de3-c1066e441498","html_url":"https://github.com/teableio/railway-minio-console","commit_stats":null,"previous_names":["teableio/railway-minio-console"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teableio/railway-minio-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teableio%2Frailway-minio-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teableio%2Frailway-minio-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teableio%2Frailway-minio-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teableio%2Frailway-minio-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teableio","download_url":"https://codeload.github.com/teableio/railway-minio-console/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teableio%2Frailway-minio-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34125332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T19:14:20.302Z","updated_at":"2026-06-09T20:31:40.377Z","avatar_url":"https://github.com/teableio.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MinIO Console with Automatic Bucket Creation\n\nThis repository provides a Docker image for MinIO Console with `mc` tool installed. The image includes functionality to automatically create public and private buckets on startup.\n\n## Features\n\n- MinIO Console installation\n- `mc` tool installation\n- Automatic creation of public and private buckets on startup\n- Checks to ensure buckets are not recreated if they already exist\n\n## Usage\n\n### Build the Docker Image\n\nTo build the Docker image, run the following command:\n\n```sh\ndocker build -t minio-console:latest .\n```\n\n### Environment Variables\n\nEnsure the following environment variables are set:\n\n- `USERNAME`: MinIO root username\n- `PASSWORD`: MinIO root password\n- `PUBLIC_BUCKET`: Name of the public bucket to create\n- `PRIVATE_BUCKET`: Name of the private bucket to create\n- `PORT`: Port for MinIO Console\n- `CONSOLE_MINIO_SERVER`: MinIO server address (e.g., `http://localhost:9000`)\n\n### Run the Docker Container\n\nTo run the Docker container, use the following command:\n\n```sh\ndocker run -e USERNAME=\u003cyour-username\u003e -e PASSWORD=\u003cyour-password\u003e -e PUBLIC_BUCKET=\u003cpublic-bucket\u003e -e PRIVATE_BUCKET=\u003cprivate-bucket\u003e -e PORT=\u003cport\u003e -e CONSOLE_MINIO_SERVER=\u003cminio-server\u003e -p \u003chost-port\u003e:\u003cport\u003e minio-console:latest\n```\n\nReplace `\u003cyour-username\u003e`, `\u003cyour-password\u003e`, `\u003cpublic-bucket\u003e`, `\u003cprivate-bucket\u003e`, `\u003cport\u003e`, `\u003cminio-server\u003e`, and `\u003chost-port\u003e` with appropriate values.\n\n## Example\n\n```sh\ndocker run -e USERNAME=minioadmin -e PASSWORD=minioadmin -e PUBLIC_BUCKET=public-bucket -e PRIVATE_BUCKET=private-bucket -e PORT=9001 -e CONSOLE_MINIO_SERVER=http://localhost:9000 -p 9001:9001 minio-console:latest\n```\n\nThis command will start the MinIO Console on port 9001 and automatically create the specified public and private buckets.\n\n## License\n\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteableio%2Frailway-minio-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteableio%2Frailway-minio-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteableio%2Frailway-minio-console/lists"}