diff --git a/content/post/public-zeronet-proxy.md b/content/post/public-zeronet-proxy.md new file mode 100644 index 0000000..9c1fe7c --- /dev/null +++ b/content/post/public-zeronet-proxy.md @@ -0,0 +1,25 @@ ++++ +title = "Public Zeronet Proxy" +date = 2019-07-08T00:12:15+02:00 +author = "MH" +cover = "" +tags = ["", ""] +categories = [] +description = "" +showFullContent = false +draft = true ++++ + +in the end you have tu install ZeroNet as usual. +add two lines to 'zeronet.conf' +``` +ui_ip = * +ui_host = publicproxy.org +``` +and use an reverse proxy like nginx wich listen on 443/80 and forward to 127.0.0.1:43110 + +then you only have to rename some plugins: +``` +UiConfig -> disabled-UiConfig +disabled-Multiuser -> Multiuser +```