Skip to content

Commit

Permalink
two more useful NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Käser committed Oct 9, 2015
1 parent 1de9314 commit 5a76173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ CORE
[ ] (optional) put the coco_hostapi behind a proxy (gevent, ...). flask debug server should not be used
[ ] (optional) run django application in app container as non-root user
[ ] (optional) enable container resource limits so a container cannot eat all i.e. memory (https://docs.docker.com/reference/run/#runtime-constraints-on-resources)
[ ] outsource ServerSelectionAlgorithm to contract package
[ ] make the directory<->"mount point" mapper ContainerBackend aware (the backend should say how this mapping should be done)


IMPROVEMENTS / TODOS

[ ] define and implement an error handling concept. at least log all errors
[ ] find another way to identify users/check permissions in the nginx reverse proxy (to minimize load on the django app)
[ ] django app model validation via the in 1.8 newly introduced mechanisms (https://docs.djangoproject.com/en/1.8/ref/models/instances/#validating-objects)
[ ] define VLANs per user so his containers can communicate (but not others)

0 comments on commit 5a76173

Please sign in to comment.