From 3826661fa2b24d12963a50f71e1c203f34d42404 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 13 Aug 2022 16:55:14 +0200 Subject: [PATCH 1/3] 2.4.0.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index ae579e2..86784d9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.2.2.tar.gz -SOURCE_SUM=1aa1187e89ae924564222bac1df19de3a66f11f58f0d3f6e6214e16bb8b8d427 +SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.4.0.0.tar.gz +SOURCE_SUM=8f728432dd1b57bb2c4acf8dde16525b6132313c96a215e99bd7e9fbe55b5395 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 881388b..3a02d54 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative frontend for TikTok", "fr": "Frontend alternatif à TikTok" }, - "version": "2.3.2.2~ynh1", + "version": "2.4.0.0~ynh1", "url": "https://proxitok.herokuapp.com", "upstream": { "license": "AGPL-3.0-only", From abfb9ece8525f658210c26f00ad0bccafcbb5ce1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 13 Aug 2022 14:55:33 +0000 Subject: [PATCH 2/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 b8a7c81..3e239e6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Use Tiktok with an alternative frontend, inspired by Nitter. - RSS Feed for user, trending and tag (just add /rss to the url) -**Shipped version:** 2.3.2.2~ynh1 +**Shipped version:** 2.4.0.0~ynh1 **Demo:** https://proxitok.herokuapp.com/ diff --git a/README_fr.md b/README_fr.md index 50a27a7..bdf91db 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Use Tiktok with an alternative frontend, inspired by Nitter. - RSS Feed for user, trending and tag (just add /rss to the url) -**Version incluse :** 2.3.2.2~ynh1 +**Version incluse :** 2.4.0.0~ynh1 **Démo :** https://proxitok.herokuapp.com/ From c48d1b46be54468b3e3add6acf43ad2d2d44bc49 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 13 Aug 2022 17:21:51 +0200 Subject: [PATCH 3/3] Update .env --- conf/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/.env b/conf/.env index ec62dbd..334a5a4 100644 --- a/conf/.env +++ b/conf/.env @@ -4,8 +4,8 @@ LATTE_CACHE= # Path for Latte cache, leave commented for ./cache/latte # API CONFIG API_FORCE_LEGACY=1 # Force legacy mode for wrapper -# API_SIGNER_URL="https://__DOMAIN__" # External signing service -# API_BROWSER_URL="http://localhost:4444" # chromedriver url +# API_SIGNER="remote" +# API_SIGNER_URL="http://localhost:4444" # API_TEST_ENDPOINTS=1 # Discomment for usage of testing TikTok endpoints, may help sometimes API_CACHE=redis