Pierre Beucher

Results 139 comments of Pierre Beucher

Should be better now with: https://github.com/PierreBeucher/cloudypad/pull/146 @RandomGithubUsername can you confirm ? I don't have a real MacOS to test with, I had to rely on VM to test this but...

Closing this as a few users got install working on Mac

Hi, you mean that the path to encrypted file appended to your current working directory rather then being considered an absolute path ? Do you have an example `.novops.yml` to...

Oh I see, that's probably caused by `~` not being interpolated as "$HOME" directory. I can add such as "tilde expansion" feature though. Thanks for the details

indeed AWS provider currently uses default VPC - which is not consistent with GCP and Azure creating their own VPC and subnets. Unfortunately you can't customize VPC / subnet as...

> vpc-36df345c is indeed the default subnet with a 172.31.0.0/16 CIDR and a subnet 172.31.0.0/20 with enought free IPs. > [...] > No subnets found for the default VPC 'vpc-36df345c'....

Ah ! Well done, thanks for reporting the solution. I'll fix the underlying "create dedicated VPC and subnet by default" issue ASAP

Thanks for your prompt reply > Could you confirm that > 1. on NixOS NIX_SSL_CERT_FILE is set Nope, my NixOS install does not have `NIX_SSL_CERT_FILE` environment variable set when I...

Thanks for the report, odd that bash make it fails like this. Are there more info beside this panicked message? (eg stack trace) I'll try to reproduce.

Well, that's an interesting hedge case ! Since aws-vault is widely used this seems like a nice feature, will do ;) Thanks for the report