1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00

Fix linter, remove fixmes

This commit is contained in:
Salamandar 2024-03-29 13:25:22 +01:00
parent 398dadbbad
commit f0598f27ff
2 changed files with 3 additions and 6 deletions

View file

@ -21,9 +21,9 @@ architectures = "all"
multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
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, ...
disk = "50M"
ram.build = "100M"
ram.runtime = "100M"
[install]
[install.encrypt]

View file

@ -21,9 +21,6 @@ _set_frequencies
ynh_app_setting_set --app="$app" --key=overwrite_cron --value=1
# echo "encfs encfs/security-information boolean true" | debconf-set-selections
#REMOVEME? ynh_install_app_dependencies $pkg_dependencies
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================