From d02fcf779646e36f9d9bc63029382e023cab8ed3 Mon Sep 17 00:00:00 2001 From: whypsi Date: Sat, 17 Mar 2018 15:40:36 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 771ef59..eaee123 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,10 @@ - [ZeroNet project](https://github.com/HelloZeroNet/ZeroNet) ## Install -- You will need to use a dedicated domain name as the app is installed on root path. For instance, use `zeronet.domain.tld`. -- The app is installed in private mode only. +- This app can only be installed on root path, i.e. you will need to use a dedicated domain name, e.g.`zeronet.domain.tld`. +- The app is installed in private mode only so unauthenticated users can not temper with your content. -## Hints -- You will probably want to open port 15441 in your firewall [do i need to have a port opened](https://zeronet.readthedocs.io/en/latest/faq/#do-i-need-to-have-a-port-opened) -- Tor setup has to be done manually for now [how to use zeronet with Tor](https://zeronet.readthedocs.io/en/latest/faq/#how-to-use-zeronet-with-tor) -- Don't bother about the message "NEW ZERONET VERSION" in the app. It is managed by ynh package maintainer. +## Hint +- If you want to be a proper ZeroNet peer (serving your and other's content) you will want to open TCP port 15441 in your firewall and make sure requests to this port reach your instance [do i need to have a port opened](https://zeronet.readthedocs.io/en/latest/faq/#do-i-need-to-have-a-port-opened) +- Alternatively you can seutp Tor which has to be done manually [how to use zeronet with Tor](https://zeronet.readthedocs.io/en/latest/faq/#how-to-use-zeronet-with-tor) - Use at your own risk :-) From 53dec9c36b847278e3739843939d02a0facb73d0 Mon Sep 17 00:00:00 2001 From: whypsi Date: Sat, 17 Mar 2018 15:51:29 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eaee123..a3c49be 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ## Install - This app can only be installed on root path, i.e. you will need to use a dedicated domain name, e.g.`zeronet.domain.tld`. - The app is installed in private mode only so unauthenticated users can not temper with your content. +- Please do not install app multiple times for now [see issue #5](https://github.com/YunoHost-Apps/zeronet_ynh/issues/5) ## Hint - If you want to be a proper ZeroNet peer (serving your and other's content) you will want to open TCP port 15441 in your firewall and make sure requests to this port reach your instance [do i need to have a port opened](https://zeronet.readthedocs.io/en/latest/faq/#do-i-need-to-have-a-port-opened)