mirror of
https://github.com/YunoHost-Apps/cachet_ynh.git
synced 2024-09-03 18:16:03 +02:00
cleaning
This commit is contained in:
parent
c8a0078b95
commit
75ee1b3a6d
2 changed files with 10 additions and 7 deletions
|
@ -22,8 +22,11 @@ code = "https://github.com/CachetHQ/Cachet"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -66,12 +69,12 @@ ram.runtime = "50M"
|
|||
[resources.apt]
|
||||
packages = [
|
||||
"mariadb-server",
|
||||
"php7.4",
|
||||
"php7.4-gd",
|
||||
"php7.4-mbstring",
|
||||
"php7.4-xml",
|
||||
"php7.4-mysql",
|
||||
"php7.4-sqlite3"
|
||||
"php8.2",
|
||||
"php8.2-gd",
|
||||
"php8.2-mbstring",
|
||||
"php8.2-xml",
|
||||
"php8.2-mysql",
|
||||
"php8.2-sqlite3"
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
|
|
|
@ -44,7 +44,7 @@ ynh_add_fpm_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Pre-configuring Cachet..." --weight=10
|
||||
|
||||
ynh_add_config --template="../conf/.env.example" --destination="$install_dir/.env"
|
||||
ynh_add_config --template=".env.example" --destination="$install_dir/.env"
|
||||
|
||||
#=================================================
|
||||
# INSTALL AND INITIALIZE COMPOSER
|
||||
|
|
Loading…
Add table
Reference in a new issue