`
sillycat
  • 浏览: 2487159 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Crontab-UI installation and Introduction

 
阅读更多
Crontab-UI installation and Introduction

ON MAC
Check my system ENV
> node --version && npm --version
v11.5.0
6.11.1

Install that
> npm install -g crontab-ui

Start the service
> HOST=0.0.0.0 PORT=9000 crontab-ui
Node version: 11.5.0
Crontab UI is running at http://0.0.0.0:9000

Add auth to the command line
> BASIC_AUTH_USER=sillycat BASIC_AUTH_PWD=1234 HOST=0.0.0.0 PORT=9000 crontab-ui

It seems it is good and easy to use as well. Good tool.

References:
https://github.com/alseambusher/crontab-ui



分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics