Forbidden Era
Forbidden Era
Please support PHP7. I would consider donating as well. Several users have offered. The current source won't even compile! I wanna use a spoon, not a fork!
> With #14246 and #14247, this sample code should work correctly. Awesome; I don't know if I'll have a chance to test my case anytime soon but if the sample...
I haven't dug too deep.. but it looks like pkg wraps whatever program/package is compiled? @ https://github.com/vercel/pkg/blob/main/prelude/bootstrap.js#L1845 ``` Module.runMain = function runMain() { Module._load(ENTRYPOINT, null, true); process._tickCallback(); }; ``` A...
> @ForbiddenEra if you check linked pr #1323 you will find the reason while esm are not supported yet I did read all of that, I guess I just (and...
> > I would've thought that simply it created a self-extracting archive of a node setup and then simply run that node on the script, but there's obviously much more...
With nginx handling http_auth, I can login: ``` core@core0 ~ $ docker login 10.254.0.100:5000 Username (testing): shaped Password: Email ([email protected]): Login Succeeded ``` but I can't push an image: ```...
Implementing SSL leaves me about here: I've added my CA to the machine and run update-ca-certificates Then: ``` core@core0 /etc/ssl/certs $ docker login docker-registry:5000 Username: shaped Password: Email: FATA[0003] Error...
I was able to get it to work but only by adding --insecure-registry="docker-registry:5000" to my docker start up line: ``` core@core0 /etc $ docker login docker-registry:5000 Username: shaped Password: Email:...
Hi, As I said above, running the basic registry directly from the repo would not give me anything usable. I am 100% not talking to another service - you can...