secure-scuttlebot classic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updated config example in README

Changed external property in config example. The previous example used an array and led to issues creating invites on the first setup for newbies. The multiserver net plugin seems to call `replace()` on the external property, which does not work for arrays.

authored by

Nick Romano and committed by
GitHub
9224331b 7dcb4fc4

+1 -1
+1 -1
README.md
··· 57 57 "connections": { 58 58 "incoming": { 59 59 "net": [ 60 - { "scope": "public", "host": "0.0.0.0", "external": ["Your Host Name or Public IP"], "transform": "shs", "port": 8008 } 60 + { "scope": "public", "host": "0.0.0.0", "external": "Your Host Name or Public IP", "transform": "shs", "port": 8008 } 61 61 ] 62 62 }, 63 63 "outgoing": {