Skip to content

RyoLee/webcron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webcron


ONLY FOR K8S ENV WITH INGRESS

1.load db

$ mysql -u username -p -D webcron < install.sql

2.mount your app.conf on /go/src/github.com/RyoLee/webcron/conf

3.add to your ingress

"nginx.ingress.kubernetes.io/rewrite-target": "/$2"

and

"path": "/webcron(/|$)(.*)"

4.check

http://your-ingress-svc/webcron

user:admin

passwd:admin888

About

定时任务管理器

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.5%
  • JavaScript 3.0%
  • Other 0.5%