1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/automad_ynh.git synced 2024-09-03 18:06:04 +02:00
This commit is contained in:
Éric Gaspar 2023-04-24 19:11:21 +02:00
parent 2ab11f7af9
commit 7b1fcc8de5
2 changed files with 0 additions and 78 deletions

View file

@ -1,27 +0,0 @@
;; Test complet
; Manifest
domain="domain.tld"
path="/path"
is_public=1
language="fr"
admin="john"
password="1Strong-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=CommitHash
backup_restore=1
multi_instance=1
change_url=1
;;; Options
Email=
Notification=none
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666&

View file

@ -1,51 +0,0 @@
{
"name": "Automad",
"id": "automad",
"packaging_format": 1,
"description": {
"en": "Flat-file content management system and template engine",
"fr": "Système de gestion de contenu de fichiers plats et un moteur de modèles"
},
"version": "1.10.9~ynh3",
"url": "https://automad.org/",
"upstream": {
"license": "MIT",
"website": "https://automad.org/",
"admindoc": "https://automad.org/getting-started",
"userdoc": "https://automad.org/user-guide",
"code": "https://github.com/marcantondahmen/automad",
"cpe": "cpe:2.3:a:automad:automad"
},
"license": "MIT",
"maintainer": {
"name": "",
"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": "/automad",
"default": "/automad"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}