diff --git a/check_process b/check_process deleted file mode 100644 index 794499f..0000000 --- a/check_process +++ /dev/null @@ -1,24 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - is_public=1 - admin="john" - password="1Strong-Password" - invitation="invitationcode" - ; Checks - pkg_linter=1 - setup_sub_dir=0 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - # 2022.03.24~ynh1 - upgrade=1 from_commit=a91277b139619ac194956c997f77a52172a822d3 - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=1 -;;; Options -Email= -Notification=none diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 6d632fb..0000000 --- a/manifest.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "Huginn", - "id": "huginn", - "packaging_format": 1, - "description": { - "en": " Build agents that monitor and act on your behalf" - }, - "version": "2022.03.24~ynh3", - "url": "https://github.com/huginn/hugin", - "upstream": { - "license": "MIT", - "code": "https://github.com/huginn/huginn" - }, - "license": "MIT", - "maintainer": { - "name": "aurel", - "email": "aurel@grudu.ovh", - "url": "https://github.com/onde2rock/huginn_ynh" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": true, - "services": [ - "nginx", - "php7.3-fpm", - "mysql" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "is_public", - "type": "boolean", - "default": true - }, - { - "name": "admin", - "type": "user" - }, - { - "name": "password", - "type": "password" - }, - { - "name": "invitation", - "type": "string", - "ask": { - "en": "Choose an invitation code for new users" - }, - "example": "invitationcode" - } - ] - } -} diff --git a/manifest.toml b/manifest.toml index c3f07c4..3c95e6c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Huginn" description.en = "Build agents that monitor and act on your behalf" description.fr = "Build agents that monitor and act on your behalf" -version = "2022.03.24~ynh3" +version = "2022.08.18~ynh1" maintainers = ["aurel"] @@ -43,8 +43,9 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://codeload.github.com/huginn/huginn/tar.gz/c68274384cc7e7d2ab24ef70e5280bcbd5ca57c6" - sha256 = "5794a7a1b230ebac01b3d409eb40d90f68c1646e4f042777134499c68315f72e" + url = "https://github.com/huginn/huginn/archive/refs/tags/v2022.08.18.tar.gz" + sha256 = "845042042089a35c274bef41fc498cfd23733d923ab3772f4311212b42b356d9" + autoupdate.strategy = "latest_github_tag" [resources.ports]