mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
commit
32a8846cf9
5 changed files with 11 additions and 5 deletions
|
@ -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.10.7
|
||||
**Shipped version:** 0.10.8
|
||||
|
||||
## Important points to read before installing
|
||||
|
||||
|
|
|
@ -10,7 +10,14 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 0.9.0~ynh4
|
||||
upgrade=1 from_commit=e53882baaed30f38293a4ec9d1395c6833759169
|
||||
# 0.10.0
|
||||
upgrade=1 from_commit=327eb50cf34005a36750851db51c959d1d6d152d
|
||||
# 0.10.6
|
||||
upgrade=1 from_commit=605a47aac7553fdcc6012531ee67add8dbe37b97
|
||||
# 0.10.7
|
||||
upgrade=1 from_commit=7fa86c3e6e6db6668be0a165213d554850b9fce8
|
||||
backup_restore=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.
|
||||
|
|
|
@ -22,7 +22,6 @@ DB_PASSWORD=__DB_PWD__
|
|||
BROADCAST_DRIVER=log
|
||||
CACHE_DRIVER=redis
|
||||
SESSION_DRIVER=redis
|
||||
SESSION_LIFETIME=120
|
||||
QUEUE_DRIVER=redis
|
||||
|
||||
REDIS_SCHEME=tcp
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.10.7.tar.gz
|
||||
SOURCE_SUM=01b0b9acdc9b9de3837fad0fb766dbefe68272c2d413d2da810c7e1252484525
|
||||
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.10.8.tar.gz
|
||||
SOURCE_SUM=80ad527c20f5df75a5dfa9e31b8045d2e926db31ebf85ec9f6ccb0c33df240ca
|
||||
OURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "ActivityPub Federated Image Sharing",
|
||||
"fr": "Logiciel de partage d'image fédéré via ActivityPub"
|
||||
},
|
||||
"version": "0.10.7~ynh1",
|
||||
"version": "0.10.8~ynh1",
|
||||
"url": "https://pixelfed.org/",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": [
|
||||
|
|
Loading…
Add table
Reference in a new issue