Girish Ramakrishnan 9f02ab0f79 Store keys as hex-encoded strings
One option is store salt, public and private keys are binary BLOBs.
However, these can be cumbersome to see in database viewers and is
a pain should we ever consider switching databases. String is the
most portable.

So, save all buffers are hex-encoded strings in database.
2014-05-21 16:27:29 -07:00
2013-10-12 09:56:21 -07:00
2014-05-11 11:37:43 -07:00
2014-05-21 16:27:29 -07:00
2014-05-08 18:04:10 -07:00
2014-02-21 12:35:05 -08:00
2014-04-30 22:03:20 -07:00
2014-05-20 15:10:00 -07:00
2014-05-06 15:15:04 -07:00

The Box

Systemd

Yellowtent needs to be installed globally.

sudo npm install -g .

Copy the yellowtent.service file to /usr/lib/systemd/system and create a yellowtent user and group.

sudo cp yellowtent.service /usr/lib/systemd/system/
sudo useradd -mrU yellowtent
sudo systemctl start yellowtent

# or permanently enable it
sudo systemctl enable yellowtent
S
Description
Cloudron Box
Readme 47 MiB
Languages
JavaScript 72.6%
Vue 22.3%
Shell 3.1%
HTML 1.1%
EJS 0.7%
Other 0.2%