From 639d0c1ef7f16ca7fdbb46631fcf839c6bcce517 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 18 Mar 2024 02:41:44 +0100 Subject: [PATCH 1/4] Upgrade to v2024.03.18 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 15e5199..000e16f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Piped" description.en = "An open-source alternative frontend for YouTube which is efficient by design." -version = "2024.03.14~ynh1" +version = "2024.03.18~ynh1" maintainers = [ "orhtej2" ] @@ -41,13 +41,13 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/TeamPiped/Piped/archive/116a1ba03b79c897d3a6b54cc31108f297623b4a.tar.gz" - sha256 = "29299c260f5fc2500aba10af22ce0c753feeaf005dc0b0298cb86805684ef51f" + url = "https://github.com/TeamPiped/Piped/archive/2733d1985694ead4a4626f8ab9252326a4696156.tar.gz" + sha256 = "e0f39318857ade3d0eb027d98c6746783b03a5d524bb55d1c2629a6ac733ec7d" autoupdate.strategy = "latest_github_commit" [resources.sources.api] - url = "https://github.com/TeamPiped/Piped-Backend/archive/25a49ce137ecea7b8d27ede4545bc51a0d6858b2.tar.gz" - sha256 = "5de8d7042d163c855d73b15a9025ef66721cc39616ff7c3d742f18711e34e727" + url = "https://github.com/TeamPiped/Piped-Backend/archive/2b98ce4646cee3b7280cab65bcbccbb962b6998f.tar.gz" + sha256 = "f44b76d51ae6225629e570dcfc437d6528db87377ad118bea40c26339ae6b1a3" autoupdate.strategy = "latest_github_commit" autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/" From f2c015ec488aa5d552cf21a346aa878e9cfb91d0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 18 Mar 2024 01:41:47 +0000 Subject: [PATCH 2/4] 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 c671c99..5b9ef58 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ By using Piped, you can freely watch and listen to content without the fear of p - [x] Uses [NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor) to extract information - [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/) - [x] Federated protocol on Matrix to let instances collaborate with each other -**Shipped version:** 2024.03.14~ynh1 +**Shipped version:** 2024.03.18~ynh1 **Demo:** diff --git a/README_fr.md b/README_fr.md index a982363..d3bae95 100644 --- a/README_fr.md +++ b/README_fr.md @@ -55,7 +55,7 @@ By using Piped, you can freely watch and listen to content without the fear of p - [x] Uses [NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor) to extract information - [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/) - [x] Federated protocol on Matrix to let instances collaborate with each other -**Version incluse :** 2024.03.14~ynh1 +**Version incluse :** 2024.03.18~ynh1 **Démo :** From e108d15e2c926d1b86b4b270092c435db4571ca5 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:44:13 +0100 Subject: [PATCH 3/4] Push the changes --- manifest.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 15e5199..2a9c457 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,8 +67,11 @@ ram.runtime = "50M" [resources.install_dir] -[resources.permissions] -main.url = "/" + [resources.permissions] + main.url = "/" + api.url = "/api" + api.auth_header = false + api.show_tile = false [resources.apt] packages = "postgresql" From ecac2c6aaef9aec68dffc937565871a936bb25e0 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:55:08 +0100 Subject: [PATCH 4/4] Don't create new permission --- manifest.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2a9c457..828ca60 100644 --- a/manifest.toml +++ b/manifest.toml @@ -69,9 +69,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - api.url = "/api" - api.auth_header = false - api.show_tile = false + main.auth_header = false [resources.apt] packages = "postgresql"