diff --git a/README.md b/README.md index 4be5fad..c602627 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Castopod Server is an open-source hosting platform made for podcasters who want ## Limitations -* Any known limitations. +* :warning: Installation possible only on a root domain or subdomain. ## Additional information diff --git a/README_fr.md b/README_fr.md index f87cd1e..92ce0ab 100755 --- a/README_fr.md +++ b/README_fr.md @@ -45,7 +45,7 @@ Castopod Server est une plate-forme d'hébergement open source conçue pour les ## Limitations -* Limitations connues. +* :warning: Installation possible uniquement sur un domaine racine ou sous-domaine. ## Informations additionnelles diff --git a/check_process b/check_process index 72889b2..ca3dd77 100755 --- a/check_process +++ b/check_process @@ -10,7 +10,7 @@ is_public=1 (PUBLIC|public=1|private=0) ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 @@ -20,7 +20,7 @@ backup_restore=1 multi_instance=1 port_already_use=0 - change_url=0 + change_url=1 ;;; Options Email= Notification=none diff --git a/manifest.json b/manifest.json index 20ca179..29cae5a 100755 --- a/manifest.json +++ b/manifest.json @@ -31,17 +31,11 @@ "en": "Choose a domain name for Castopod", "fr": "Choisissez un nom de domaine pour Castopod" }, - "example": "example.com" - }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for Castopod", - "fr": "Choisissez un chemin pour Castopod" - }, - "example": "/", - "default": "/" + "help": { + "en": "Castopod needs to be installed in a dedicated domain or sub-domain.", + "fr": "Castopod doit être installé dans un domaine ou sous-domaine dédié." + }, + "example": "podcast.example.com" }, { "name": "is_public",