mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
commit
348b520cc2
5 changed files with 7 additions and 7 deletions
|
@ -25,7 +25,7 @@ In addition to taking over the functionality of Instagram, the functioning of Pi
|
|||
|
||||
It is also possible to import your data from Instagram.
|
||||
|
||||
**Shipped version:** 0.11.4~ynh5
|
||||
**Shipped version:** 0.11.5~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ En plus de reprendre les fonctionnalités d'Instagram, le fonctionnement de Pixe
|
|||
Il est également possible d'importer ses données depuis Instagram.
|
||||
|
||||
|
||||
**Version incluse :** 0.11.4~ynh5
|
||||
**Version incluse :** 0.11.5~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.4.tar.gz
|
||||
SOURCE_SUM=c5f0b4c1ee8e558cf66277f6c0066da893dd09ff0581cb117d6fd885cfff0e11
|
||||
SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.5.tar.gz
|
||||
SOURCE_SUM=ad126bd8da7178172744be72d715988520fbb18807c527a31be77e66677cb844
|
||||
SOURCE_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.11.4~ynh5",
|
||||
"version": "0.11.5~ynh1",
|
||||
"url": "https://pixelfed.org/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php8.0-fpm"
|
||||
"php8.1-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
YNH_PHP_VERSION="8.0"
|
||||
YNH_PHP_VERSION="8.1"
|
||||
|
||||
YNH_COMPOSER_VERSION="2.1.5"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue