astroport main entrance

This commit is contained in:
qo-op 2020-03-28 14:01:53 +01:00
parent e9d094ba62
commit b121374df4
3 changed files with 18 additions and 2 deletions

View File

@ -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": [

View File

@ -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/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB