From cd09cc5a88c6f3fa56c19cf1b934422e8c67e446 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 15 Jun 2023 19:49:01 +0530 Subject: [PATCH 1/3] Update isso.cfg Add localhost and 127.0.0.1 to trusted proxy. Fixes #4 --- conf/isso.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/isso.cfg b/conf/isso.cfg index 2d33317..1e2212e 100644 --- a/conf/isso.cfg +++ b/conf/isso.cfg @@ -23,6 +23,7 @@ timeout = 10 [server] listen = http://localhost:__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__ From 7ae21e2e5d32b66f3ffb5a98bbe6cbadb0bcd938 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 15 Jun 2023 19:51:29 +0530 Subject: [PATCH 2/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 43c72ec..2805b83 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Lightweight commenting server", "fr": "Système de commentaire léger" }, - "version": "0.13.0~ynh1", + "version": "0.13.0~ynh2", "url": "https://isso-comments.de", "upstream": { "license": "MIT", From 15d2093060c91c97ff30e2e6510e53a85f6e1f4f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 15 Jun 2023 14:21:49 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5eede8a..6f03f2a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Python and JavaScript. It aims to be a drop-in replacement for - **Configurable JS client** Embed a single JS file, 65kB (20kB gzipped) and you are done. -**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 ae595b4..91ea1fd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ Python and JavaScript. It aims to be a drop-in replacement for - **Configurable JS client** Embed a single JS file, 65kB (20kB gzipped) and you are done. -**Version incluse :** 0.13.0~ynh1 +**Version incluse :** 0.13.0~ynh2 **Démo :** https://isso-comments.de