1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git synced 2024-09-03 20:06:36 +02:00

Fix linter

This commit is contained in:
Salamandar 2024-01-03 22:06:15 +01:00
parent 5f3c6c54b1
commit b043440ed2
2 changed files with 5 additions and 10 deletions

View file

@ -21,11 +21,11 @@ fund = "https://framasoft.org/fr/#support"
yunohost = ">= 4.3.0"
architectures = "all"
multi_instance = true
ldap = "?"
sso = "?"
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]

View file

@ -65,16 +65,11 @@ ynh_script_progression --message="Setuping application with CURL..."
# Set the app as temporarily public for curl call
ynh_script_progression --message="Configuring SSOwat..."
# Making the app public for curl
#REMOVEME? ynh_permission_update --permission="main" --add="visitors"
# Installation with curl
ynh_script_progression --message="Finalizing installation..." --weight=2
ynh_local_curl "/signIn" "username=$admin" "password=$password" "repeatPassword=$password"
# Remove the public access
#REMOVEME? ynh_permission_update --permission="main" --remove="visitors"
# Calculate and store the config file checksum into the app settings
ynh_store_file_checksum --file="$install_dir/sites/$domain/config.json"