1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00
This commit is contained in:
Éric Gaspar 2023-12-05 18:02:13 +01:00
parent c53ee7da85
commit f60fe27ae2
2 changed files with 5 additions and 26 deletions

View file

@ -1,24 +0,0 @@
;; Test complet
; Manifest
domain="domain.tld"
path="/path"
is_public=1
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
#upgrade=1 from_commit=CommitHash
backup_restore=1
multi_instance=1
change_url=1
;;; Options
Email=
Notification=none
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&

View file

@ -5,7 +5,7 @@ name = "IFM"
description.en = "Improved File Manager"
description.fr = "Gestionnaire de fichiers amélioré"
version = "4.0.0~ynh3"
version = "4.0.2~ynh1"
maintainers = ["eric_G"]
@ -15,11 +15,14 @@ demo = "https://ifmdemo.gitea.de/"
code = "https://github.com/misterunknown/ifm"
[integration]
yunohost = ">= 11.1.16"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"