From 70e77524006d84264a309f73c1a0d061d04b0b8c Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:55:08 +0200 Subject: [PATCH 1/8] [autopatch] Do not delete logs on app removal --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 2cd9f20..2fa0de9 100644 --- a/scripts/remove +++ b/scripts/remove @@ -34,7 +34,6 @@ ynh_remove_nginx_config # Remove other various files specific to the app... such as : -ynh_secure_remove --file="/var/log/$app" ynh_remove_logrotate #================================================= From ea4918b848b6bde233a0a136f652ef91a3aa2e21 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 24 Jun 2024 03:43:31 +0200 Subject: [PATCH 2/8] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index a0a3049..46194e0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,8 +52,8 @@ ram.runtime = "50M" autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/" [resources.sources.proxy] - url = "https://github.com/TeamPiped/piped-proxy/archive/7da6cde3fd97b6980f050d20d8a129d9a3e80ea5.tar.gz" - sha256 = "c18da9d20ea1d76de33a1ad1aea7282e3a4fe756ef533d140efcdecfd3765e34" + url = "https://github.com/TeamPiped/piped-proxy/archive/05d0c63491789d413727e7843927fdd2a5dfa938.tar.gz" + sha256 = "0c81cb5c2dd835831ffb93f4ef1dab0e2c48183b274a6f2f2e45012d9db675d6" autoupdate.strategy = "latest_github_commit" autoupdate.upstream = "https://github.com/TeamPiped/piped-proxy/" From eb3eef3917219cb5abd9d0d8d6517765cd7feb74 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 25 Jun 2024 03:45:11 +0200 Subject: [PATCH 3/8] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 46194e0..ba882f5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,8 +52,8 @@ ram.runtime = "50M" autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/" [resources.sources.proxy] - url = "https://github.com/TeamPiped/piped-proxy/archive/05d0c63491789d413727e7843927fdd2a5dfa938.tar.gz" - sha256 = "0c81cb5c2dd835831ffb93f4ef1dab0e2c48183b274a6f2f2e45012d9db675d6" + url = "https://github.com/TeamPiped/piped-proxy/archive/a3a13767cf20afbfd874d8a2fe177d61fa911a85.tar.gz" + sha256 = "ae6727b21595cb380fdbdfa375f156531785275cc148d934442cba24009f2030" autoupdate.strategy = "latest_github_commit" autoupdate.upstream = "https://github.com/TeamPiped/piped-proxy/" From c01d1df571e849a2d5f772df7847b45c1ef3f6b4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 29 Jun 2024 03:48:18 +0200 Subject: [PATCH 4/8] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ba882f5..f067df6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,8 +52,8 @@ ram.runtime = "50M" autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/" [resources.sources.proxy] - url = "https://github.com/TeamPiped/piped-proxy/archive/a3a13767cf20afbfd874d8a2fe177d61fa911a85.tar.gz" - sha256 = "ae6727b21595cb380fdbdfa375f156531785275cc148d934442cba24009f2030" + url = "https://github.com/TeamPiped/piped-proxy/archive/e7931addf5f3a0b7bc461efce5e060ab9664a66e.tar.gz" + sha256 = "5e8fac5ece1ff08fbd4d852337038de705d45abd94306e1b8db965ba4c25845d" autoupdate.strategy = "latest_github_commit" autoupdate.upstream = "https://github.com/TeamPiped/piped-proxy/" From 35d58d49b2018dd1d1b40f3b5ccf8ea4585395f1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 29 Jun 2024 01:48:19 +0000 Subject: [PATCH 5/8] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6deed29..4e5ca33 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Piped for YunoHost -[![Integration level](https://dash.yunohost.org/integration/piped.svg)](https://dash.yunohost.org/appci/app/piped) ![Working status](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/piped.svg)](https://ci-apps.yunohost.org/ci/apps/piped/) ![Working status](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) [![Install Piped with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piped) diff --git a/README_es.md b/README_es.md index 5c0557e..90f01c1 100644 --- a/README_es.md +++ b/README_es.md @@ -5,7 +5,7 @@ No se debe editar a mano. # Piped para Yunohost -[![Nivel de integración](https://dash.yunohost.org/integration/piped.svg)](https://dash.yunohost.org/appci/app/piped) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) +[![Nivel de integración](https://dash.yunohost.org/integration/piped.svg)](https://ci-apps.yunohost.org/ci/apps/piped/) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) [![Instalar Piped con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piped) diff --git a/README_eu.md b/README_eu.md index faaf5c9..be49976 100644 --- a/README_eu.md +++ b/README_eu.md @@ -5,7 +5,7 @@ EZ editatu eskuz. # Piped YunoHost-erako -[![Integrazio maila](https://dash.yunohost.org/integration/piped.svg)](https://dash.yunohost.org/appci/app/piped) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) +[![Integrazio maila](https://dash.yunohost.org/integration/piped.svg)](https://ci-apps.yunohost.org/ci/apps/piped/) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) [![Instalatu Piped YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piped) diff --git a/README_fr.md b/README_fr.md index 455e8e3..a741853 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main. # Piped pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/piped.svg)](https://dash.yunohost.org/appci/app/piped) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/piped.svg)](https://ci-apps.yunohost.org/ci/apps/piped/) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) [![Installer Piped avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piped) diff --git a/README_gl.md b/README_gl.md index e5f4f4c..5dcd4b7 100644 --- a/README_gl.md +++ b/README_gl.md @@ -5,7 +5,7 @@ NON debe editarse manualmente. # Piped para YunoHost -[![Nivel de integración](https://dash.yunohost.org/integration/piped.svg)](https://dash.yunohost.org/appci/app/piped) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) +[![Nivel de integración](https://dash.yunohost.org/integration/piped.svg)](https://ci-apps.yunohost.org/ci/apps/piped/) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) [![Instalar Piped con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piped) diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 37ddae8..5b77ea4 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -5,7 +5,7 @@ # YunoHost 上的 Piped -[![集成程度](https://dash.yunohost.org/integration/piped.svg)](https://dash.yunohost.org/appci/app/piped) ![工作状态](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) +[![集成程度](https://dash.yunohost.org/integration/piped.svg)](https://ci-apps.yunohost.org/ci/apps/piped/) ![工作状态](https://ci-apps.yunohost.org/ci/badges/piped.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/piped.maintain.svg) [![使用 YunoHost 安装 Piped](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piped) From c67792c342971fe456a6dce609941fa4837cedc6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 1 Jul 2024 03:47:00 +0200 Subject: [PATCH 6/8] Upgrade to v2024.06.29 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f067df6..5a4cbdd 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.06.21~ynh1" +version = "2024.06.29~ynh1" maintainers = [ "orhtej2" ] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/TeamPiped/Piped/archive/8cedbed23abd171c1fb88927e18441c9d6314cd0.tar.gz" - sha256 = "66b26ea86ed9fd1263f603713b040e7b4edbca19c2bc6c6a0ede1e0d8216a36c" + url = "https://github.com/TeamPiped/Piped/archive/63be6c9c42b8c39f5d9a958e630d2aee3b86d195.tar.gz" + sha256 = "ffc5361096d64c6cdecc68e404db0ec62fcc42eaea009769e5d6f4351508df4c" autoupdate.strategy = "latest_github_commit" [resources.sources.api] From 9551dc53c2d7417caae428e9aed23ccbc7121d3d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 1 Jul 2024 01:47:02 +0000 Subject: [PATCH 7/8] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4e5ca33..703c484 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ By using Piped, you can freely watch and listen to content without the fear of p - [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.06.21~ynh1 +**Shipped version:** 2024.06.29~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 90f01c1..8decd32 100644 --- a/README_es.md +++ b/README_es.md @@ -56,7 +56,7 @@ By using Piped, you can freely watch and listen to content without the fear of p - [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/) - [x] Federated protocol on Matrix to let instances collaborate with each other -**Versión actual:** 2024.06.21~ynh1 +**Versión actual:** 2024.06.29~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index be49976..8194177 100644 --- a/README_eu.md +++ b/README_eu.md @@ -56,7 +56,7 @@ By using Piped, you can freely watch and listen to content without the fear of p - [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/) - [x] Federated protocol on Matrix to let instances collaborate with each other -**Paketatutako bertsioa:** 2024.06.21~ynh1 +**Paketatutako bertsioa:** 2024.06.29~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index a741853..1ac0814 100644 --- a/README_fr.md +++ b/README_fr.md @@ -56,7 +56,7 @@ By using Piped, you can freely watch and listen to content without the fear of p - [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.06.21~ynh1 +**Version incluse :** 2024.06.29~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 5dcd4b7..b34ef51 100644 --- a/README_gl.md +++ b/README_gl.md @@ -56,7 +56,7 @@ By using Piped, you can freely watch and listen to content without the fear of p - [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/) - [x] Federated protocol on Matrix to let instances collaborate with each other -**Versión proporcionada:** 2024.06.21~ynh1 +**Versión proporcionada:** 2024.06.29~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 5b77ea4..c5aa23d 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -56,7 +56,7 @@ By using Piped, you can freely watch and listen to content without the fear of p - [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/) - [x] Federated protocol on Matrix to let instances collaborate with each other -**分发版本:** 2024.06.21~ynh1 +**分发版本:** 2024.06.29~ynh1 **演示:** From f989b717361399c0323e2ce9a66e5d406be32b88 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 3 Jul 2024 03:47:05 +0200 Subject: [PATCH 8/8] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5a4cbdd..ac60463 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,8 +52,8 @@ ram.runtime = "50M" autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/" [resources.sources.proxy] - url = "https://github.com/TeamPiped/piped-proxy/archive/e7931addf5f3a0b7bc461efce5e060ab9664a66e.tar.gz" - sha256 = "5e8fac5ece1ff08fbd4d852337038de705d45abd94306e1b8db965ba4c25845d" + url = "https://github.com/TeamPiped/piped-proxy/archive/7307d9521d93f1bdd4999dc45b6f50c698158337.tar.gz" + sha256 = "aa8fee115e8578c9b1023b698e8e99b606163ec703426653d8a94a8642204c12" autoupdate.strategy = "latest_github_commit" autoupdate.upstream = "https://github.com/TeamPiped/piped-proxy/"