From 0c6003065dfdcbc6a8de0ec7ef3cfce604da90df Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 6 Sep 2020 18:24:32 +0200 Subject: [PATCH] Clarifications with self-hosting. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 659ce83..d464f99 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,12 @@ I always recommend self-hosting, as you will be the only person with access to t # Self hosting +If you want to set up a public server you should follow the instructions [HERE](#hosting-on-a-server) + ## Local +You can run Yotter locally on your machine for personal use. You should use a VPN in order to cloak your IP. + ##### IMPORTANT: Connections from the server to googlevideo will be made to stream the videos. It is recommended to use a VPN to preserve your privacy. Understand that the best way of using Yotter is [running on a remote server](#hosting-on-a-server). 1. Install `python3`, `pip3`, `python3-venv` (optional) and `git`. @@ -119,6 +123,9 @@ I always recommend self-hosting, as you will be the only person with access to t 9. Go to "http://localhost:5000/" and enjoy. ## Using Docker: + +Note: Not for a production server. + ##### Building using the Dockerfile > (May not work on Windows) @@ -148,8 +155,9 @@ I always recommend self-hosting, as you will be the only person with access to t 3. Go to "http://localhost:5000/" and enjoy. -## Hosting on a server: +# Hosting on a server: +If you want to set up a Yotter public instance, follow this instructions. #### [VISIT THIS FILE FOR INSTRUCTIONS](https://github.com/pluja/Yotter/blob/dev-indep/SELF-HOSTING.md) ## Updating to newer versions: