1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

Merge pull request #63 from YunoHost-Apps/testing

Upgrade to 0.6.0~ynh1
This commit is contained in:
yalh76 2021-02-23 03:10:44 +01:00 committed by GitHub
commit 81279a5a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 24 additions and 12 deletions

View file

@ -1,7 +1,7 @@
# Plume app for Yunohost # Plume for YunoHost
[![Integration level](https://dash.yunohost.org/integration/plume.svg)](https://dash.yunohost.org/appci/app/plume) ![](https://ci-apps.yunohost.org/ci/badges/plume.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/plume.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/plume.svg)](https://dash.yunohost.org/appci/app/plume) ![](https://ci-apps.yunohost.org/ci/badges/plume.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/plume.maintain.svg)
[![Install Plume with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=plume) [![Install Plume with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=plume)
> *This package allows you to install Plume quickly and simply on a YunoHost server. > *This package allows you to install Plume quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## Overview
Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database. 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.** **Warning:** The package can take **15 to 30 minutes** to complete depending on your system configuration. **Don't intrupt the installation process while installing.**
@ -56,8 +56,7 @@ There is **No LDAP** support for Plume yet but the app can be used by multiple u
--- ---
Developer info ## Developer info
----------------
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/plume_ynh/tree/testing). Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/plume_ynh/tree/testing).

View file

@ -18,6 +18,8 @@
upgrade=1 from_commit=279716dff5fc79cc84ae2d7799c8094017ac028e upgrade=1 from_commit=279716dff5fc79cc84ae2d7799c8094017ac028e
# 0.4.0-alpha-4~ynh1 # 0.4.0-alpha-4~ynh1
upgrade=1 from_commit=e99273dfb8df763ebbd41d51ee34d92776dfcbf0 upgrade=1 from_commit=e99273dfb8df763ebbd41d51ee34d92776dfcbf0
# 0.5.0~ynh1
upgrade=1 from_commit=457f1dd7719286f28755d9561133a8e176be63c7
backup_restore=1 backup_restore=1
multi_instance=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. # 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 name=0.3.0-alpha-2~ynh1
; commit=e99273dfb8df763ebbd41d51ee34d92776dfcbf0 ; commit=e99273dfb8df763ebbd41d51ee34d92776dfcbf0
name=0.4.0-alpha-4~ynh1 name=0.4.0-alpha-4~ynh1
; commit=457f1dd7719286f28755d9561133a8e176be63c7
name=0.5.0~ynh1

View file

@ -45,3 +45,12 @@ MAIL_HELO_NAME=no-reply@__DOMAIN__
#PLUME_LOGO_192=icons/trwnh/paragraphs/plumeParagraphs192.png #PLUME_LOGO_192=icons/trwnh/paragraphs/plumeParagraphs192.png
#PLUME_LOGO_256=icons/trwnh/paragraphs/plumeParagraphs256.png #PLUME_LOGO_256=icons/trwnh/paragraphs/plumeParagraphs256.png
#PLUME_LOGO_512=icons/trwnh/paragraphs/plumeParagraphs512.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:389
LDAP_BASE_DN="ou=users,dc=yunohost,dc=org"
LDAP_USER_NAME_ATTR=uid
LDAP_USER_MAIL_ATTR=mail
LDAP_TLS=false

View file

@ -1,5 +1,5 @@
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=c821052f0d7c6cbb2d4eeffd143fb36b3add30b57c4bfc442d6604bd43e2f1b2
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Plume-org/Plume/releases/download/0.5.0/plume-postgres.tar.gz SOURCE_URL=https://github.com/Plume-org/Plume/releases/download/0.6.0/plume-postgres.tar.gz
SOURCE_SUM=55858fd955dc3a45e41d44466e529dcf63c1751feea0a63f530dc0113b23ff52 SOURCE_SUM=faca15f1b036929fd9c0a5cff29dbf12eb559500ee25052ba716138c5b93e63f
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -6,8 +6,8 @@
"en": "Federated blogging application", "en": "Federated blogging application",
"fr": "Une application de blogging fédérée." "fr": "Une application de blogging fédérée."
}, },
"version": "0.5.0~ynh1", "version": "0.6.0~ynh1",
"url": "https://baptiste.gelez.xyz/", "url": "https://joinplu.me/",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"maintainer": [ "maintainer": [
{ {

View file

@ -73,7 +73,7 @@ ynh_app_setting_set --app=$app --key=secret_key --value=$secret_key
#================================================= #=================================================
# FIND AND OPEN A PORT # FIND AND OPEN A PORT
#================================================= #=================================================
ynh_script_progression --message="Configuring firewall ..." ynh_script_progression --message="Finding an available port ..."
# Find an available port # Find an available port
port=$(ynh_find_port --port=8095) port=$(ynh_find_port --port=8095)