mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Testing : fix ≥0.11.5 installs (#222)
* v2 * v2 * Create tests.toml * Auto-update README * fix * Update _common.sh * Update install * Update manifest.toml * Update manifest.toml * cleaning * Auto-update README * Auto-update README * Add post edits (from dev branch) Using lastest commit as most of the previous ones fix edits stuff + bugs5cfe8cd56a
* bump version * Auto-update README * cleaning * Update manifest.toml * Auto-update README * Update ADMIN.md * Update change_url * php8.2 * php8.2 * add ressources needed * php8.2 * update PHP * post edit formatting fixes4479055e1e
* v0.11.8 * v0.11.8 * Auto-update README * Master -> ynh V2 (v0.11.8) * Auto-update README * Update .env * Fix .env + improvements https://github.com/YunoHost-Apps/pixelfed_ynh/pull/219#issuecomment-1568049256 * Update manifest.toml * Auto-update README * Typo * Patch file access right (fix post 0.11.5 installs) * Bump version (post v0.11.5 install fixes) * Auto-update README --------- Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: ericgaspar <junk.eg@free.fr>
This commit is contained in:
parent
212ce48b1c
commit
594396cab0
4 changed files with 12 additions and 4 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.
|
It is also possible to import your data from Instagram.
|
||||||
|
|
||||||
**Shipped version:** 0.11.8~ynh2
|
**Shipped version:** 0.11.8~ynh3
|
||||||
|
|
||||||
## Screenshots
|
## 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.
|
Il est également possible d'importer ses données depuis Instagram.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.11.8~ynh2
|
**Version incluse :** 0.11.8~ynh3
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ 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.8~ynh2"
|
version = "0.11.8~ynh3"
|
||||||
|
|
||||||
maintainers = ["yalh76", "lapineige"]
|
maintainers = ["yalh76", "Lapineige"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
|
@ -135,6 +135,14 @@ ynh_script_progression --message="Configuring log rotation..." --weight=1
|
||||||
ynh_use_logrotate --logfile="/var/log/$app/${app}-horizon.log"
|
ynh_use_logrotate --logfile="/var/log/$app/${app}-horizon.log"
|
||||||
ynh_use_logrotate --logfile="/var/www/$app/storage/logs/laravel.log"
|
ynh_use_logrotate --logfile="/var/www/$app/storage/logs/laravel.log"
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# PATCH PERMISSIONS for v0.11.5 versions and higher
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Patching permissions (for version 0.11.5 and newer)..." --weight=1
|
||||||
|
|
||||||
|
# Default configuration doesn't work
|
||||||
|
ynh_replace_string --match_string="'private' => 0700," --replace_string="'private' => 0750," --target_file=$install_dir/config/filesystems.php
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INTEGRATE SERVICE IN YUNOHOST
|
# INTEGRATE SERVICE IN YUNOHOST
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue