mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
commit
199f769f6d
4 changed files with 9 additions and 5 deletions
|
@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
The federated image sharing service Pixelfed, for YunoHost
|
||||
|
||||
**Shipped version:** 0.10.10
|
||||
**Shipped version:** 0.11.0
|
||||
|
||||
## Important points to read before installing
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
upgrade=1 from_commit=1aa406fb124b92f03b1bb69fc3462936d5227278
|
||||
# 0.10.10~ynh3
|
||||
upgrade=1 from_commit=2a796e30dd521a5022586bc7fe59d189210028a4
|
||||
# 0.10.10~ynh4
|
||||
upgrade=1 from_commit=8ef41895fbd38008f3718e164d0bf3f0d97a2c03
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
|
@ -45,4 +47,6 @@ Notification=all
|
|||
; commit=1aa406fb124b92f03b1bb69fc3462936d5227278
|
||||
name=0.10.10~ynh1
|
||||
; commit=2a796e30dd521a5022586bc7fe59d189210028a4
|
||||
name=0.10.10~ynh3
|
||||
name=0.10.10~ynh3
|
||||
; commit=8ef41895fbd38008f3718e164d0bf3f0d97a2c03
|
||||
name=0.10.10~ynh4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.10.10.tar.gz
|
||||
SOURCE_SUM=096faddbf43c41552e9f03eb4b76b70a04e314ca6974d13c0f2a73c42a4aa617
|
||||
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.11.0.tar.gz
|
||||
SOURCE_SUM=6959505c6c60f317091f51fa3756fc073a8ddc8c277e5736be285eb825ca625c
|
||||
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.10~ynh4",
|
||||
"version": "0.11.0~ynh1",
|
||||
"url": "https://pixelfed.org/",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": [
|
||||
|
|
Loading…
Add table
Reference in a new issue