7c76b1f04d
The WOPI integration was not loading documents because the code only read OXICLOUD_WOPI_BASE_URL, but the documentation and docker-compose examples used OXICLOUD_WOPI_PUBLIC_BASE_URL. When only WOPI_PUBLIC_BASE_URL was set, the wopi_base_url defaulted to config.base_url() which resolved to the internal Docker hostname instead of the public URL. Fixes #230.