diff --git a/README.md b/README.md index c36e63b..93a9331 100755 --- a/README.md +++ b/README.md @@ -81,7 +81,9 @@ want. The executable needs to be accompanied by the folders `config` and `static` and their contents. It's best to copy them to your desired destination. Also check `config/settings.yml` and set the values there accrding to your -configuration. Especially the settings for elasticsearch are vital. +configuration. The field `contactEmail` is optional, you can comment it out, but +be aware. In certain jurisdictions you are required to give some contact +information. It may also be necessery to create a reverse proxy to your gallery. I would recommend using [nginx](http://nginx.org/). diff --git a/eidolon.cabal b/eidolon.cabal index ee39655..fa745ed 100755 --- a/eidolon.cabal +++ b/eidolon.cabal @@ -1,5 +1,5 @@ name: eidolon -version: 0.1.1.0 +version: 0.1.2.0 synopsis: Image gallery in Yesod homepage: https://eidolon.nek0.eu license: AGPL-3