mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
commit
f71582a58a
4 changed files with 7 additions and 6 deletions
|
@ -25,7 +25,7 @@ Kanboard is a free and open source Kanban project management software.
|
||||||
- Drag and drop tasks to manage your project
|
- Drag and drop tasks to manage your project
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.2.34~ynh2
|
**Shipped version:** 1.2.35~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.yunohost.org/kanboard/
|
**Demo:** https://demo.yunohost.org/kanboard/
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ Kanboard est un logiciel de gestion de projet Kanban gratuit et open source.
|
||||||
- Glisser et déposez des tâches pour gérer votre projet
|
- Glisser et déposez des tâches pour gérer votre projet
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.2.34~ynh2
|
**Version incluse :** 1.2.35~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.yunohost.org/kanboard/
|
**Démo :** https://demo.yunohost.org/kanboard/
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@ location __PATH__/ {
|
||||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||||
fastcgi_param SERVER_NAME $host;
|
fastcgi_param SERVER_NAME $host;
|
||||||
|
fastcgi_pass_header Authorization;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Kanboard"
|
||||||
description.en = "Kanban project management software"
|
description.en = "Kanban project management software"
|
||||||
description.fr = "Logiciel de gestion de projet Kanban"
|
description.fr = "Logiciel de gestion de projet Kanban"
|
||||||
|
|
||||||
version = "1.2.34~ynh2"
|
version = "1.2.35~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -50,9 +50,9 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.34.tar.gz"
|
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.35.tar.gz"
|
||||||
sha256 = "587bc1c2da27b953569d61d4673b557f470f65f624caa30621daa36d481273f0"
|
sha256 = "9b6118ba4e3b3dd17f5313a963be09b7f9c323ad0c78bde3d9a394c6afb30b7e"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue