From 0754e9d668446004f40ed2a124df996d38674e5b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 10 Apr 2019 02:10:56 +0200 Subject: [PATCH] Update to 0.8.6 --- README.md | 2 +- conf/.env | 9 ++++----- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 137a97f5..9a01d31b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview The federated image sharing service Pixelfed, for YunoHost -**Shipped version:** 0.8.4 +**Shipped version:** 0.8.6 I'm waiting for an official release (alpha/beta or stable) to invest more time on this package. Don't hesitate to give a hand if you wish, I assume only the nginx file needs improvments. diff --git a/conf/.env b/conf/.env index ccd91fe0..53d5334f 100644 --- a/conf/.env +++ b/conf/.env @@ -44,11 +44,6 @@ OPEN_REGISTRATION=true RECAPTCHA_ENABLED=false ENFORCE_EMAIL_VERIFICATION=true -PUSHER_APP_ID= -PUSHER_APP_KEY= -PUSHER_APP_SECRET= -PUSHER_APP_CLUSTER=mt1 - MAX_PHOTO_SIZE=15000 MAX_CAPTION_LENGTH=150 MAX_ALBUM_LENGTH=4 @@ -70,3 +65,7 @@ HORIZON_DARKMODE=true # php artisan optimize ACTIVITY_PUB=false REMOTE_FOLLOW=false + +CS_BLOCKED_DOMAINS='example.org,example.net,example.com' +CS_CW_DOMAINS='example.org,example.net,example.com' +CS_UNLISTED_DOMAINS='example.org,example.net,example.com' \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 30825423..a62243bc 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/ac53aea28884f0c49c110ac6d87a7b40e92171c9.tar.gz -SOURCE_SUM=ca6156026eb1bb8d8995d247a895b88078e93f1127b75af07058d74f57830846 +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.8.6.tar.gz +SOURCE_SUM=56acbfe18752693d3312207d6955e65c9f6aa73c7e801a224248b2d4b8e2884f OURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7731889c..99aed292 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "ActivityPub Federated Image Sharing" }, - "version": "0.8.4~ynh3", + "version": "0.8.6~ynh1", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", "maintainer": {