diff --git a/README.md b/README.md index 30a324a5..2aa1bf36 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.9.4 +**Shipped version:** 0.9.6 ## Important points to read before installing diff --git a/conf/.env b/conf/.env index ea04653a..7f497b8d 100644 --- a/conf/.env +++ b/conf/.env @@ -41,7 +41,6 @@ MAIL_FROM_NAME="Pixelfed" OPEN_REGISTRATION=true ENFORCE_EMAIL_VERIFICATION=true PF_MAX_USERS=1000 -RECAPTCHA_ENABLED=false MAX_PHOTO_SIZE=15000 MAX_CAPTION_LENGTH=150 @@ -57,9 +56,9 @@ ACTIVITYPUB_SHAREDINBOX=true # php artisan optimize:clear # php artisan optimize -PF_COSTAR_ENABLED=false -CS_BLOCKED_DOMAINS='example.org,example.net,example.com' -CS_CW_DOMAINS='example.org,example.net,example.com' +PF_COSTAR_ENABLED=true +CS_BLOCKED_DOMAINS='gab.com,gab.ai,develop.gab.com' +CS_CW_DOMAINS='switter.at' CS_UNLISTED_DOMAINS='example.org,example.net,example.com' ## Optional diff --git a/conf/app.src b/conf/app.src index 0e1d4d40..773bdec3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.9.4.tar.gz -SOURCE_SUM=abb6bdf44035dcaa71cb2b5b85a76cb8f4ebca4cc390df5d66454046b8412766 +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.9.6.tar.gz +SOURCE_SUM=a9234dcafb86322764892be6b325494a840d6a9f4f6f2dbaaa695b466a02ac22 OURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz -SOURCE_IN_SUBDIR=true \ No newline at end of file +SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 8ad43311..e4e4f35a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,9 +3,10 @@ "id": "pixelfed", "packaging_format": 1, "description": { - "en": "ActivityPub Federated Image Sharing" + "en": "ActivityPub Federated Image Sharing", + "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.9.4~ynh3", + "version": "0.9.6~ynh1", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", "maintainer": [