From 996d29f21298766280587b9ba375e3bd59d93502 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 7 Aug 2021 10:45:02 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ec932e6..c4485ce 100755 --- a/manifest.json +++ b/manifest.json @@ -33,7 +33,11 @@ { "name": "domain", "type": "domain", - "example": "example.com" + "help": { + "en": "Owncast needs to be installed in a dedicated domain or sub-domain.", + "fr": "Owncast doit être installé dans un domaine ou sous-domaine dédié." + }, + "example": "owncast.example.com" }, { "name": "admin", @@ -43,6 +47,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If enabled, Owncast will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Owncast sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, "default": true } ]