mirror of
https://github.com/YunoHost-Apps/proxitok_ynh.git
synced 2024-09-03 20:15:53 +02:00
commit
072d9bc4c9
5 changed files with 9 additions and 7 deletions
|
@ -28,7 +28,8 @@ 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.1~ynh1
|
**Shipped version:** 2.3.2.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
**Demo:** https://proxitok.herokuapp.com/
|
**Demo:** https://proxitok.herokuapp.com/
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,8 @@ 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.1~ynh1
|
**Version incluse :** 2.3.2.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
**Démo :** https://proxitok.herokuapp.com/
|
**Démo :** https://proxitok.herokuapp.com/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.2.1.tar.gz
|
SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.2.2.tar.gz
|
||||||
SOURCE_SUM=ad4d98990e42b076dc15b4f16f288f64624f196459f494c01f0cbe4fc172eba3
|
SOURCE_SUM=1aa1187e89ae924564222bac1df19de3a66f11f58f0d3f6e6214e16bb8b8d427
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -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.1~ynh1",
|
"version": "2.3.2.2~ynh1",
|
||||||
"url": "https://proxitok.herokuapp.com",
|
"url": "https://proxitok.herokuapp.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
YNH_PHP_VERSION="8.0"
|
YNH_PHP_VERSION="8.0"
|
||||||
|
|
||||||
# Composer version
|
# Composer version
|
||||||
YNH_COMPOSER_VERSION="2.3.7"
|
YNH_COMPOSER_VERSION="2.3.10"
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl"
|
pkg_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl"
|
||||||
|
|
Loading…
Reference in a new issue