@plurid/deserver-bluefig
v0.0.0-1
Published
Deserver Bluefig Configuration
Downloads
3
Readme
The ./distribution
hooks.js
, views.js
, and services.js
files are to be copied into the ~/.bluefig
folder on the deserver machine.
The @plurid/bluefig-server
is then started as a forever process.
CLI
deserver-bluefig <command>
Available commands:
deploy - copy the views and hooks to '~/.bluefig';
update - update deserver bluefig;
version - print version;
help - print help.
Folders
Configurations folders
~/.deserver/data.deon
{
rootKeyHash string
adminKeyHash string
}
~/.deserve/data.deon
{
admin {
mongoUser string encrypted with rootKey
mongoPassword string encrypted with rootKey
minioUser string encrypted with rootKey
minioPassword string encrypted with rootKey
}
owners [
{
identonym string
key string
}
]
registration boolean
}