Use the zeronet upstream repo
This commit is contained in:
parent
f138a2eb96
commit
12247529e4
|
@ -402,7 +402,7 @@ TOX_NODE=
|
||||||
#)
|
#)
|
||||||
|
|
||||||
#ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
|
#ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
|
||||||
ZERONET_REPO='https://github.com/bashrc/ZeroNet.git'
|
ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
|
||||||
ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
|
ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
|
||||||
ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
|
ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
|
||||||
ZERONET_URL=http://127.0.0.1:43110
|
ZERONET_URL=http://127.0.0.1:43110
|
||||||
|
@ -1843,8 +1843,8 @@ function install_zeronet {
|
||||||
exit 56823
|
exit 56823
|
||||||
fi
|
fi
|
||||||
sudo chown -R zeronet:zeronet /opt/zeronet
|
sudo chown -R zeronet:zeronet /opt/zeronet
|
||||||
cd /opt/zeronet
|
#cd /opt/zeronet
|
||||||
git checkout bashrc/bootstrap-file
|
#git checkout bashrc/bootstrap-file
|
||||||
# Hack to ensure that the file access port is opened
|
# Hack to ensure that the file access port is opened
|
||||||
# This is because zeronet normally relies on an internet site
|
# This is because zeronet normally relies on an internet site
|
||||||
# to do this, but on a purely local mesh the internet isn't available
|
# to do this, but on a purely local mesh the internet isn't available
|
||||||
|
|
|
@ -8,7 +8,7 @@ SERVER_INSTALLATION="no"
|
||||||
|
|
||||||
PEERS_FILE=/tmp/meshwebstart
|
PEERS_FILE=/tmp/meshwebstart
|
||||||
|
|
||||||
ZERONET_REPO='https://github.com/bashrc/ZeroNet'
|
ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet'
|
||||||
ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
|
ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
|
||||||
ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
|
ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
|
||||||
ZERONET_URL=http://127.0.0.1:43110
|
ZERONET_URL=http://127.0.0.1:43110
|
||||||
|
@ -245,8 +245,8 @@ function install_zeronet {
|
||||||
if [ ! -d $ZERONET_DIR ]; then
|
if [ ! -d $ZERONET_DIR ]; then
|
||||||
exit 56823
|
exit 56823
|
||||||
fi
|
fi
|
||||||
cd $ZERONET_DIR
|
#cd $ZERONET_DIR
|
||||||
git checkout bashrc/bootstrap-file
|
#git checkout bashrc/bootstrap-file
|
||||||
# Hack to ensure that the file access port is opened
|
# Hack to ensure that the file access port is opened
|
||||||
# This is because zeronet normally relies on an internet site
|
# This is because zeronet normally relies on an internet site
|
||||||
# to do this, but on a purely local mesh the internet isn't available
|
# to do this, but on a purely local mesh the internet isn't available
|
||||||
|
|
Loading…
Reference in New Issue