mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
commit
74d85dfb98
5 changed files with 15 additions and 20 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.9.4
|
**Shipped version:** 0.9.6
|
||||||
|
|
||||||
## Important points to read before installing
|
## Important points to read before installing
|
||||||
|
|
||||||
|
|
|
@ -13,20 +13,13 @@
|
||||||
upgrade=1 from_commit=e53882baaed30f38293a4ec9d1395c6833759169
|
upgrade=1 from_commit=e53882baaed30f38293a4ec9d1395c6833759169
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
incorrect_path=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.
|
||||||
|
# incorrect_path=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=0
|
change_url=0
|
||||||
;;; Levels
|
;;; Levels
|
||||||
Level 1=auto
|
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
||||||
Level 2=auto
|
|
||||||
Level 3=auto
|
|
||||||
Level 4=0
|
|
||||||
Level 5=auto
|
Level 5=auto
|
||||||
Level 6=auto
|
|
||||||
Level 7=auto
|
|
||||||
Level 8=0
|
|
||||||
Level 9=0
|
|
||||||
Level 10=0
|
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=jean-baptiste@holcroft.fr;yalh@yahoo.com
|
Email=jean-baptiste@holcroft.fr;yalh@yahoo.com
|
||||||
Notification=all
|
Notification=all
|
||||||
|
|
|
@ -41,7 +41,6 @@ MAIL_FROM_NAME="Pixelfed"
|
||||||
OPEN_REGISTRATION=true
|
OPEN_REGISTRATION=true
|
||||||
ENFORCE_EMAIL_VERIFICATION=true
|
ENFORCE_EMAIL_VERIFICATION=true
|
||||||
PF_MAX_USERS=1000
|
PF_MAX_USERS=1000
|
||||||
RECAPTCHA_ENABLED=false
|
|
||||||
|
|
||||||
MAX_PHOTO_SIZE=15000
|
MAX_PHOTO_SIZE=15000
|
||||||
MAX_CAPTION_LENGTH=150
|
MAX_CAPTION_LENGTH=150
|
||||||
|
@ -57,11 +56,13 @@ ACTIVITYPUB_SHAREDINBOX=true
|
||||||
# php artisan optimize:clear
|
# php artisan optimize:clear
|
||||||
# php artisan optimize
|
# php artisan optimize
|
||||||
|
|
||||||
PF_COSTAR_ENABLED=false
|
PF_COSTAR_ENABLED=true
|
||||||
CS_BLOCKED_DOMAINS='example.org,example.net,example.com'
|
CS_BLOCKED_DOMAINS='gab.com,gab.ai,develop.gab.com'
|
||||||
CS_CW_DOMAINS='example.org,example.net,example.com'
|
CS_CW_DOMAINS='switter.at'
|
||||||
CS_UNLISTED_DOMAINS='example.org,example.net,example.com'
|
CS_UNLISTED_DOMAINS='example.org,example.net,example.com'
|
||||||
|
|
||||||
## Optional
|
## Optional
|
||||||
#HORIZON_DARKMODE=false # Horizon theme darkmode
|
#HORIZON_DARKMODE=false # Horizon theme darkmode
|
||||||
#HORIZON_EMBED=false # Single Docker Container mode
|
#HORIZON_EMBED=false # Single Docker Container mode
|
||||||
|
|
||||||
|
ADMIN_ENV_EDITOR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.9.4.tar.gz
|
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.9.6.tar.gz
|
||||||
SOURCE_SUM=abb6bdf44035dcaa71cb2b5b85a76cb8f4ebca4cc390df5d66454046b8412766
|
SOURCE_SUM=a9234dcafb86322764892be6b325494a840d6a9f4f6f2dbaaa695b466a02ac22
|
||||||
OURCE_SUM_PRG=sha256sum
|
OURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -3,9 +3,10 @@
|
||||||
"id": "pixelfed",
|
"id": "pixelfed",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"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/",
|
"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