Compare commits

...

1 Commits

Author SHA1 Message Date
6543 11fcc4cd73 add idee 2019-07-08 00:12:34 +02:00
1 changed files with 25 additions and 0 deletions

View File

@ -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
```