Update README.md

This commit is contained in:
Travis Reeder
2016-06-21 23:36:35 -07:00
committed by GitHub
parent 0794db8426
commit c86e314721

View File

@@ -100,9 +100,7 @@ docker run -e "IRON_TOKEN=GP8cqlKSrcpmqeR8x9WKD4qSAss" -e "IRON_PROJECT_ID=4fd27
* [ ] Check if image exists when registering the endpoint, not at run time
* [ ] Put stats into influxdb or something to show to user (requests, errors)
* [ ] Store recent logs for user.
* [ ] Store recent logs. Get logs from STDERR, STDOUT is the response.
* [ ] Allow env vars for config on the app and routes (routes override apps).
* [ ] Provide a base url for each app, eg: appname.userid.iron.computer
* [ ] Allow setting content-type on a route, then use that when responding
* [ ] Maybe use STDERR for logs and STDOUT is used for the response.