From 749540be5e47909f2869f6c3e8399295da32979c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 Jun 2022 20:37:47 +0200 Subject: [PATCH 1/5] update to upstream --- conf/app.src | 4 ++-- conf/config.php | 2 +- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 20a0e38..7c3cd18 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://git-gitea.tt-rss.org/fox/tt-rss/archive/8ef816d8f8ee964d5ce54e28e1f2686caf9176fd.tar.gz -SOURCE_SUM=1e33e78d2ed58259b34fd7eb8d97d803a3e57aeecd3504d635af96a600b77296 +SOURCE_URL=https://git-gitea.tt-rss.org/fox/tt-rss/archive/b148d2f5153f9711120b3a3ac50ee84509c9cdfb.tar.gz +SOURCE_SUM=09bbaf3164d86b888bd9a206fb3f678718f855dd38d134f22db11c05b0669d5f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.php b/conf/config.php index a3c291b..8e7d554 100644 --- a/conf/config.php +++ b/conf/config.php @@ -19,7 +19,7 @@ // *** Basic settings (important!) *** // *********************************** - putenv('TTRSS_SELF_URL_PATH=__DOMAIN_PATH__'); + putenv('TTRSS_SELF_URL_PATH=https://__DOMAIN_PATH__'); // Full URL of your tt-rss installation. This should be set to the // location of tt-rss directory, e.g. http://example.org/tt-rss/ // You need to set this option correctly otherwise several features diff --git a/manifest.json b/manifest.json index e419830..5b7ce0b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "News feed (RSS/Atom) reader and aggregator", "fr": "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom" }, - "version": "20220606~ynh1", + "version": "20220626~ynh1", "url": "http://tt-rss.org", "upstream": { "license": "GPL-3.0-only", From 6da9f9ff9cb90dd6758ccdadfb98a524132452fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 Jun 2022 20:42:47 +0200 Subject: [PATCH 2/5] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 8e7d554..a3c291b 100644 --- a/conf/config.php +++ b/conf/config.php @@ -19,7 +19,7 @@ // *** Basic settings (important!) *** // *********************************** - putenv('TTRSS_SELF_URL_PATH=https://__DOMAIN_PATH__'); + putenv('TTRSS_SELF_URL_PATH=__DOMAIN_PATH__'); // Full URL of your tt-rss installation. This should be set to the // location of tt-rss directory, e.g. http://example.org/tt-rss/ // You need to set this option correctly otherwise several features From 6908dd2544d86861c9d508490045b18a7060867d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 26 Jun 2022 18:42:55 +0000 Subject: [PATCH 3/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 167fecd..15c3f24 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an - podcasts, - flexible article filtering -**Shipped version:** 20220606~ynh1 +**Shipped version:** 20220626~ynh1 **Demo:** https://demo.yunohost.org/ttrss/ diff --git a/README_fr.md b/README_fr.md index 78beebe..ea63b54 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Tiny Tiny RSS est un lecteur et agrégateur de flux d'actualités (RSS/Atom) en ligne gratuit et open source. -**Version incluse :** 20220606~ynh1 +**Version incluse :** 20220626~ynh1 **Démo :** https://demo.yunohost.org/ttrss/ From cf5f38f8b51bd010fcd3e70322b8ca1b2d52a5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 Jun 2022 23:29:21 +0200 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 5b7ce0b..3f464e2 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "upstream": { "license": "GPL-3.0-only", "website": "http://tt-rss.org", - "demo": "https://demo.yunohost.org/ttrss/", + "demo": "https://srv.tt-rss.org/tt-rss/", "admindoc": "https://git.tt-rss.org/git/tt-rss/wiki", "code": "https://git-gitea.tt-rss.org/fox/tt-rss" }, From f3f2e9dd58fba5daf792519e6cee0a3ac918bdbf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 26 Jun 2022 21:29:28 +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 15c3f24..eaca1bd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an **Shipped version:** 20220626~ynh1 -**Demo:** https://demo.yunohost.org/ttrss/ +**Demo:** https://srv.tt-rss.org/tt-rss/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index ea63b54..cbd71bf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Tiny Tiny RSS est un lecteur et agrégateur de flux d'actualités (RSS/Atom) en **Version incluse :** 20220626~ynh1 -**Démo :** https://demo.yunohost.org/ttrss/ +**Démo :** https://srv.tt-rss.org/tt-rss/ ## Captures d'écran