mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Remove Trello.
This commit is contained in:
parent
c2eb300e21
commit
53c0a52788
5 changed files with 6 additions and 6 deletions
2
app.json
2
app.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Wekan",
|
"name": "Wekan",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source kanban",
|
||||||
"repository": "https://github.com/wekan/wekan",
|
"repository": "https://github.com/wekan/wekan",
|
||||||
"logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
|
"logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
|
||||||
"keywords": ["productivity", "tool", "team", "kanban"],
|
"keywords": ["productivity", "tool", "team", "kanban"],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "1.31.0",
|
"version": "1.31.0",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --ignore-pattern 'packages/*' .",
|
"lint": "eslint --ignore-pattern 'packages/*' .",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"description": "The open-source Trello-like kanban (build with Meteor)",
|
"description": "The open-source kanban (built with Meteor)",
|
||||||
"repository": "https://github.com/wekan/wekan/",
|
"repository": "https://github.com/wekan/wekan/",
|
||||||
"logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
|
"logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
|
||||||
"website": "https://wekan.io",
|
"website": "https://wekan.github.io",
|
||||||
"addons": ["scalingo-mongodb"]
|
"addons": ["scalingo-mongodb"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ if [ "$CADDY_ENABLED" = "true" ]; then
|
||||||
export PORT=${CADDY_PORT} &>/dev/null
|
export PORT=${CADDY_PORT} &>/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "Wekan: The open-source Trello-like kanban.\n"
|
echo -e "Wekan: The open-source kanban.\n"
|
||||||
echo -e "Make sure you have connected all interfaces, check more by calling $ snap interfaces ${SNAP_NAME}"
|
echo -e "Make sure you have connected all interfaces, check more by calling $ snap interfaces ${SNAP_NAME}"
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
echo -e "${SNAP_NAME} has multiple services, to check status use systemctl"
|
echo -e "${SNAP_NAME} has multiple services, to check status use systemctl"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: wekan
|
name: wekan
|
||||||
version: 0
|
version: 0
|
||||||
version-script: git describe --dirty --tags | cut -c 2-
|
version-script: git describe --dirty --tags | cut -c 2-
|
||||||
summary: The open-source Trello-like kanban
|
summary: The open-source kanban
|
||||||
description: |
|
description: |
|
||||||
Wekan is an open-source and collaborative kanban board application.
|
Wekan is an open-source and collaborative kanban board application.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue