Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ code = "https://github.com/roundcube/roundcubemail"
yunohost = ">= 11.2.29"
architectures = "all"
multi_instance = true

ldap = true
sso = true

disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ynh_script_progression --message="Installing Roundcube with Composer..." --weigh
cp "$install_dir/composer.json-dist" "$install_dir/composer.json"

# Install composer
ynh_install_composer
#REMOVEME? ynh_install_composer

#=================================================
# INITIALIZE DATABASE
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ then
ynh_script_progression --message="Updating dependencies with Composer..." --weight=30

# Upgrade composer itself
ynh_install_composer
#REMOVEME? ynh_install_composer

# Check if dependencies need to be updated with Composer
if [ -f "$install_dir/composer.json" ]
Expand Down