version bump and readme update
This commit is contained in:
parent
ad95f1dc6f
commit
18b8ff287b
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
`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
|
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
|
It may also be necessery to create a reverse proxy to your gallery. I would
|
||||||
recommend using [nginx](http://nginx.org/).
|
recommend using [nginx](http://nginx.org/).
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: eidolon
|
name: eidolon
|
||||||
version: 0.1.1.0
|
version: 0.1.2.0
|
||||||
synopsis: Image gallery in Yesod
|
synopsis: Image gallery in Yesod
|
||||||
homepage: https://eidolon.nek0.eu
|
homepage: https://eidolon.nek0.eu
|
||||||
license: AGPL-3
|
license: AGPL-3
|
||||||
|
|
Loading…
Reference in a new issue