diff --git a/check_process b/check_process deleted file mode 100755 index cd87891..0000000 --- a/check_process +++ /dev/null @@ -1,27 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - admin="john" - password="strongpassword" - ; Checks - pkg_linter=1 - setup_sub_dir=0 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - #1.0.0 alpha.80 - #upgrade=1 from_commit=074aac0f8caa4597bdc34c0e9355cf898546f0df - backup_restore=1 - multi_instance=1 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=074aac0f8caa4597bdc34c0e9355cf898546f0df - name=1.0.0 alpha.80 - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass& diff --git a/manifest.toml b/manifest.toml index 6fca39b..cdf6dab 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://docs.castopod.org/" code = "https://code.castopod.org/adaures/castopod" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -28,14 +28,9 @@ ram.runtime = "50M" [install] [install.domain] - help.en = "Castopod needs to be installed in a dedicated domain or sub-domain." - help.fr = "Castopod doit être installé dans un domaine ou sous-domaine dédié." type = "domain" - full_domain = true [install.init_main_permission] - help.en = "If enabled, Castopod will be accessible by people who do not have an account. This can be changed later via the webadmin." - help.fr = "Si cette case est cochée, Castopod sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." type = "group" default = "visitors"