1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00
This commit is contained in:
Éric Gaspar 2023-11-24 17:14:35 +01:00
parent c8a0078b95
commit 75ee1b3a6d
2 changed files with 10 additions and 7 deletions

View file

@ -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]

View file

@ -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