2021-02-16 09:39:38 +01:00
|
|
|
|
# Nullboard for YunoHost
|
|
|
|
|
|
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/nullboard.svg)](https://dash.yunohost.org/appci/app/nullboard) ![](https://ci-apps.yunohost.org/ci/badges/nullboard.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/nullboard.maintain.svg)
|
|
|
|
|
[![Install Nullboard with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nullboard)
|
|
|
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
|
|
> *This package allow you to install Nullboard quickly and simply on a YunoHost server.
|
|
|
|
|
If you don’t have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
|
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
|
|
Nullboard is a minimalist take on a kanban board / a task list manager, designed to be compact, readable and quick in use.
|
|
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
|
|
![](https://camo.githubusercontent.com/700edd0af42b2fe7ca91961691d856e05bd1d9aeb7966b1da2478d7ccce863a5/68747470733a2f2f6e756c6c626f6172642e696f2f696d616765732f6e756c6c626f6172642d6578616d706c652d616c742e706e673f7a)
|
|
|
|
|
|
|
|
|
|
## Demo
|
|
|
|
|
|
2021-02-16 09:41:42 +01:00
|
|
|
|
* [Official demo](https://nullboard.io/preview)
|
2021-02-16 09:39:38 +01:00
|
|
|
|
|
2021-02-23 15:38:59 +01:00
|
|
|
|
## 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**
|
|
|
|
|
|
2021-02-16 09:39:38 +01:00
|
|
|
|
#### Supported architectures
|
|
|
|
|
|
2021-04-11 19:33:06 +02:00
|
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/nullboard.svg)](https://ci-apps.yunohost.org/ci/apps/nullboard/)
|
|
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/nullboard.svg)](https://ci-apps-arm.yunohost.org/ci/apps/nullboard/)
|
2021-02-16 09:39:38 +01:00
|
|
|
|
|
2021-02-23 15:38:59 +01:00
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
|
|
* :warning: Uses localStorage for storing boards/lists/notes, so be careful around clearing your cache.
|
|
|
|
|
|
2021-02-16 09:39:38 +01:00
|
|
|
|
## Links
|
|
|
|
|
|
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/nullboard_ynh/issues
|
2021-02-16 09:55:53 +01:00
|
|
|
|
* App website: https://nullboard.io/preview
|
2021-02-16 09:39:38 +01:00
|
|
|
|
* Upstream app repository: https://github.com/apankrat/nullboard
|
|
|
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Developers info
|
|
|
|
|
|
|
|
|
|
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/nullboard_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
|
```
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/nullboard_ynh/tree/testing --debug
|
|
|
|
|
or
|
|
|
|
|
sudo yunohost app upgrade nullboard -u https://github.com/YunoHost-Apps/nullboard_ynh/tree/testing --debug
|
|
|
|
|
```
|