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 #25 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-09-17 07:57:25 +02:00 committed by GitHub
commit ff48764f26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -29,7 +29,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.4.3.6~ynh1
**Shipped version:** 2.4.9.2~ynh1
**Demo:** https://proxitok.herokuapp.com/

View file

@ -29,7 +29,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.4.3.6~ynh1
**Version incluse :** 2.4.9.2~ynh1
**Démo :** https://proxitok.herokuapp.com/

View file

@ -5,7 +5,7 @@ name = "ProxiTok"
description.en = "Alternative frontend for TikTok"
description.fr = "Frontend alternatif à TikTok"
version = "2.4.3.6~ynh1"
version = "2.4.9.2~ynh1"
maintainers = []
@ -35,8 +35,9 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.4.3.6.tar.gz"
sha256 = "32a149bee2171cb7dfb0eb2222d2cf62e8b49499a3fa61cf9b4fc27c0238ff11"
url = "https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.4.9.2.tar.gz"
sha256 = "f39f3d2a720569b4967fb58bf35e08948231deaecc237bf37bae6927b6b69d3c"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
@ -44,6 +45,10 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.allowed = ["visitors"]
api.protected = true
[resources.apt]
packages = "php8.2-xml php8.2-zip php8.2-redis php8.2-mbstring php8.2-curl"