From 68f568cbfa9ab80d91b5d1577cccd4f23b4b9788 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 11 Mar 2023 14:43:28 +0100 Subject: [PATCH 1/5] "CommitHash" is not an actual commit ... --- check_process | 8 -------- 1 file changed, 8 deletions(-) diff --git a/check_process b/check_process index ee0652e..087739c 100644 --- a/check_process +++ b/check_process @@ -15,15 +15,7 @@ setup_private=0 setup_public=1 upgrade=1 - upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=1 port_already_use=0 change_url=0 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&is_public=1&admin=USER&password=pass&port=666&target_domain=target_domain From 2b3d968b9da686c75f497f566d1dc0a80118831d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 11 Mar 2023 13:43:30 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 3 ++- README_fr.md | 21 +++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a339562..5eede8a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Isso for YunoHost -[![Integration level](https://dash.yunohost.org/integration/isso.svg)](https://dash.yunohost.org/appci/app/isso) ![Working status](https://ci-apps.yunohost.org/ci/badges/isso.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/isso.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/isso.svg)](https://dash.yunohost.org/appci/app/isso) ![Working status](https://ci-apps.yunohost.org/ci/badges/isso.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/isso.maintain.svg) + [![Install Isso with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=isso) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 06bb5b9..ae595b4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,16 @@ It shall NOT be edited by hand. # Isso pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/isso.svg)](https://dash.yunohost.org/appci/app/isso) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/isso.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/isso.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/isso.svg)](https://dash.yunohost.org/appci/app/isso) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/isso.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/isso.maintain.svg) + [![Installer Isso avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=isso) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Isso rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Isso rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Isso – *Ich schrei sonst* – is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for @@ -35,9 +36,9 @@ Python and JavaScript. It aims to be a drop-in replacement for **Démo :** https://isso-comments.de -## Captures d'écran +## Captures d’écran -![Capture d'écran de Isso](./doc/screenshots/example.jpg) +![Capture d’écran de Isso](./doc/screenshots/example.jpg) ## Avertissements / informations importantes @@ -51,10 +52,10 @@ Python and JavaScript. It aims to be a drop-in replacement for ## Documentations et ressources -* Site officiel de l'app : +* Site officiel de l’app : * Documentation officielle utilisateur : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -70,4 +71,4 @@ ou sudo yunohost app upgrade isso -u https://github.com/YunoHost-Apps/isso_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From cd09cc5a88c6f3fa56c19cf1b934422e8c67e446 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 15 Jun 2023 19:49:01 +0530 Subject: [PATCH 3/5] 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 4/5] 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 5/5] 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