From 5ddaf96ef598ec71647d01529aaa48e0ca40e1b7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 6 Jan 2021 01:56:11 +0100 Subject: [PATCH] Upgrade to 0.6.0~ynh1 --- README.md | 2 +- check_process | 4 ++++ conf/.env | 9 +++++++++ conf/arm64.src | 2 +- conf/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa70f0a..c0457ee 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database. -**Shipped version:** 0.5.0 +**Shipped version:** 0.6.0 **Warning:** The package can take **15 to 30 minutes** to complete depending on your system configuration. **Don't intrupt the installation process while installing.** diff --git a/check_process b/check_process index b6152d9..b8ce1a8 100755 --- a/check_process +++ b/check_process @@ -18,6 +18,8 @@ upgrade=1 from_commit=279716dff5fc79cc84ae2d7799c8094017ac028e # 0.4.0-alpha-4~ynh1 upgrade=1 from_commit=e99273dfb8df763ebbd41d51ee34d92776dfcbf0 + # 0.5.0~ynh1 + upgrade=1 from_commit=457f1dd7719286f28755d9561133a8e176be63c7 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. @@ -35,3 +37,5 @@ Notification=yes name=0.3.0-alpha-2~ynh1 ; commit=e99273dfb8df763ebbd41d51ee34d92776dfcbf0 name=0.4.0-alpha-4~ynh1 + ; commit=457f1dd7719286f28755d9561133a8e176be63c7 + name=0.5.0~ynh1 diff --git a/conf/.env b/conf/.env index ffb27a1..3606021 100755 --- a/conf/.env +++ b/conf/.env @@ -45,3 +45,12 @@ MAIL_HELO_NAME=no-reply@__DOMAIN__ #PLUME_LOGO_192=icons/trwnh/paragraphs/plumeParagraphs192.png #PLUME_LOGO_256=icons/trwnh/paragraphs/plumeParagraphs256.png #PLUME_LOGO_512=icons/trwnh/paragraphs/plumeParagraphs512.png + +## LDAP CONFIG ## +# the object that will be bound is "${USER_NAME_ATTR}=${username},${BASE_DN}" +LDAP_ADDR=ldap://127.0.0.1:1389 +LDAP_BASE_DN="ou=users,dc=yunohost,dc=org" +LDAP_USER_NAME_ATTR=uid +LDAP_USER_MAIL_ATTR=mail +LDAP_TLS=false + diff --git a/conf/arm64.src b/conf/arm64.src index cc4490c..8273de7 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/plume_ynh/releases/download/0.5.0/plume-arm64-postgres.tar.gz +SOURCE_URL=https://github.com/YunoHost-Apps/plume_ynh/releases/download/0.6.0/plume-arm64-postgres.tar.gz SOURCE_SUM=bb1a82257520a4973414974accd5f959a004cbc235944837df86d37ff635ec45 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz diff --git a/conf/x86-64.src b/conf/x86-64.src index ef21f9c..8951efd 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Plume-org/Plume/releases/download/0.5.0/plume-postgres.tar.gz -SOURCE_SUM=55858fd955dc3a45e41d44466e529dcf63c1751feea0a63f530dc0113b23ff52 +SOURCE_URL=https://github.com/Plume-org/Plume/releases/download/0.6.0/plume-postgres.tar.gz +SOURCE_SUM=faca15f1b036929fd9c0a5cff29dbf12eb559500ee25052ba716138c5b93e63f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 636e529..85680e8 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Federated blogging application", "fr": "Une application de blogging fédérée." }, - "version": "0.5.0~ynh1", + "version": "0.6.0~ynh1", "url": "https://baptiste.gelez.xyz/", "license": "AGPL-3.0-only", "maintainer": [