{"id":46744680,"url":"https://github.com/owncloud-ops/onlyoffice","last_synced_at":"2026-03-09T19:17:05.329Z","repository":{"id":36964887,"uuid":"412379630","full_name":"owncloud-ops/onlyoffice","owner":"owncloud-ops","description":"Custom container image for OnlyOffice Docs","archived":false,"fork":false,"pushed_at":"2026-02-24T23:34:18.000Z","size":1047,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T04:44:57.432Z","etag":null,"topics":["container","oci","onlyoffice"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/owncloudops/onlyoffice","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owncloud-ops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-01T07:58:59.000Z","updated_at":"2024-05-14T08:17:34.000Z","dependencies_parsed_at":"2024-04-24T09:49:34.674Z","dependency_job_id":"34f28fa5-0846-408a-868f-6e1d6dcbc641","html_url":"https://github.com/owncloud-ops/onlyoffice","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/owncloud-ops/onlyoffice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fonlyoffice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fonlyoffice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fonlyoffice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fonlyoffice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owncloud-ops","download_url":"https://codeload.github.com/owncloud-ops/onlyoffice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fonlyoffice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30309021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["container","oci","onlyoffice"],"created_at":"2026-03-09T19:17:04.632Z","updated_at":"2026-03-09T19:17:05.323Z","avatar_url":"https://github.com/owncloud-ops.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# onlyoffice\n\n[![Build Status](https://drone.owncloud.com/api/badges/owncloud-ops/onlyoffice/status.svg)](https://drone.owncloud.com/owncloud-ops/onlyoffice/)\n[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker\u0026logoColor=white)](https://hub.docker.com/r/owncloudops/onlyoffice)\n[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker\u0026logoColor=white)](https://quay.io/repository/owncloudops/onlyoffice)\n\nCustom container image for [OnlyOffice Docs](https://www.onlyoffice.com).\n\n## Ports\n\n- 8080\n\n## Volumes\n\n- /var/lib/onlyoffice\n\n## Environment Variables\n\n```Shell\nONLYOFFICE_LOG_LEVEL=\"INFO\"\nONLYOFFICE_METRICS_ENABLED=\"false\"\nONLYOFFICE_METRICS_HOST=\"localhost\"\nONLYOFFICE_METRICS_PORT=\"8125\"\nONLYOFFICE_METRICS_PREFIX=\"ds\"\n\nONLYOFFICE_DB_HOST=\"mariadb\"\nONLYOFFICE_DB_PORT=\"3306\"\nONLYOFFICE_DB_NAME=\"onlyoffice\"\nONLYOFFICE_DB_USER=\"onlyoffice\"\nONLYOFFICE_DB_PASSWORD=\"onlyoffice\"\n\nONLYOFFICE_REDIS_HOST=\"redis\"\nONLYOFFICE_REDIS_PORT=\"6379\"\n\n# Enables JSON Web Token validation by the Onlyoffice Document Server.\nONLYOFFICE_JWT_ENABLED=\"false\"\n# Defines the secret key to validate the JSON Web Token in the request.\nONLYOFFICE_JWT_SECRET=\"secret\"\n# Defines the http header that will be used to send the JSON Web Token.\nONLYOFFICE_JWT_HEADER=\"Authorization\"\n# Enables the token validation in the request body.\nONLYOFFICE_JWT_IN_BODY=\"false\"\n\nONLYOFFICE_AMQP_PROTO=\"amqp\"\nONLYOFFICE_AMQP_USER=\"guest\"\nONLYOFFICE_AMQP_PASSWORD=\"guest\"\nONLYOFFICE_AMQP_HOST=\"rabbitmq\"\nONLYOFFICE_AMQP_PORT=\"5672\"\n\n# Specifies the enabling the wopi handlers.\nONLYOFFICE_WOPI_ENABLED=\"false\"\n\n# Should be set to a random string for production use.\nONLYOFFICE_SECURE_LINK_SECRET=\"verysecretstring\"\n\nONLYOFFICE_IPFILTER_RULES='[{\"address\": \"*\", \"allowed\": true}]'\nONLYOFFICE_REQUEST_FILTER_ALLOW_PRIVATE_IP_ADDRESS=\"false\"\nONLYOFFICE_REQUEST_FILTER_ALLOW_META_IP_ADDRESS=\"false\"\n```\n\n## Build\n\n```Shell\ndocker build -f Dockerfile --target onlyoffice -t onlyoffice:latest .\n```\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ops/onlyoffice/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud-ops%2Fonlyoffice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowncloud-ops%2Fonlyoffice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud-ops%2Fonlyoffice/lists"}