1.1.0 • Published 2 years ago
hexo-myadmin v1.1.0
hexo-myadmin
a hexo dashboard plugin, for live hexo server.

USAGE
Node.js >= 12.0.0 required.
# install hexo-myadmin
npm i hexo-myadmin --save
# start server with global hexo-cli
hexo server
# or with pm2 as deamon
pm2 start node_modules/.bin/hexo -- server
# visit localhost:4000/adminPassword Protection
you can add a few config variables to your hexo _config.yml:
admin:
username: myfavoritename
password_hash: be121740bf988b2225a313fa1f107ca1
secret: a secret somethingThe password_hash is the bcrypt hash of your password. You can use this
site to come up with that, or whatever you
want. The secret is used to make the cookies secure, so it's a good idea to
have it be long and complicated.
Thanks
Contribute
- let me know how it can be improved in the github issues
- fork and pull-request
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.5.1
3 years ago
0.5.0
4 years ago
0.4.3
7 years ago
0.4.2
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.3.2
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.11
9 years ago
0.2.10
9 years ago
0.2.9
9 years ago
0.2.8
9 years ago
0.2.7
9 years ago
0.2.6
9 years ago
0.2.5
9 years ago
0.2.4
9 years ago
0.2.3
9 years ago
0.2.2
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.0
9 years ago