Samuel Tardieu

Results 61 comments of Samuel Tardieu

I won't add it myself as I don't need it, but I welcome pull requests if someone wishes to have their implementation integrated.

Confirmed: ``` % docker run --rm -ti -p 5432:5432 -e USER=cgeostatus -e DB=cgeostatus -e PASS=cgeostatus paintedfox/postgresql *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 11 POSTGRES_USER=super...

At the end of `wp-config.php`, I have: ``` define('WP_PROXY_HOST', 'host.name.of.my.proxy'); define('WP_PROXY_PORT', '3128'); define('WP_PROXY_BYPASS_HOSTS','localhost'); ```

Via wordpress URL. My wordpress is reachable from outside (https://rose.telecom-paristech.fr/2019), but it cannot itself access outside resources without using the proxy.

Yes. Not only did the plugin (as well as all updates to wordpress and plugins) get installed through the proxy, but a Twitter gateway plugin works just fine as well...