add idee
This commit is contained in:
parent
69da8ca75b
commit
11fcc4cd73
25
content/post/public-zeronet-proxy.md
Normal file
25
content/post/public-zeronet-proxy.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user