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 #10 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-08-15 16:07:03 +02:00 committed by GitHub
commit 24bd66c09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 17 additions and 17 deletions

View file

@ -17,7 +17,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.31~ynh2
**Shipped version:** 2.0.32~ynh1

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Agrégateur de flux RSS minimaliste
**Version incluse :** 2.0.31~ynh2
**Version incluse :** 2.0.32~ynh1

View file

@ -13,7 +13,7 @@
setup_private=1
setup_public=1
upgrade=1
upgrade=1 from_commit=d0cc76d6bee9408859d3176a2fe3e33d61107998
upgrade=1 from_commit=aaee25fd688435d63ed304f418829e4e036004d5
backup_restore=1
multi_instance=1
change_url=1
@ -21,6 +21,6 @@
Email=
Notification=none
;;; Upgrade options
; commit=d0cc76d6bee9408859d3176a2fe3e33d61107998
name=Merge pull request #2
; commit=aaee25fd688435d63ed304f418829e4e036004d5
name=Merge pull request #8
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=4533&

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-amd64
SOURCE_SUM=42c82bdd48a98fd1f2e9a917b490562df657f44247250cb0b0b3fed298a5b515
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-amd64
SOURCE_SUM=4ff864b067f9e5fa4aa7550b9ff8ec45be8673d991ebd40aece5dcdbdc2b063a
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=miniflux

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-armv5
SOURCE_SUM=1da9c5a319cbee89ab1a680e49054b586445db722826cddee2c87cd1b9223cab
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-armv5
SOURCE_SUM=45f2c16f18d82eb339f2db365c9ba7c284704f97a87a90ee6c6d0753bbb69c25
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=miniflux

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-armv6
SOURCE_SUM=6a6218927582266b409bbf076de279fdc94748a816ff545f8902105e24e832cf
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-armv6
SOURCE_SUM=947babb72998eae246a1e84e9613756dd30651ee03213aa9f37c0272e7b69157
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=miniflux

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-arm64
SOURCE_SUM=7b03fb08f378f8972f5d9c456ec421852560fae27b5975952dc86cecf1ad7b80
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-arm64
SOURCE_SUM=b0561ccb88d0a21864b7d5165a2caa60443b642215c29e37ad88c0dc72ac5458
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=miniflux

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-armv7
SOURCE_SUM=5d9d57eea1fa0a0b0fec945753b85718568e6d976b383d8788510af2206221f4
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-armv7
SOURCE_SUM=fda79571cb8fc316e61f1853d3f95d39c961ad48d6de4e5f98b119442abb6e39
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=miniflux

View file

@ -6,7 +6,7 @@
"en": "Minimalist and opinionated RSS feed reader",
"fr": "Agrégateur de flux RSS minimaliste"
},
"version": "2.0.31~ynh2",
"version": "2.0.32~ynh1",
"url": "https://miniflux.app/",
"upstream": {
"license": "Apache-2.0",

View file

@ -116,8 +116,8 @@ ynh_add_nginx_config
ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/miniflux.conf" --destination="$final_path/$app.conf"
chmod 600 "$final_path/$app.conf"
chown $app "$final_path/$app.conf"
#=================================================
# SETUP SYSTEMD