Hi, I have a fresh Docker compose installation and I am a newbie.
I can access the admin configuration remotely via http. I can send a test mail via smtp.google.com. But I get this via the same www interface:
## Security & setup warnings * This server has no working Internet connection.
curl -I https://marketplace.owncloud.com on the server works. docker-compose exec owncloud occ market:upgrade market hangs seemingly forever. ./occ market:upgrade market says PHP module ... not installed several times, then Exception: Environment not properly prepared.
I have .env file in the owncloud directory:
OWNCLOUD_VERSION=10.10
OWNCLOUD_DOMAIN=localhost:9090
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin
HTTP_PORT=9090
I also set these and environment variables in .bashrc. I created a Marketplace account, but I do not know where to put the API key.
How can I fix this?