Weyert de Boer
Weyert de Boer
How do I use the Openprovider API? I am trying to use it the following way: `docker run --rm -it -e OPENPROVIDER_USER="username" -e OPENPROVIDER_PASSWORDHASH="passwordhash" -v "$(pwd)/out":/acme.sh neilpang/acme.sh --issue -d '*.domain.co'...
Appears to work when I don't have any A records. Let me try to get a debug log for you :) @TheLastProject Please find the log here: https://gist.github.com/weyert/08d55ce124263d6ef99d90167006d992
Sorry, my shell scripting skill is like non-existent. Anyway I could assist you? I did notice that when I don't have any A records (e.g. *.domain.co) it's working fine. Could...
Oh okay, I hope someone can help us then :)
Not sure, how to progress this.
Thanks @Ritbit that's great :)
Aren't you using PAT or `$CI_JOB_TOKEN` to authenticate? Personally, don't have this issue with our Gitlab.com Private NPM registry. For me personally, PNPM is way more reliable in installing packages...
Thank you for response > Are you trying to install packages from different repository than the one your are working on? > > Sure. I have multiple separate projects which...
If I can reproduce I am happy to have a crack at it. We use Gitlab.com at work too
I haven't had a deep dive yet but can you try something for me while I finish off work related tasks? You have this repo/project (https://gitlab.com/eisste-playground/reproduce-pnpm-install-private-package-error) where you published the...