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:
parent
e87da23c01
commit
6386fe209b
3 changed files with 34 additions and 2 deletions
16
README.md
16
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 - [](https://ci-apps.yunohost.org/ci/apps/nullboard/)
|
||||
* ARMv8-A - [](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
|
||||
|
|
16
README_fr.md
16
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 - [](https://ci-apps.yunohost.org/ci/apps/nullboard/)
|
||||
* ARMv8-A - [](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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue