diff --git a/README.md b/README.md index 4350c41..f480c8f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Isso – *Ich schrei sonst* – is a lightweight commenting server written in Py - Disqus & WordPress Import - Configurable JS client -**Shipped version:** 0.13.0~ynh1 +**Shipped version:** 0.13.0~ynh2 **Demo:** https://isso-comments.de diff --git a/README_fr.md b/README_fr.md index c47fa1d..05ceca7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Isso – *Ich schrei sonst* – est un serveur de commentaires léger écrit en - Importation Disqus & WordPress - Client JS paramétrable -**Version incluse :** 0.13.0~ynh1 +**Version incluse :** 0.13.0~ynh2 **Démo :** https://isso-comments.de @@ -33,6 +33,7 @@ Isso – *Ich schrei sonst* – est un serveur de commentaires léger écrit en ![Capture d’écran de Isso](./doc/screenshots/example.jpg) + ## Documentations et ressources * Site officiel de l’app : diff --git a/conf/isso.cfg b/conf/isso.cfg index 8e0f226..c729d67 100644 --- a/conf/isso.cfg +++ b/conf/isso.cfg @@ -23,6 +23,7 @@ timeout = 10 [server] listen = http://127.0.0.1:__PORT__ public-endpoint = +trusted-proxies = ['127.0.0.1','localhost'] [guard] enabled = true @@ -34,4 +35,4 @@ require-email = false [admin] enabled = true -password = __PASSWORD__ \ No newline at end of file +password = __PASSWORD__