From c66514fb0253b58429579eb52167b9c9d4145d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 2 Sep 2023 12:09:30 +0200 Subject: [PATCH 1/3] Update manifest.toml --- manifest.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index ac055fc..6ee71bc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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] From 8c3b60edc5dbac94f5daff5955c84175bb634afe Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 2 Sep 2023 10:09:35 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e17e8b..ecde7ca 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/README_fr.md b/README_fr.md index 2b1b5db..1a74391 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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/ From 11b88905480c81b2ac519c7c3362595e06ed2322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 2 Sep 2023 12:19:39 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index 6ee71bc..354c391 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,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"