1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/huginn_ynh.git synced 2024-09-03 19:26:13 +02:00
This commit is contained in:
Éric Gaspar 2023-09-28 22:36:20 +02:00 committed by Félix Piédallu
parent f81743c606
commit f470887548
3 changed files with 4 additions and 85 deletions

View file

@ -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

View file

@ -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"
}
]
}
}

View file

@ -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]