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 } ]