DayDve

Results 2 issues of DayDve

I created OAuth like this [Credentials OAuth consent screen different to installation doc](https://github.com/nextcloud/integration_google/issues/48#issuecomment-775293092). However, when trying to authenticate using Oauth, I get an error: > Sign in with Google >...

Just use this command: ``` docker buildx build \ --platform linux/amd64 \ -t bees-deb \ --build-arg "DEBFULLNAME=Your Name" \ --build-arg "DEBEMAIL=your@email" \ -f ./Dockerfile_buildx_deb \ --output type=local,dest=./deb . ``` After...