diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 137b30a..68ea8e2 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -2,7 +2,7 @@ Glitch-Soc is beta software, and under active development. Use at your own risk! * This app require a dedicated domain or subdomain. * The user choosen during the installation is created in Glitch-Soc with admin rights. -* LDAP authentication is activated. All YunoHost users can authenticate. -* Single sign-on doesn't work. -It seems important to close the inscriptions for your Glitch-Soc, so that it remains a private body. We invite you to block remote malicious instances from the administration interface. You can also add text on your home page. +LDAP authentication and SSO are activated. All YunoHost users can authenticate. Log-out from YunoHost's portal doesn't log-out from Glitch-Soc. See https://github.com/YunoHost/issues/issues/501 + +We invite you to block remote malicious instances from the administration interface. You can also add text on your home page. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..1e51726 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,8 @@ +Glitch-Soc est en constant développement, fournis avec les dernières fonctionnalités (incluant les derniers bugs). + +* L'application a besoin d'un domaine dédié. +* L'utilisateur⋅ice choisi⋅es lors de l'installation sera administrateur⋅ice de l'instance. Il est possible d'en ajouter d'autre depuis l'application. + +L'authentification par LDAP et le Single-Sign-On sont activés pour les utilisateur⋅ices YunoHost. Se déconnecter depuis le portail YunoHost ne vous déconnecte pas de Glitch-Soc. Voir https://github.com/YunoHost/issues/issues/501 + +Nous vous invitons à bloquer les instances malveillantes depuis l'interface d'administration. Vous pouvez également ajouter du texte sur votre page d'accueil. diff --git a/manifest.json b/manifest.json index b3fd4c3..b44f3ca 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "Needed for federation.", + "fr": "Nécessaire pour la fédération." + }, "default": true }, {