1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/proxitok_ynh.git synced 2024-09-03 20:15:53 +02:00

Merge pull request #13 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-08-13 17:51:17 +02:00 committed by GitHub
commit ee5b348e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -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) - 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/ **Demo:** https://proxitok.herokuapp.com/

View file

@ -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) - 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/ **Démo :** https://proxitok.herokuapp.com/

View file

@ -4,8 +4,8 @@ LATTE_CACHE= # Path for Latte cache, leave commented for ./cache/latte
# API CONFIG # API CONFIG
API_FORCE_LEGACY=1 # Force legacy mode for wrapper API_FORCE_LEGACY=1 # Force legacy mode for wrapper
# API_SIGNER_URL="https://__DOMAIN__" # External signing service # API_SIGNER="remote"
# API_BROWSER_URL="http://localhost:4444" # chromedriver url # API_SIGNER_URL="http://localhost:4444"
# API_TEST_ENDPOINTS=1 # Discomment for usage of testing TikTok endpoints, may help sometimes # API_TEST_ENDPOINTS=1 # Discomment for usage of testing TikTok endpoints, may help sometimes
API_CACHE=redis API_CACHE=redis

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.2.2.tar.gz SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.4.0.0.tar.gz
SOURCE_SUM=1aa1187e89ae924564222bac1df19de3a66f11f58f0d3f6e6214e16bb8b8d427 SOURCE_SUM=8f728432dd1b57bb2c4acf8dde16525b6132313c96a215e99bd7e9fbe55b5395
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Alternative frontend for TikTok", "en": "Alternative frontend for TikTok",
"fr": "Frontend alternatif à TikTok" "fr": "Frontend alternatif à TikTok"
}, },
"version": "2.3.2.2~ynh1", "version": "2.4.0.0~ynh1",
"url": "https://proxitok.herokuapp.com", "url": "https://proxitok.herokuapp.com",
"upstream": { "upstream": {
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",