Switch to using a different scuttlebot port
This commit is contained in:
parent
80e8be80c5
commit
cfd9a1f80d
|
@ -36,8 +36,7 @@ SHOW_ON_ABOUT=0
|
||||||
SHOW_ICANN_ADDRESS_ON_ABOUT=0
|
SHOW_ICANN_ADDRESS_ON_ABOUT=0
|
||||||
|
|
||||||
SCUTTLEBOT_VERSION='10.4.6'
|
SCUTTLEBOT_VERSION='10.4.6'
|
||||||
SCUTTLEBOT_PORT=8008
|
SCUTTLEBOT_PORT=8010
|
||||||
SCUTTLEBOT_MESH_PORT=8010
|
|
||||||
|
|
||||||
scuttlebot_variables=(MY_USERNAME
|
scuttlebot_variables=(MY_USERNAME
|
||||||
DEFAULT_DOMAIN_NAME
|
DEFAULT_DOMAIN_NAME
|
||||||
|
|
|
@ -83,7 +83,7 @@ STUNNEL_PORT=3439
|
||||||
VPN_TLS_PORT=553
|
VPN_TLS_PORT=553
|
||||||
VPN_MESH_TLS_PORT=653
|
VPN_MESH_TLS_PORT=653
|
||||||
|
|
||||||
SCUTTLEBOT_MESH_PORT=8010
|
SCUTTLEBOT_PORT=8010
|
||||||
|
|
||||||
# Debian stretch has a problem where the formerly predictable wlan0 and eth0
|
# Debian stretch has a problem where the formerly predictable wlan0 and eth0
|
||||||
# device names get assigned random names. This is a hacky workaround.
|
# device names get assigned random names. This is a hacky workaround.
|
||||||
|
@ -792,7 +792,7 @@ function initialise_scuttlebot_pub {
|
||||||
|
|
||||||
echo '{' > /etc/scuttlebot/.ssb/config
|
echo '{' > /etc/scuttlebot/.ssb/config
|
||||||
echo " \"host\": \"${HOSTNAME}\"," >> /etc/scuttlebot/.ssb/config
|
echo " \"host\": \"${HOSTNAME}\"," >> /etc/scuttlebot/.ssb/config
|
||||||
echo " \"port\": ${SCUTTLEBOT_MESH_PORT}," >> /etc/scuttlebot/.ssb/config
|
echo " \"port\": ${SCUTTLEBOT_PORT}," >> /etc/scuttlebot/.ssb/config
|
||||||
echo ' "timeout": 30000,' >> /etc/scuttlebot/.ssb/config
|
echo ' "timeout": 30000,' >> /etc/scuttlebot/.ssb/config
|
||||||
echo ' "pub": true,' >> /etc/scuttlebot/.ssb/config
|
echo ' "pub": true,' >> /etc/scuttlebot/.ssb/config
|
||||||
echo ' "local": true,' >> /etc/scuttlebot/.ssb/config
|
echo ' "local": true,' >> /etc/scuttlebot/.ssb/config
|
||||||
|
|
Loading…
Reference in New Issue