diff --git a/.gitignore b/.gitignore index 69a0c0ed..44eba6af 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,5 @@ dune.build dune.config Makefile mirage -keys *.swp data diff --git a/TODO b/TODO index 0edde42e..cf1b326a 100644 --- a/TODO +++ b/TODO @@ -4,8 +4,8 @@ - TODO shutdown and restart of a unikernel - TODO deploy/create a new unikernel -- TODO store configuration data on block device (PR pending) -- TODO have an HTTP endpoint for editing / uploading the configuration +- [x] store configuration data on block device (PR pending) +- [x] have an HTTP endpoint for editing / uploading the configuration - TODO we should remove all unauthenticated endpoints (comment out) diff --git a/keys/.keep-me b/keys/.keep-me deleted file mode 100644 index e69de29b..00000000