Lawrence Cherone

Results 16 comments of Lawrence Cherone

I can't seem to reproduce the same error but it's bound to break, has been over 3 years since I last looked at this project. It needs going through and...

I use https://lxc.systems to control multiple LXD servers, you dont need to add browser certificates and it also manages nginx and iptables rules. just how it should be...

LXC 1.0 has a successor!!, so unless this project can support LXD, IMO its dead... I've switched to LXD as it has more features like images, snapshots, live migration, ect...

Ive noticed, that if I name my containers as a domain, eg example.com and then any new container as a subdomain of that then the example.com container will have the...

LXC 1.0 has a successor its called LXD!!, so unless this project can support LXD, IMO its dead... I've switched to LXD as it has more features like images, snapshots,...

Dont get me wrong, Your LXC1.0-Web-Panel is great for local devs, ive used it locally with ngrok and it works fine after fiddling with IPtables ect yeah works great .....

You can get this working by changing, `pipe` to `tty`, it mentions that in the code. ``` $descriptorspec = array( 0=>array("pty", "r"), 1=>array("pty", "w"), 2=>array("pty", "w") ); ``` and then...

A solution I used, ill share here in case anyone is interested in doing/needing the same. Make a folder called `ngrok` and put in the following files: **Dockerfile** ``` FROM...

I'm having the same issue, is not just your lib, seems RecordRTC has same issue so is most likely something changed with chrome, everything works until recording is stopped then...

> > most likely something changed with chrome, > > What specific chrome version(s) did this change? If there is a way to downgrade an iPad app to a specific...