Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SSB Module #156

Merged
merged 8 commits into from
Jun 29, 2018
Merged

Added SSB Module #156

merged 8 commits into from
Jun 29, 2018

Conversation

darkdrgn2k
Copy link
Contributor

Added module to install Scuttlebot on Prototype

@darkdrgn2k darkdrgn2k requested a review from benhylau June 28, 2018 21:14
Copy link
Member

@benhylau benhylau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks straight-forward enough 👍 please address the comments and you can go ahead with merging

README.md Outdated
@@ -56,6 +56,7 @@ Many board that run [Armbian](https://www.armbian.com/) such as many models of O
| `WITH_FIREWALL` | None | Set to `true` if you want to enable a basic firewall on your node.|
| `WITH_CJDNS_IPTUNNEL` | None | Set to `true` if you want to use the cjdns iptunnel feature to set up an Internet gateway for your node. To configure as a server (exit Internet traffic for other nodes), create **/etc/cjdns.iptunnel.server** containing a newline-separated list of cjdns public keys of allowed clients. To configure as a client (use an exit server to access the Internet), create **/etc/cjdns.iptunnel.client** containing a newline-separated list of cjdns public keys of the gateway servers. You can only configure as one or the other, not both. |
| `WITH_IPFS` | **80**: HTTP-to-IPFS gateway at `/ipfs/HASH` | Set to `true` if you want to install [IPFS](https://ipfs.io). |
| `WITH_SSB` | | Set to `true` if you want to install [Scuttlebot (SSB)](https://github.com/ssbc/scuttlebot) a secure scuttlebutt pub. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this automatically make it a pub or just a running sbot instance that doesn't generate invites?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess with the convo yesterday regarding what sbot actually is perhaps we shouldn't say "pub". Thanks


set -e

# Uninstall IPFS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SSB

@darkdrgn2k darkdrgn2k merged commit b41ce5d into develop Jun 29, 2018
@darkdrgn2k darkdrgn2k deleted the develop-ssb branch June 29, 2018 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants