Fully Configured Owncloud Installation behind a Reverse Proxy with Onlyoffice enabled
- Set your email for
DEFAULT_EMAIL
- Configure
VIRTUAL_HOSTandLETSENCRYPT_HOSTto your domain for owncloud - Configure
OWNCLOUD_DOMAINto your domain for owncloud - Configure
OWNCLOUD_TRUSTED_DOMAINSto your cloud domain and office domain (eg. cloud.domain.com,office.domain.com) - Change
OWNCLOUD_ADMIN_USERNAME=ExampleAdminto a desired account name
- Configure
VIRTUAL_HOSTandLETSENCRYPT_HOSTto your domain for onlyoffice
- Make sure you edit the env.example file and set your passwords. Then rename the file to .env
- Ensure you've downloaded or recreated
my_custom_proxy_settigns.confin the same directory as your docker-compose.yml file
Run docker compose up -d to start your containers, navigate to your cloud domain, and configure the server with a MYSQL Database using settings shown in the compose file under the owncloud container