mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update to 0.8.6
This commit is contained in:
parent
f46170f7fe
commit
0754e9d668
4 changed files with 8 additions and 9 deletions
|
@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
||||||
## Overview
|
## Overview
|
||||||
The federated image sharing service Pixelfed, for YunoHost
|
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.
|
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.
|
Don't hesitate to give a hand if you wish, I assume only the nginx file needs improvments.
|
||||||
|
|
|
@ -44,11 +44,6 @@ OPEN_REGISTRATION=true
|
||||||
RECAPTCHA_ENABLED=false
|
RECAPTCHA_ENABLED=false
|
||||||
ENFORCE_EMAIL_VERIFICATION=true
|
ENFORCE_EMAIL_VERIFICATION=true
|
||||||
|
|
||||||
PUSHER_APP_ID=
|
|
||||||
PUSHER_APP_KEY=
|
|
||||||
PUSHER_APP_SECRET=
|
|
||||||
PUSHER_APP_CLUSTER=mt1
|
|
||||||
|
|
||||||
MAX_PHOTO_SIZE=15000
|
MAX_PHOTO_SIZE=15000
|
||||||
MAX_CAPTION_LENGTH=150
|
MAX_CAPTION_LENGTH=150
|
||||||
MAX_ALBUM_LENGTH=4
|
MAX_ALBUM_LENGTH=4
|
||||||
|
@ -70,3 +65,7 @@ HORIZON_DARKMODE=true
|
||||||
# php artisan optimize
|
# php artisan optimize
|
||||||
ACTIVITY_PUB=false
|
ACTIVITY_PUB=false
|
||||||
REMOTE_FOLLOW=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'
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/ac53aea28884f0c49c110ac6d87a7b40e92171c9.tar.gz
|
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.8.6.tar.gz
|
||||||
SOURCE_SUM=ca6156026eb1bb8d8995d247a895b88078e93f1127b75af07058d74f57830846
|
SOURCE_SUM=56acbfe18752693d3312207d6955e65c9f6aa73c7e801a224248b2d4b8e2884f
|
||||||
OURCE_SUM_PRG=sha256sum
|
OURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
|
@ -5,7 +5,7 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "ActivityPub Federated Image Sharing"
|
"en": "ActivityPub Federated Image Sharing"
|
||||||
},
|
},
|
||||||
"version": "0.8.4~ynh3",
|
"version": "0.8.6~ynh1",
|
||||||
"url": "https://pixelfed.org/",
|
"url": "https://pixelfed.org/",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue