{"id":20606802,"url":"https://github.com/jochumdev/ghost-storage-minio","last_synced_at":"2025-07-02T14:37:52.415Z","repository":{"id":238326440,"uuid":"796325986","full_name":"jochumdev/ghost-storage-minio","owner":"jochumdev","description":"MinIO Storage Adapter for Ghost","archived":false,"fork":false,"pushed_at":"2024-07-04T14:05:19.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T02:40:56.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jochumdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-05-05T16:04:31.000Z","updated_at":"2024-07-04T14:05:22.000Z","dependencies_parsed_at":"2024-05-05T17:25:21.797Z","dependency_job_id":"1702415e-25a1-4f82-9471-f2ce0d1bc9d5","html_url":"https://github.com/jochumdev/ghost-storage-minio","commit_stats":null,"previous_names":["jochumdev/ghost-storage-minio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fghost-storage-minio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fghost-storage-minio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fghost-storage-minio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2Fghost-storage-minio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jochumdev","download_url":"https://codeload.github.com/jochumdev/ghost-storage-minio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250928,"owners_count":20096897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-16T09:34:45.101Z","updated_at":"2025-03-06T17:17:59.756Z","avatar_url":"https://github.com/jochumdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghost Minio Storage\n\nUse Minio (an AWS S3 compatible self-hosted storage service) as an image store for Ghost.\n\n_Please note that this hasn't been fully tested, I'd welcome any type of contributions to improve the codebase._\n\n## Install\n\n```bash\nmkdir -p content/adapters/storage/\npushd content/adapters/storage/\ngit clone https://github.com/jochumdev/ghost-storage-minio.git\ncd ghost-storage-minio\nnpm install\npopd\n```\n\n## Usage\n\nA huge thanks to Colin Meinke for having his [S3 Adapter](https://github.com/colinmeinke/ghost-storage-adapter-s3) on GitHub for me to adapt my code from.\n\n_In the following configuration examples, do not include 'http' or 'https' as part of your endPoint, the script takes care of that._\n\nTo configure, set the following config variables in your `config.{environment}.json` file:\n\n\n```javascript\n{\n  \"storage\": {\n    \"active\": \"ghost-storage-minio\",\n    \"ghost-storage-minio\": {\n      'accessKey': 'minio-access-key',\n      'secretKey': 'minio-secret-key',\n      'bucket': 'my-bucket',\n      'endPoint': 'minio.mydomain.com',\n      'port': 9000, (optional)\n      'useSSL': true (optional)\n    }\n  }\n}  \n```\n\nOr if you are using Docker to manage your Ghost install:\n\n```Dockerfile\nENV storage__active minio\nENV storage__minio__accessKey minio-access-key\nENV storage__minio__secretKey minio-secret-key\nENV storage__minio__bucket my-bucket\nENV storage__minio__endPoint minio.mydomain.com\nENV storage__minio__port 9000 (optional)\nENV storage__minio__useSSL true (optional)\n```\n\nOr if you are using `docker-compose`\n```yaml\nenvironment:\n  storage__active: minio\n  storage__minio__accessKey: minio-access-key\n  storage__minio__secretKey: minio-secret-key\n  storage__minio__bucket: my-bucket\n  storage__minio__endPoint: minio.mydomain.com\n  storage__minio__port: 9000 (optional)\n  storage__minio__useSSL: \"true\" (optional, but quoted because docker-compose yelled at me)\n```\n\n## Authors\n\n- Forked from [@kittizz](https://github.com/kittizz/ghost-minio/)\n- [@jochumdev](https://github.com/jochumdev)\n\n## License\n\nBSD 2-Clause","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochumdev%2Fghost-storage-minio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjochumdev%2Fghost-storage-minio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochumdev%2Fghost-storage-minio/lists"}