mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
commit
44a27f12a0
7 changed files with 15 additions and 14 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Minimalist and opinionated RSS feed reader
|
Minimalist and opinionated RSS feed reader
|
||||||
|
|
||||||
**Shipped version:** 2.0.49~ynh1
|
**Shipped version:** 2.0.50~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Minimalist and opinionated RSS feed reader
|
Minimalist and opinionated RSS feed reader
|
||||||
|
|
||||||
**Version incluse :** 2.0.49~ynh1
|
**Version incluse :** 2.0.50~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
## Configuration
|
|
||||||
|
|
||||||
You can also configure Miniflux by editing this file `__INSTALL_DIR__/miniflux.conf` using the [documentation](https://miniflux.app/docs/configuration.html).
|
You can also configure Miniflux by editing this file `__INSTALL_DIR__/miniflux.conf` using the [documentation](https://miniflux.app/docs/configuration.html).
|
|
@ -5,7 +5,7 @@ name = "Miniflux"
|
||||||
description.en = "Minimalist and opinionated RSS feed reader"
|
description.en = "Minimalist and opinionated RSS feed reader"
|
||||||
description.fr = "Agrégateur de flux RSS minimaliste"
|
description.fr = "Agrégateur de flux RSS minimaliste"
|
||||||
|
|
||||||
version = "2.0.49~ynh1"
|
version = "2.0.50~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -19,8 +19,11 @@ code = "https://github.com/miniflux/v2"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["amd64", "armhf", "arm64"]
|
architectures = ["amd64", "armhf", "arm64"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
@ -53,12 +56,12 @@ ram.runtime = "50M"
|
||||||
extract = false
|
extract = false
|
||||||
rename = "miniflux"
|
rename = "miniflux"
|
||||||
|
|
||||||
arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-arm64"
|
arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-arm64"
|
||||||
arm64.sha256 = "6dcfd11a5c9ce615add3b89594c19a7b965465e4bbd3759f60673e489dc45cbe"
|
arm64.sha256 = "82d39a6e3664f4463e97031bfbe1c8ac8b3f0fbf052c7a760b545437a38d64bd"
|
||||||
amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-amd64"
|
amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-amd64"
|
||||||
amd64.sha256 = "1535c7fc4a3e5a89df6959dc0750e22f89a038037eee2ba377fcc2b69ee82e17"
|
amd64.sha256 = "4a4de706237500c11226e629ac9f3c8b5200a88d07d48cf85bac72b232f07f66"
|
||||||
armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-armv7"
|
armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-armv7"
|
||||||
armhf.sha256 = "be7092cfc751d22cfc18e1e567cb59ae213770acf46fe7b992fa64306d5b6666"
|
armhf.sha256 = "61b11efe9fbb85449ec158b904383e746cda0fb82947a324e0c3a285e78f393f"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.amd64 = "^miniflux-linux-amd64$"
|
autoupdate.asset.amd64 = "^miniflux-linux-amd64$"
|
||||||
autoupdate.asset.arm64 = "^miniflux-linux-arm64$"
|
autoupdate.asset.arm64 = "^miniflux-linux-arm64$"
|
||||||
|
|
|
@ -66,7 +66,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log
|
||||||
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||||
|
|
||||||
# Start a systemd service
|
# Start a systemd service
|
||||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on"
|
ynh_systemd_action --service_name=$app --action=start --log_path=systemd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
|
|
|
@ -48,7 +48,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||||
|
|
||||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on"
|
ynh_systemd_action --service_name=$app --action=start --log_path=systemd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
|
@ -60,7 +60,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||||
|
|
||||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on"
|
ynh_systemd_action --service_name=$app --action=start --log_path=systemd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
|
|
Loading…
Reference in a new issue