mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Testing : v0.11.13 (#255)
* Upgrade to v0.11.13 (#253) * Upgrade to v0.11.13 * Auto-update README * Auto-update README --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
24d110c03c
commit
8fe0b6e30c
3 changed files with 19 additions and 19 deletions
16
README.md
16
README.md
|
@ -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.12~ynh1
|
||||
**Shipped version:** 0.11.13~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -66,12 +66,12 @@ Be aware that this will generate a lot of "jobs" that will take time to be compl
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://pixelfed.org/>
|
||||
* Official user documentation: <https://docs.pixelfed.org/>
|
||||
* Official admin documentation: <https://docs.pixelfed.org/running-pixelfed/administration.html>
|
||||
* Upstream app code repository: <https://github.com/pixelfed/pixelfed>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/pixelfed>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/pixelfed_ynh/issues>
|
||||
- Official app website: <https://pixelfed.org/>
|
||||
- Official user documentation: <https://docs.pixelfed.org/>
|
||||
- Official admin documentation: <https://docs.pixelfed.org/running-pixelfed/administration.html>
|
||||
- Upstream app code repository: <https://github.com/pixelfed/pixelfed>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/pixelfed>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/pixelfed_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -85,4 +85,4 @@ or
|
|||
sudo yunohost app upgrade pixelfed -u https://github.com/YunoHost-Apps/pixelfed_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
16
README_fr.md
16
README_fr.md
|
@ -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.12~ynh1
|
||||
**Version incluse :** 0.11.13~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -67,12 +67,12 @@ Be aware that this will generate a lot of "jobs" that will take time to be compl
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://pixelfed.org/>
|
||||
* Documentation officielle utilisateur : <https://docs.pixelfed.org/>
|
||||
* Documentation officielle de l’admin : <https://docs.pixelfed.org/running-pixelfed/administration.html>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/pixelfed/pixelfed>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/pixelfed>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/pixelfed_ynh/issues>
|
||||
- Site officiel de l’app : <https://pixelfed.org/>
|
||||
- Documentation officielle utilisateur : <https://docs.pixelfed.org/>
|
||||
- Documentation officielle de l’admin : <https://docs.pixelfed.org/running-pixelfed/administration.html>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/pixelfed/pixelfed>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/pixelfed>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/pixelfed_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -86,4 +86,4 @@ ou
|
|||
sudo yunohost app upgrade pixelfed -u https://github.com/YunoHost-Apps/pixelfed_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Pixelfed"
|
|||
description.en = "ActivityPub Federated Image Sharing"
|
||||
description.fr = "Logiciel de partage d'image fédéré via ActivityPub"
|
||||
|
||||
version = "0.11.12~ynh1"
|
||||
version = "0.11.13~ynh1"
|
||||
|
||||
maintainers = ["yalh76", "Lapineige"]
|
||||
|
||||
|
@ -36,8 +36,8 @@ ram.runtime = "100M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.12.tar.gz"
|
||||
sha256 = "4c147a94762af5737c2e408cfe555a29dd3074a7915079931445136b8acadcb0"
|
||||
url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.13.tar.gz"
|
||||
sha256 = "e284a99a427f3d0835f885d513a61c74def2b1df4cb3bf7d2c378df42607b1e4"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue