Xe Iaso

Results 78 issues of Xe Iaso

When n gets bigger, postgres can't keep up. Make postgres able to keep up by utilizing bulk inserts/updates/whatever.

Solves a problem @ianblenke came up with in `Freenode#deis` earlier.

enhancement
help wanted

This SSH host key ideally should be stored inside etcd.

For now stick this in the root of a repo: ``` docker FROM flitter/buildstep EXPOSE 3000 ENV PORT 3000 CMD ["/start", "web"] ``` Replace the `CMD` with whatever command you...