{"id":39280573,"url":"https://github.com/intellisense/onlyoffice-minio","last_synced_at":"2026-01-18T01:01:24.882Z","repository":{"id":218138399,"uuid":"745690688","full_name":"intellisense/onlyoffice-minio","owner":"intellisense","description":"Example of configuring OnlyOffice DocumentServer(https://github.com/ONLYOFFICE/DocumentServer) Cache with S3-Like storage (e.g., Minio(https://min.io/)).","archived":false,"fork":false,"pushed_at":"2024-01-23T11:42:10.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-23T12:43:45.497Z","etag":null,"topics":["docker","docker-compose","minio","minio-server","onlyoffice","onlyoffice-server"],"latest_commit_sha":null,"homepage":"","language":"Python","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/intellisense.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}},"created_at":"2024-01-19T22:05:38.000Z","updated_at":"2024-01-19T23:10:07.000Z","dependencies_parsed_at":"2024-01-20T00:23:10.362Z","dependency_job_id":"20b0a241-c046-4415-a54d-2db9a6a83522","html_url":"https://github.com/intellisense/onlyoffice-minio","commit_stats":null,"previous_names":["intellisense/onlyoffice-minio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/intellisense/onlyoffice-minio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intellisense%2Fonlyoffice-minio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intellisense%2Fonlyoffice-minio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intellisense%2Fonlyoffice-minio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intellisense%2Fonlyoffice-minio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intellisense","download_url":"https://codeload.github.com/intellisense/onlyoffice-minio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intellisense%2Fonlyoffice-minio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28525424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"ssl_error","status_checked_at":"2026-01-18T00:39:39.467Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compose","minio","minio-server","onlyoffice","onlyoffice-server"],"created_at":"2026-01-18T01:00:50.465Z","updated_at":"2026-01-18T01:01:24.876Z","avatar_url":"https://github.com/intellisense.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Example of configuring [OnlyOffice DocumentServer](https://github.com/ONLYOFFICE/DocumentServer) Cache with S3-Like storage (e.g., [Minio](https://min.io/)).\n\n## Prerequisites\n- [Docker](https://www.docker.com/)\n\n## Testing\n1. Clone the repository\n    ```bash\n    git clone git@github.com:intellisense/onlyoffice-minio.git\n    ```\n2. Create a `.env` file with the following variables:\n    ```\n    AWS_ACCESS_KEY_ID=minio-access-key\n    AWS_SECRET_ACCESS_KEY=minio-secret-key\n    ENDPOINT_URL=\"http://minio:9000\"\n    BUCKET_NAME=onlyoffice\n    ```\n3. Run `docker compose up --build`\n4. Allow some time for the OnlyOffice DocumentServer to fully start.\n5. Open the browser and visit the OnlyOffice DocumentServer healthcheck URL at http://127.0.0.1/healthcheck; it should respond with `true`.\n   - If it responds with `false` check `onlyoffice-documentserver` container logs.\n\n## Validating connectivity with Minio\nThe `main.py` file includes a straightforward function to verify S3 storage connectivity by uploading a file and listing keys from an existing bucket (specified in `.env.BUCKET_NAME`). This script runs automatically, and the `test-app` container should exit with code `0`. Check the logs for validation by executing:\n\n```bash\ndocker logs test-app\n```\n\nYou should observe the following logs:\n\n```bash\nUploading file \"assets/sample.pdf\" to S3 bucket \"onlyoffice\".\nFile \"assets/sample.pdf\" uploaded successfully to S3 bucket \"onlyoffice\".\nListing keys in S3 bucket \"onlyoffice\"\nsample.pdf\n```\n\nTo further confirm the successful upload, you can also check the Minio console:\n\n1. Login to Minio console http://127.0.0.1:9001.\n   - Use the `AWS_ACCESS_KEY_ID` value from the `.env` file as the username and the `AWS_SECRET_ACCESS_KEY` value as the password.\n2. Visit the bucket at http://127.0.0.1:9001/browser/onlyoffice to ensure that the file `sample.pdf` is present.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellisense%2Fonlyoffice-minio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintellisense%2Fonlyoffice-minio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellisense%2Fonlyoffice-minio/lists"}