190 shaares
11 private links
11 private links
I’m trying to get owncloud running with authentik. After setting up everything i can’t log. I think i miss some env variables but idk which one. Steps to reproduce init owncloud start owncloud server podman run -d \ --name owncloud \ --pod ocis \ -e TZ=Europe/Rome \ -e PUID=1000 \ -e PGID=1000 \ --restart unless-stopped \ --label "io.containers.autoupdate=image" \ -e OCIS_URL=https://ocis.mydomain.it \ -e GATEWAY_GRPC_ADDR=0.0.0.0:9142 \ -e OCIS_LOG_LEVEL=error \ -e OCIS_LOG_COLOR=true \ -e ...