Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adigitalife/yourls-http-proxy
Get remote content for YOURLS using an HTTP proxy
https://github.com/adigitalife/yourls-http-proxy
Last synced: 2 months ago
JSON representation
Get remote content for YOURLS using an HTTP proxy
- Host: GitHub
- URL: https://github.com/adigitalife/yourls-http-proxy
- Owner: adigitalife
- License: mit
- Created: 2016-05-16T16:13:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T16:24:08.000Z (over 8 years ago)
- Last Synced: 2024-08-02T06:15:34.416Z (5 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - HTTP Proxy - Get remote content using an HTTP proxy, for instance when YOURLS is running behind a firewall (e.g. corporate intranet). (Plugins / H)
README
# HTTP Proxy for YOURLS
This plugin adds HTTP proxy support for YOURLS. This is particularly useful when YOURLS is running behind a firewall (e.g. corporate intranet).####Instructions:
1. Copy the 'http-proxy' folder to user/plugins/.
2. Enter the proxy server in the following line of plugin.php and save:
* `$proxy = 'http://PROXY_SERVER:PORT/'; // Define your proxy server here`
3. Activate the plugin in the YOURLS admin interface.That's it.