Closed emaragkos closed 3 years ago
Hey,
It is possible:
ansible/environments
directory, create an environment file (copy and amend prod.yml with the number and settings of each VM)demo.yml
environment see hereVM_ENV=<your_env_file_without_extension> vagrant up --provider=libvirt
That is just basic Irma install up to here, then to expose it publicly either:
location / {
proxy_pass https://<frontend_vm_ip>:443;
}
Hey there, I am interested in hosting this on a VPS in order to be accessible from everywhere from a public IP. Is this possible to and if so, how?