diff --git a/.install/scuttlebutt.sh b/.install/scuttlebutt.sh index 5e3361d..eb805b9 100755 --- a/.install/scuttlebutt.sh +++ b/.install/scuttlebutt.sh @@ -75,7 +75,13 @@ scuttlebutt() { "incoming": { "net": [ { "scope": "public", "host": "0.0.0.0", "external": ["$nodename"], "transform": "shs", "port": 8008 } - ] + ], + "ws": [{ + "scope": ["public", "local", "device"], + "port": 8989, + "transform": "shs", + "http": true + }] }, "outgoing": { "net": [{ "transform": "shs" }] @@ -111,7 +117,13 @@ ssb-server start & "scope": "public", "external": ["$nodename"], "transform": "shs", "port": 8008 }, { "scope": "private", "host": "127.0.0.1", "transform": "shs", "port": 8008 } - ] + ], + "ws": [{ + "scope": ["public", "local", "device"], + "port": 8989, + "transform": "shs", + "http": true + }] }, "outgoing": { "net": [ diff --git a/README.md b/README.md index 16cd4e7..d585f6d 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,7 @@ curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/git-install.sh | b ``` **WARNING: This is an early stage develepment, use it with great care!** + +MAIN ENTRANCE BUILD UP +[![](./doc/images/astroport_main_entrance.jpg)](https://astroport.frama.site/) + diff --git a/doc/images/astroport_main_entrance.jpg b/doc/images/astroport_main_entrance.jpg new file mode 100644 index 0000000..302a960 Binary files /dev/null and b/doc/images/astroport_main_entrance.jpg differ