{"id":46744684,"url":"https://github.com/owncloud-ops/wopiserver","last_synced_at":"2026-03-09T19:17:14.686Z","repository":{"id":61659941,"uuid":"545906872","full_name":"owncloud-ops/wopiserver","owner":"owncloud-ops","description":"Custom container image for Wopiserver","archived":false,"fork":false,"pushed_at":"2025-12-17T19:52:44.000Z","size":56,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T07:57:32.388Z","etag":null,"topics":["container","oci","wopiserver"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/owncloudops/wopiserver","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":"2022-10-05T07:21:45.000Z","updated_at":"2024-05-12T20:28:06.000Z","dependencies_parsed_at":"2023-02-18T00:46:08.222Z","dependency_job_id":"f483ee5c-ab1e-40a1-8ebc-0df47e0dcaf2","html_url":"https://github.com/owncloud-ops/wopiserver","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/owncloud-ops/wopiserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fwopiserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fwopiserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fwopiserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fwopiserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owncloud-ops","download_url":"https://codeload.github.com/owncloud-ops/wopiserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud-ops%2Fwopiserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30309027,"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","wopiserver"],"created_at":"2026-03-09T19:17:14.021Z","updated_at":"2026-03-09T19:17:14.675Z","avatar_url":"https://github.com/owncloud-ops.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wopiserver\n\n[![Build Status](https://drone.owncloud.com/api/badges/owncloud-ops/wopiserver/status.svg)](https://drone.owncloud.com/owncloud-ops/wopiserver/)\n[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker\u0026logoColor=white)](https://hub.docker.com/r/owncloudops/wopiserver)\n[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker\u0026logoColor=white)](https://quay.io/repository/owncloudops/wopiserver)\n\nCustom container image for Wopiserver.\n\n## Ports\n\n- 8880\n\n## Volumes\n\n- /var/wopi_local_storage\n- /var/spool/wopirecovery\n\n## Environment Variables\n\n```Shell\n# Valid values are: local, cs3\nWOPISERVER_STORAGE_TYPE=local\n# Valid values are: debug, info, warning, error\nWOPISERVER_LOG_LEVEL=error\n\nWOPISERVER_WOPI_URL=http://localhost\nWOPISERVER_DOWNLOAD_URL=http://localhost\n\n# If set, 'WOPISERVER_PROXY_SECRET' is also required.\nWOPISERVER_PROXY_URL=\nWOPISERVER_PROXY_SECRET=\nWOPISERVER_PROXY_APP_NAME=Office365\n# Controls Microsoft Office365 Business Flow as described in\n# https://learn.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/online/scenarios/business\nWOPISERVER_PROXY_BUSINESS_FLOW=False\n\n# These secrets are required, otherwise the container won't start up. It's also possible to mount\n# these files to /etc/wopi/wopisecret and /etc/wopi/wopisecret and /etc/wopi/iopsecret to fulfill\n# the requirement.\nWOPISERVER_WOPI_SECRET=\nWOPISERVER_IOP_SECRET=\n\nWOPISERVER_BRIDGE_SSL_VERIFY=True\nWOPISERVER_BRIDGE_DISABLE_ZIP=False\n\n# Only applies on storage type 'cs3'.\nWOPISERVER_CS3_REVA_GATEWAY=\nWOPISERVER_CS3_SSL_VERIFY=True\n```\n\n## Build\n\nYou could use the `BUILD_VERSION` to specify the target version.\n\n```Shell\ndocker build -f Dockerfile -t wopiserver:latest .\n```\n\n## Test\n\n```Shell\ndocker run -p 8880:8880 \\\n    -e WOPISERVER_WOPI_SECRET=dummy-secret \\\n    -e WOPISERVER_IOP_SECRET=dummy-secret \\\n    -e WOPISERVER_LOG_LEVEL=debug \\\n    -it wopiserver:devel\n```\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ops/wopiserver/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud-ops%2Fwopiserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowncloud-ops%2Fwopiserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud-ops%2Fwopiserver/lists"}