diff --git a/README.md b/README.md index f4cb582..3c5d201 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PeerTube for YunoHost [![Integration level](https://dash.yunohost.org/integration/peertube.svg)](https://dash.yunohost.org/appci/app/peertube) ![](https://ci-apps.yunohost.org/ci/badges/peertube.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/peertube.maintain.svg) -[![Install PeerTube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube) +[![Install PeerTube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=peertube) *[Lire ce readme en français.](./README_fr.md)* @@ -27,7 +27,7 @@ Servers are run independently by different people and organizations. They can ap By watching a video, you help the hosting provider to broadcast it by becoming a broadcaster of the video yourself. Each instance doesn’t need much money to broadcast the videos of its users. -**Shipped version:** 2.4.0 +**Shipped version:** 3.0.0 ## Important points to read before installing diff --git a/README_fr.md b/README_fr.md index bc808a6..8000e49 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,7 @@ # PeerTube pour YunoHost [![Niveau d'intégration](https://dash.yunohost.org/integration/peertube.svg)](https://dash.yunohost.org/appci/app/peertube) ![](https://ci-apps.yunohost.org/ci/badges/peertube.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/peertube.maintain.svg) -[![Installer PeerTube pour YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube) +[![Installer PeerTube pour YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=peertube) *[Read this readme in english.](./README.md)* @@ -23,7 +23,7 @@ Les serveurs sont gérés indépendamment par différentes personnes et organisa En regardant une vidéo, vous aidez l'hébergeur à la diffuser en devenant vous-même un diffuseur de la vidéo. Chaque instance n'a pas besoin de beaucoup d'argent pour diffuser les vidéos de ses utilisateurs. -**Version incluse :** 2.4.0 +**Version incluse :** 3.0.0 ## Points importants à lire avant l'installation diff --git a/check_process b/check_process index d9ac1ab..5458ab3 100644 --- a/check_process +++ b/check_process @@ -18,22 +18,19 @@ setup_public=1 upgrade=1 # 2.1.0 - upgrade=1 from_commit=d049b71061d12ffab92bbf106af200e7d8a69572 + # upgrade=1 from_commit=d049b71061d12ffab92bbf106af200e7d8a69572 # 2.1.1~ynh1 - upgrade=1 from_commit=63f076db215f8f438dbdcd2966c12d9ee7976121 + # upgrade=1 from_commit=63f076db215f8f438dbdcd2966c12d9ee7976121 # 2.2.0~ynh1 - upgrade=1 from_commit=2b24ab443dc95fc78654e8232351933491cf04b4 + # upgrade=1 from_commit=2b24ab443dc95fc78654e8232351933491cf04b4 # 2.3.0~ynh1 upgrade=1 from_commit=141e5a370e552760b83066fbfe044ca3e5283a72 + # 2.4.0~ynh1 + upgrade=1 from_commit=10d79175a8a45137d271931cbd6d14e927400729 backup_restore=1 multi_instance=1 - # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. - # incorrect_path=1 port_already_use=0 change_url=0 -;;; Levels - # If the level 5 (Package linter) is forced to 1. Please add justifications here. - Level 5=auto ;;; Options Email=anmol@datamol.org;yalh@yahoo.com Notification=yes @@ -46,3 +43,6 @@ Notification=yes name=2.2.0~ynh1 ; commit=141e5a370e552760b83066fbfe044ca3e5283a72 name=2.3.0~ynh1 + ; commit=10d79175a8a45137d271931cbd6d14e927400729 + name=2.4.0~ynh1 + \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 493f0b6..ea3808a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v2.4.0/peertube-v2.4.0.tar.xz -SOURCE_SUM=3e680fff23584608bae464731bcf08cb2126f4e07f42a1547a3812674da3b315 +SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v3.0.0/peertube-v3.0.0.tar.xz +SOURCE_SUM=a586cec1e54823b673b8bc29cd44c8df0f100f682afc257172da1ec7e76699c9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.xz SOURCE_IN_SUBDIR=true diff --git a/conf/production.yaml b/conf/production.yaml index 6cccd20..12b141d 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -157,7 +157,7 @@ views: # -1 means no cleanup # Other values could be '6 months' or '30 days' etc (PeerTube will periodically delete old entries from database) remote: - max_age: -1 + max_age: '30 days' plugins: # The website PeerTube will ask for available PeerTube plugins and themes @@ -169,7 +169,7 @@ plugins: federation: videos: - federate_unlisted: true + federate_unlisted: false ############################################################################### diff --git a/manifest.json b/manifest.json index 6b5869f..c6ab63d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Video streaming platform using P2P directly in the web browser, connected to a federated network", "fr": "Plateforme de diffusion vidéo par P2P directement dans le navigateur, et connectée à un réseau fédéralisé" }, - "version": "2.4.0~ynh1", + "version": "3.0.0~ynh1", "url": "https://github.com/Chocobozzz/PeerTube", "license": "AGPL-3.0-only", "maintainer": [