mirror of
https://github.com/YunoHost-Apps/taskboard_ynh.git
synced 2024-09-03 20:26:27 +02:00
commit
544f7e1019
3 changed files with 2 additions and 6 deletions
|
@ -35,7 +35,6 @@ The goal of TaskBoard is to provide a simple and clean interface to a functional
|
||||||
|
|
||||||
* Official app website: <http://taskboard.matthewross.me/>
|
* Official app website: <http://taskboard.matthewross.me/>
|
||||||
* Upstream app code repository: <https://github.com/kiswa/TaskBoard>
|
* Upstream app code repository: <https://github.com/kiswa/TaskBoard>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_taskboard>
|
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/taskboard_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/taskboard_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -35,7 +35,6 @@ The goal of TaskBoard is to provide a simple and clean interface to a functional
|
||||||
|
|
||||||
* Site officiel de l’app : <http://taskboard.matthewross.me/>
|
* Site officiel de l’app : <http://taskboard.matthewross.me/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/kiswa/TaskBoard>
|
* Dépôt de code officiel de l’app : <https://github.com/kiswa/TaskBoard>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_taskboard>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/taskboard_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/taskboard_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -16,7 +16,7 @@ demo = "https://taskboard.matthewross.me/demo"
|
||||||
code = "https://github.com/kiswa/TaskBoard"
|
code = "https://github.com/kiswa/TaskBoard"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.15"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -56,7 +56,5 @@ ram.runtime = "50M"
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
api.protected = true
|
api.protected = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "php8.0-sqlite3"
|
packages = "php8.2-sqlite3"
|
||||||
|
|
Loading…
Reference in a new issue