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/ 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 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",