Skip to content

rgbkrk/301inaboxadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

301 in a box admin

Admin/API for 301inabox

Quickstart

From your trusty shell:

# Set up an admin node for 301inabox
docker run -d --name admin -p 8081:8080 rgbkrk/301inaboxadmin
# Run 301inabox, linking it to the admin node
docker run --link admin:admin -p 80:8080 rgbkrk/301inabox

Make sure to add some records to the admin node:

curl -X POST localhost:8081/api/records \
     -d '{"record":{"hostname":"hackathon.301inabox.tk","url":"http://www.example.org"}}' \
     -H "Content-Type:application/json"

About

🔛 Admin/API for 301inabox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published