1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cypht_ynh.git synced 2024-09-03 18:26:09 +02:00

Merge pull request #53 from YunoHost-Apps/testing

Testing
This commit is contained in:
Alexandre Aubin 2023-10-08 01:28:02 +02:00 committed by GitHub
commit 1dfc13cbb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 27 deletions

View file

@ -1,24 +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
# 1.3.0~ynh2
upgrade=1 from_commit=f0329d9a2873a9f73fff26af9ba22074bbfa1934
backup_restore=1
multi_instance=1
change_url=1
;;; Options
Email=
Notification=none

View file

@ -16,7 +16,7 @@ admindoc = "https://cypht.org/install.html"
code = "https://github.com/jasonmunro/cypht"
[integration]
yunohost = ">= 11.1.21"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = true
@ -40,7 +40,7 @@ ram.runtime = "50M"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
type = "select"
choices = ["de", "en", "es", "fr", "it", "nl", "pt-BR"]
default = "fr"
@ -68,7 +68,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "mariadb-server php8.2-mbstring php8.2-gnupg php8.2-memcached php8.2-mysql php8.2-gd php8.2-curl php8.2-fileinfo"
packages = "mariadb-server, php8.2-mbstring, php8.2-gnupg, php8.2-memcached, php8.2-mysql, php8.2-gd, php8.2-curl, php8.2-fileinfo"
[resources.database]
type = "mysql"