From 6386fe209bbbf9b17b1cb2b7d052746bb6769c1f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Feb 2021 15:38:59 +0100 Subject: [PATCH] Add warning on localstorage --- README.md | 16 ++++++++++++++++ README_fr.md | 16 ++++++++++++++++ manifest.json | 4 ++-- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84abb7a..4dbda9b 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,27 @@ Nullboard is a minimalist take on a kanban board / a task list manager, designed * [Official demo](https://nullboard.io/preview) +## Documentation + + * Official documentation: https://nullboard.io/preview + * YunoHost documentation: If specific documentation is needed, feel free to contribute. + +## YunoHost specific features + +#### Multi-user support + + * Are LDAP and HTTP auth supported? **No** + * Can the app be used by multiple users? **Yes** + #### Supported architectures * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/nullboard%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/nullboard/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/nullboard%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/nullboard/) +## Limitations + +* :warning: Uses localStorage for storing boards/lists/notes, so be careful around clearing your cache. + ## Links * Report a bug: https://github.com/YunoHost-Apps/nullboard_ynh/issues diff --git a/README_fr.md b/README_fr.md index a210229..01da9b4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,11 +20,27 @@ Nullboard est une version minimaliste d'un tableau Kanban/gestionnaire de liste * [Démo officielle](https://nullboard.io/preview) +## Documentation + + * Documentation officielle : https://nullboard.io/preview + * Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. + +## Caractéristiques spécifiques YunoHost + +#### Support multi-utilisateur + +* L'authentification LDAP et HTTP est-elle prise en charge ? **Non** +* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** + #### Architectures supportées * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/nullboard%40%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/nullboard/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/nullboard%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/nullboard/) +## Limitations + +* :warning: Utilise localStorage pour stocker les tableaux/listes/notes, soyez prudent lorsque vous effacez votre cache. + ## Liens * Signaler un bug : https://github.com/YunoHost-Apps/nullboard_ynh/issues diff --git a/manifest.json b/manifest.json index c7ccca3..ef7a189 100644 --- a/manifest.json +++ b/manifest.json @@ -49,8 +49,8 @@ "fr": "Est-ce une application publique ?" }, "help": { - "en": "If enabled, nullboard will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.", - "fr": "Si cette case est cochée, nullboard sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + "en": "If enabled, Nullboard will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Nullboard sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }