mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
Fix
This commit is contained in:
parent
0749bb65e2
commit
9f14ddd302
4 changed files with 9 additions and 15 deletions
|
@ -45,7 +45,7 @@ Castopod Server is an open-source hosting platform made for podcasters who want
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Any known limitations.
|
* :warning: Installation possible only on a root domain or subdomain.
|
||||||
|
|
||||||
## Additional information
|
## Additional information
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ Castopod Server est une plate-forme d'hébergement open source conçue pour les
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Limitations connues.
|
* :warning: Installation possible uniquement sur un domaine racine ou sous-domaine.
|
||||||
|
|
||||||
## Informations additionnelles
|
## Informations additionnelles
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1 (PUBLIC|public=1|private=0)
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=0
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=0
|
change_url=1
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
|
|
|
@ -31,17 +31,11 @@
|
||||||
"en": "Choose a domain name for Castopod",
|
"en": "Choose a domain name for Castopod",
|
||||||
"fr": "Choisissez un nom de domaine pour Castopod"
|
"fr": "Choisissez un nom de domaine pour Castopod"
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"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": "path",
|
|
||||||
"type": "path",
|
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Castopod",
|
|
||||||
"fr": "Choisissez un chemin pour Castopod"
|
|
||||||
},
|
|
||||||
"example": "/",
|
|
||||||
"default": "/"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Add table
Reference in a new issue