See: https://medium.com/@Joachim8675309/jenkins-environment-using-docker-6a12603ebf9
Substitute TARGET_DIRECTORY with the actual directory
<?php | |
// Here is a sample of the URLs this regex matches: (there can be more content after the given URL that will be ignored) | |
// http://youtu.be/dQw4w9WgXcQ | |
// http://www.youtube.com/embed/dQw4w9WgXcQ | |
// http://www.youtube.com/watch?v=dQw4w9WgXcQ | |
// http://www.youtube.com/?v=dQw4w9WgXcQ | |
// http://www.youtube.com/v/dQw4w9WgXcQ | |
// http://www.youtube.com/e/dQw4w9WgXcQ | |
// http://www.youtube.com/user/username#p/u/11/dQw4w9WgXcQ |
To access a server, behind a firewall, via HTTP...
Use a server you have access to, as a proxy...
ssh -N -D 9000 user@server
Configure your web browser to use SOCKS proxy host 127.0.0.1 and port 9000.
ghalusa@player:~$ npm list -g --depth=0
/usr/local/lib
├── [email protected]
├── [email protected]
├── [email protected]
me@player:~/player$ grunt build | |
Running "default" task | |
Running "ts:dev" (ts) task | |
Compiling... | |
... | |
Using tsc v1.0.1 |