mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
fix
This commit is contained in:
parent
24e4817509
commit
fc39f058de
2 changed files with 1 additions and 33 deletions
|
@ -1,32 +0,0 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
language="en"
|
||||
admin="john"
|
||||
password="1Strong-Password"
|
||||
install_profil="minimal"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 8.9.7~ynh2
|
||||
upgrade=0 from_commit=69b57e0d7cd862e4e5aef0bfc2bc2634874602c4
|
||||
# 8.9.15~ynh1
|
||||
upgrade=0 from_commit=06baed57a0650ec9a9e4e0f3348298065c1207f2
|
||||
# 8.9.20~ynh1
|
||||
upgrade=0 from_commit=25e747e0cde5e9ae2005181946f7f6cd31c597a5
|
||||
# 9.4.6~ynh2
|
||||
upgrade=1 from_commit=bc57252858ce9402412ecccf82de2c2e2be67294
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
|
@ -72,7 +72,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "mariadb-server curl php8.0-fpm php8.0-cli php8.0-gd php8.0-mysql php8.0-xml php8.0-ldap php8.0-mbstring php8.0-simplexml php8.0-curl"
|
||||
packages = "mariadb-server curl php8.0-fpm php8.0-cli php8.0-gd php8.0-mysql php8.0-xml php8.0-ldap php8.0-mbstring php8.0-simplexml php8.0-curl"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue