1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nullboard_ynh.git synced 2024-09-03 19:46:08 +02:00

Add warning on localstorage

This commit is contained in:
ericgaspar 2021-02-23 15:38:59 +01:00
parent e87da23c01
commit 6386fe209b
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 34 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -49,8 +49,8 @@
"fr": "Est-ce une application publique ?"
},
"help": {
"en": "If enabled, nullboard will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, nullboard sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
"en": "If enabled, Nullboard will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Nullboard sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}