ssbc / ssb-first-aid-kit

A user-friendly app for diagnosing and fixing problems with your Scuttlebutt installation
GNU Affero General Public License v3.0
15 stars 3 forks source link

different ssb-configs #14

Open mixmix opened 4 years ago

mixmix commented 4 years ago

at the moment this assumes you're interacting with ssb

recommend that all references to ssb-config do :+1:

const config = Config(process.env.ssb_appname || 'ssb')

Later on, before launching the app a person should be able to select an ssb config / folder. I've written logic for this in ssb-ahoy (checks if folder has a secret etc)

mixmix commented 4 years ago

There's a I would extract a bunch of the del logic and config selection out of the components

Powersource commented 4 years ago

extract a bunch of the del logic and config selection out of the components

Wondering on this, is it code-quality/separation-of-concerns reasons, or is it more towards maybe using it in a package or something?