1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bludit_ynh.git synced 2024-09-03 18:06:13 +02:00
This commit is contained in:
Éric Gaspar 2023-03-05 19:31:59 +01:00
parent 032859c8d9
commit 2614d3b0c3
3 changed files with 1 additions and 80 deletions

View file

@ -1,25 +0,0 @@
;; Nom du test
; Manifest
domain="domain.tld"
path="/path"
is_public=1
; 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=c619ee29991f96e53e5dfb91ad9eb2a6003359f0
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
;;; Options
Email=
Notification=none
;;; Upgrade options
; commit=c619ee29991f96e53e5dfb91ad9eb2a6003359f0
name=Testing (#12)
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&

View file

@ -1,54 +0,0 @@
{
"name": "Bludit",
"id": "bludit",
"packaging_format": 1,
"description": {
"en": "Simple, Fast, Secure, Flat-File CMS",
"fr": "CMS simple, rapide, sécurisé et à fichier plat"
},
"version": "3.14.1~ynh2",
"url": "www.bludit.com",
"upstream": {
"license": "MIT",
"website": "www.bludit.com",
"demo": "https://demo.bludit.com",
"admindoc": "https://docs.bludit.com/en/",
"code": "https://github.com/bludit/bludit"
},
"license": "MIT",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/bludit",
"default": "/bludit"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Bludit will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Bludit sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}

View file

@ -49,4 +49,4 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.0-gd, php8.0-mbstring, php8.0-dom"
packages = "php8.0-gd php8.0-mbstring php8.0-dom"