Updated Frequently Asked Questions (FAQ) (markdown)

JonnyWong16
2017-04-25 08:47:47 -07:00
parent 3ad9e0f835
commit 1a94b54a60

@@ -108,6 +108,8 @@ git pull
http://localhost:8181/delete_duplicate_libraries http://localhost:8181/delete_duplicate_libraries
``` ```
If the libraries are duplicated on the homepage, toggle the Library Statistic cards under Settings > Homepage and click Save.
#### <a name="general-q9">Q:</a> How can I access PlexPy outside my home network? #### <a name="general-q9">Q:</a> How can I access PlexPy outside my home network?
**A:** The easy method is to forward an external port (`8181`) on your router to the internal port used by PlexPy (default is `8181`). Visit [Port Forward](http://portforward.com/) for instructions for your particular router. You will then be able to access PlexPy via `http://EXTERNAL-IP-ADDRESS:8181`. The more advanced method (and more secure if you use SSL) is to setup a web server with Nginx/Apache, and use a reverse proxy to access PlexPy. You can lookup many guides on the internet to find out how to do this. **A:** The easy method is to forward an external port (`8181`) on your router to the internal port used by PlexPy (default is `8181`). Visit [Port Forward](http://portforward.com/) for instructions for your particular router. You will then be able to access PlexPy via `http://EXTERNAL-IP-ADDRESS:8181`. The more advanced method (and more secure if you use SSL) is to setup a web server with Nginx/Apache, and use a reverse proxy to access PlexPy. You can lookup many guides on the internet to find out how to do this.