mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Merge pull request #124 from YunoHost-Apps/testing
Fix documentation link and other small improvements
This commit is contained in:
commit
9c7d0ff114
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Pixelfed for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/pixelfed)  
|
||||
[](https://install-app.yunohost.org/?app=pixelfed)
|
||||
[](https://install-app.yunohost.org/?app=pixelfed)
|
||||
|
||||
> *This package allows you to install Pixelfed quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
@ -54,7 +54,7 @@ Those commands can be found in the official documentation.
|
|||
|
||||
## Documentation
|
||||
|
||||
* [Official documentation](https://docs.pixelfed.org/master/)
|
||||
* [Official documentation](https://docs.pixelfed.org/)
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
|
|
|
@ -257,7 +257,7 @@ ynh_replace_string --match_string="__PHPVERSION__" --replace_string="$phpversion
|
|||
#=================================================
|
||||
# SETUP LOGROTATE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Upgrading logrotate configuration..." --time --weight=1
|
||||
ynh_script_progression --message="Upgrading logrotate configuration..."
|
||||
|
||||
# Use logrotate to manage app-specific logfile(s)
|
||||
ynh_use_logrotate --non-append
|
||||
|
|
Loading…
Add table
Reference in a new issue