mirror of
https://github.com/YunoHost-Apps/proxitok_ynh.git
synced 2024-09-03 20:15:53 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/proxitok_ynh into testing
This commit is contained in:
commit
7566d3dc68
3 changed files with 4 additions and 4 deletions
|
@ -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.1.0~ynh1
|
**Shipped version:** 2.3.2.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://proxitok.herokuapp.com/
|
**Demo:** https://proxitok.herokuapp.com/
|
||||||
|
|
||||||
|
|
|
@ -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.1.0~ynh1
|
**Version incluse :** 2.3.2.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://proxitok.herokuapp.com/
|
**Démo :** https://proxitok.herokuapp.com/
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
YNH_PHP_VERSION="8.0"
|
YNH_PHP_VERSION="8.0"
|
||||||
|
|
||||||
# Composer version
|
# Composer version
|
||||||
YNH_COMPOSER_VERSION="2.3.3"
|
YNH_COMPOSER_VERSION="2.3.7"
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="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"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue