mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
cleaning
This commit is contained in:
parent
1d1503e576
commit
32a5cd3142
3 changed files with 4 additions and 28 deletions
|
@ -1,24 +0,0 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
admin="john"
|
||||
site_name="Moodle"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 3.11.6~ynh1
|
||||
upgrade=1 from_commit=623e7bae2dbae1bc9d7ceaa947ec49f56b57fa05
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
|
@ -45,7 +45,7 @@ ram.runtime = "50M"
|
|||
ask.en = "Choose a name for the site you want to create"
|
||||
ask.fr = "Choisissez un nom pour le site que vous voulez créer"
|
||||
type = "string"
|
||||
default = "moodle"
|
||||
default = "Moodle"
|
||||
|
||||
[resources]
|
||||
|
||||
|
@ -66,7 +66,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "postgresql php8.0-common php8.0-mbstring php8.0-curl php8.0-xmlrpc php8.0-soap php8.0-zip php8.0-gd php8.0-xml php8.0-intl php8.0-pgsql php8.0-ldap"
|
||||
packages = "postgresql, php8.0-common, php8.0-mbstring, php8.0-curl, php8.0-xmlrpc, php8.0-soap, php8.0-zip, php8.0-gd php8.0-xml, php8.0-intl, php8.0-pgsql, php8.0-ldap"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Reference in a new issue