Derek Ditch
Derek Ditch
Oh, just realized there's a mistake in the snippet. You can't download the IPA cert over HTTPS because the server doesn't have a trusted certificate. I actually moved it over...
@Ulrhol sorry to take so long getting back to this. Are you using this with nginx? it's not clear to me how you would differentiate these configs.
@spartan782 what's the status on this? just tabling it for now? needs custom ruby?
@ericraio 's fix worked for me on vagrant version 2.3.2 and plugin version 2.7.0, as well.
So, I ran ```vagrant plugin install vagrant-google --plugin-version "2.6.0"``` on another macOS 11.4 system and it ran with no problem. In that case, vagrant was version `2.2.16`.
I don't recall, but I'll try the new release next week. This system is x86_64.
@Hoosjan I do successfully get my rolls into Foundry VTT from D&D Beyond. There's a couple "gotchas" that I've figured out. 1. The Gamemaster account that has the cobalt cookie...
Yes, the GM has to be logged into a web browser because the cobalt cookie resides in that browser session (as far as I can tell, I am not the...
I ran into this too, but was able to make a pretty simple work-around and I gathered more data on the way. In `secrets.enc.yaml` I have: ```yaml MY_SECRET: $FOO'\bar\n!'@#$ ```...
It wasn't fixed on the master branch. I did see the workaround, however the base images I'm using don't run as root, so I'm unable to do a global npm...