Skip to content

lujin1/autoRedmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoRedmine

Docker build

sudo docker build -t autoredmine:v1 .

Docker run

sudo docker run -it --name autoredmine --env REDMINE_URL=http://redmine.com --env OPENSSL_CONF=/etc/ssl/ -p 5000:5000 -d autoredmine:v1

Use

curl -x POST http://1ocalhost:5000 -H "Content-Type:application/json" -d '{"username":"admin", "password": "admin", "name": "Lu jin"}'

About

auto Redmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published