1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Merge pull request #252 from YunoHost-Apps/testing

Testing
This commit is contained in:
OniriCorpe 2024-02-20 08:35:57 +01:00 committed by GitHub
commit 24d110c03c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View file

@ -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. It is also possible to import your data from Instagram.
**Shipped version:** 0.11.11~ynh1 **Shipped version:** 0.11.12~ynh1
## Screenshots ## Screenshots

View file

@ -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. Il est également possible d'importer ses données depuis Instagram.
**Version incluse :** 0.11.11~ynh1 **Version incluse :** 0.11.12~ynh1
## Captures décran ## Captures décran

View file

@ -146,3 +146,7 @@ SESSION_DRIVER=redis
MEDIA_HLS_ENABLED=true MEDIA_HLS_ENABLED=true
MEDIA_HLS_P2P=true MEDIA_HLS_P2P=true
MEDIA_HLS_BITRATE=2000 # average quality and limited storage use MEDIA_HLS_BITRATE=2000 # average quality and limited storage use
## Remove the "upgrade needed" warning
# comment this if you (as an admin user) want to have a permanent reminder of an available update (upstream, not necessarily in Yunohost !)
INSTANCE_SOFTWARE_UPDATE_DISABLE_FAILED_WARNING=true

View file

@ -5,7 +5,7 @@ name = "Pixelfed"
description.en = "ActivityPub Federated Image Sharing" description.en = "ActivityPub Federated Image Sharing"
description.fr = "Logiciel de partage d'image fédéré via ActivityPub" description.fr = "Logiciel de partage d'image fédéré via ActivityPub"
version = "0.11.11~ynh1" version = "0.11.12~ynh1"
maintainers = ["yalh76", "Lapineige"] maintainers = ["yalh76", "Lapineige"]
@ -36,8 +36,8 @@ ram.runtime = "100M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.11.tar.gz" url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.12.tar.gz"
sha256 = "01bb56f0b2f888788d9cbf96809ce9f38b09be8e925036c7df8eb0236d1c3be6" sha256 = "4c147a94762af5737c2e408cfe555a29dd3074a7915079931445136b8acadcb0"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.system_user] [resources.system_user]