1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/BicBucStriim_ynh.git synced 2024-09-03 18:15:53 +02:00
This commit is contained in:
Éric Gaspar 2024-06-08 14:06:25 +02:00
parent e7354f24ff
commit 85f629b646
2 changed files with 4 additions and 0 deletions

View file

@ -19,8 +19,11 @@ code = "https://github.com/mikespub-org/rvolz-BicBucStriim"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"

View file

@ -21,6 +21,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=7
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"
# chmod -R ga+w "$install_dir/data"