1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/miniflux_ynh.git synced 2024-09-03 19:45:58 +02:00

Merge pull request #57 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-09-02 16:32:37 +02:00 committed by GitHub
commit c76467bec4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 16 additions and 16 deletions

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Minimalist and opinionated RSS feed reader.
**Shipped version:** 2.2.0~ynh2
**Shipped version:** 2.2.0~ynh3
## Screenshots

View file

@ -18,7 +18,7 @@ No se debe editar a mano.
Minimalist and opinionated RSS feed reader.
**Versión actual:** 2.2.0~ynh2
**Versión actual:** 2.2.0~ynh3
## Capturas

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
Minimalist and opinionated RSS feed reader.
**Paketatutako bertsioa:** 2.2.0~ynh2
**Paketatutako bertsioa:** 2.2.0~ynh3
## Pantaila-argazkiak

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Lecteur de flux RSS minimaliste.
**Version incluse:** 2.2.0~ynh2
**Version incluse:** 2.2.0~ynh3
## Captures décran

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
Minimalist and opinionated RSS feed reader.
**Versión proporcionada:** 2.2.0~ynh2
**Versión proporcionada:** 2.2.0~ynh3
## Capturas de pantalla

View file

@ -18,7 +18,7 @@ Ini TIDAK boleh diedit dengan tangan.
Minimalist and opinionated RSS feed reader.
**Versi terkirim:** 2.2.0~ynh2
**Versi terkirim:** 2.2.0~ynh3
## Tangkapan Layar

View file

@ -18,7 +18,7 @@
Minimalist and opinionated RSS feed reader.
**Поставляемая версия:** 2.2.0~ynh2
**Поставляемая версия:** 2.2.0~ynh3
## Снимки экрана

View file

@ -18,7 +18,7 @@
Minimalist and opinionated RSS feed reader.
**分发版本:** 2.2.0~ynh2
**分发版本:** 2.2.0~ynh3
## 截图

View file

@ -5,7 +5,7 @@ name = "Miniflux"
description.en = "Minimalist and opinionated RSS feed reader"
description.fr = "Agrégateur de flux RSS minimaliste"
version = "2.2.0~ynh2"
version = "2.2.0~ynh3"
maintainers = []
@ -16,7 +16,7 @@ admindoc = "https://miniflux.app/docs/index.html"
code = "https://github.com/miniflux/v2"
[integration]
yunohost = ">= 11.2.27"
yunohost = ">= 11.2.29"
helpers_version = "2.1"
architectures = ["amd64", "armhf", "arm64"]
multi_instance = true

View file

@ -8,7 +8,7 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression "Stopping $app's systemd service..."
ynh_systemctl --service=$app --action=stop
ynh_systemctl --action=stop
#=================================================
# MODIFY URL IN NGINX CONF
@ -34,7 +34,7 @@ chmod 600 "$install_dir/$app.conf"
ynh_script_progression "Starting $app's systemd service..."
# Start a systemd service
ynh_systemctl --service=$app --action=start --log_path=systemd
ynh_systemctl --action=start --log_path=systemd
#=================================================
# END OF SCRIPT

View file

@ -54,7 +54,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log
#=================================================
ynh_script_progression "Starting $app's systemd service..."
ynh_systemctl --service=$app --action=start --log_path=systemd
ynh_systemctl --action=start --log_path=systemd
#=================================================
# END OF SCRIPT

View file

@ -40,7 +40,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log
#=================================================
ynh_script_progression "Starting $app's systemd service..."
ynh_systemctl --service=$app --action=start --log_path=systemd
ynh_systemctl --action=start --log_path=systemd
ynh_systemctl --service=nginx --action=reload

View file

@ -8,7 +8,7 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression "Stopping $app's systemd service..."
ynh_systemctl --service=$app --action=stop --log_path=systemd
ynh_systemctl --action=stop --log_path=systemd
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
@ -37,7 +37,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log
#=================================================
ynh_script_progression "Starting $app's systemd service..."
ynh_systemctl --service=$app --action=start --log_path=systemd
ynh_systemctl --action=start --log_path=systemd
#=================================================
# END OF SCRIPT