mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
commit
381e2ba05c
5 changed files with 11 additions and 38 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
|
||||
|
||||
**Shipped version:** 2.0.43~ynh1
|
||||
**Shipped version:** 2.0.44~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Minimalist and opinionated RSS feed reader
|
||||
|
||||
**Version incluse :** 2.0.43~ynh1
|
||||
**Version incluse :** 2.0.44~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
admin="john"
|
||||
password="password"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=aaee25fd688435d63ed304f418829e4e036004d5
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=aaee25fd688435d63ed304f418829e4e036004d5
|
||||
name=Merge pull request #8
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=4533&
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Miniflux: feed Reader
|
||||
Description=Miniflux: Feed Reader
|
||||
Documentation=https://miniflux.app/docs/#database-connection-parameters
|
||||
After=network.target postgresql.service
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Miniflux"
|
|||
description.en = "Minimalist and opinionated RSS feed reader"
|
||||
description.fr = "Agrégateur de flux RSS minimaliste"
|
||||
|
||||
version = "2.0.43~ynh1"
|
||||
version = "2.0.44~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -16,7 +16,7 @@ admindoc = "https://miniflux.app/docs/index.html"
|
|||
code = "https://github.com/miniflux/v2"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.17"
|
||||
yunohost = ">= 11.1.18"
|
||||
architectures = ["amd64", "armhf", "arm64"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -53,13 +53,12 @@ ram.runtime = "50M"
|
|||
extract = false
|
||||
rename = "miniflux"
|
||||
|
||||
arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-arm64"
|
||||
arm64.sha256 = "1b4f875f98b4b0e66e922417ef0714839cf8e26c470ccc7f4044cf35765fc86a"
|
||||
amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-amd64"
|
||||
amd64.sha256 = "bb899aae069cfc9effe846fe14cc365d5f82c6974dfde7382b23e41564fc079a"
|
||||
armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-armv7"
|
||||
armhf.sha256 = "a9f563bf00733202ae638e38c72a2d09f7f4ee907392c4a7a4f41c6b18354e04"
|
||||
|
||||
arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-arm64"
|
||||
arm64.sha256 = "861d8763f548963b76645704a32e4b4838773430f25d1ef49989bae6f836bdb7"
|
||||
amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-amd64"
|
||||
amd64.sha256 = "1a7fb7db4f1590cb9889c9eb3ba368360da8fc911bb78c90e7aa471d3505c23e"
|
||||
armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-armv7"
|
||||
armhf.sha256 = "4b3a90033108880f58a93c792f9acd33a85faaf05a68d98ef4eda3a136c1cd2d"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^miniflux-linux-amd64$"
|
||||
autoupdate.asset.arm64 = "^miniflux-linux-arm64$"
|
||||
|
|
Loading…
Reference in a new issue