From d157a6bcb0c967a49a0e96e8e3d73a5ef394e66d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 7 May 2023 09:15:47 +0200 Subject: [PATCH] fix --- check_process | 26 -------------------------- conf/systemd.service | 2 +- manifest.toml | 2 +- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 check_process diff --git a/check_process b/check_process deleted file mode 100644 index bcc898b..0000000 --- a/check_process +++ /dev/null @@ -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& \ No newline at end of file diff --git a/conf/systemd.service b/conf/systemd.service index 34700b3..4dd8caa 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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 diff --git a/manifest.toml b/manifest.toml index cac604b..a285237 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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