1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Merge branch 'testing' into example

This commit is contained in:
yalh76 2021-02-27 19:26:11 +01:00
commit 8655e8062d
5 changed files with 40 additions and 20 deletions

View file

@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## Overview
Wekan is an open-source kanban board (task manager and organizer) Wekan is an open-source kanban board (task manager and organizer)
**Shipped version:** 4.64 **Shipped version:** 5.00
## Screenshots ## Screenshots

View file

@ -10,13 +10,13 @@ __YNH_NODE_LOAD_PATH__
#DEBUG=true #DEBUG=true
#--------------------------------------------- #---------------------------------------------
# URL of the mongodb # URL of the mongodb
MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__ MONGO_URL='mongodb://127.0.0.1:27017/__DB_NAME__'
#--------------------------------------------- #---------------------------------------------
# ROOT_URL EXAMPLES FOR WEBSERVERS: https://github.com/wekan/wekan/wiki/Settings # ROOT_URL EXAMPLES FOR WEBSERVERS: https://github.com/wekan/wekan/wiki/Settings
# Production: https://example.com/wekan # Production: https://example.com/wekan
# Local: http://localhost:2000 # Local: http://localhost:2000
# ipaddress=$(ifdata -pa eth0) # ipaddress=$(ifdata -pa eth0)
ROOT_URL=https://__DOMAIN____PATH__ ROOT_URL='https://__DOMAIN____PATH__'
#--------------------------------------------- #---------------------------------------------
# Working email IS NOT REQUIRED to use Wekan. # Working email IS NOT REQUIRED to use Wekan.
# https://github.com/wekan/wekan/wiki/Adding-users # https://github.com/wekan/wekan/wiki/Adding-users
@ -48,11 +48,6 @@ WITH_API='true'
# https://github.com/wekan/wekan/pull/2560 # https://github.com/wekan/wekan/pull/2560
RICHER_CARD_COMMENT_EDITOR=true RICHER_CARD_COMMENT_EDITOR=true
#--------------------------------------------------------------- #---------------------------------------------------------------
# ==== MOUSE SCROLL ====
# https://github.com/wekan/wekan/issues/2949
SCROLLINERTIA=0
SCROLLAMOUNT=auto
#---------------------------------------------------------------
# ==== CARD OPENED, SEND WEBHOOK MESSAGE ==== # ==== CARD OPENED, SEND WEBHOOK MESSAGE ====
CARD_OPENED_WEBHOOK_ENABLED=false CARD_OPENED_WEBHOOK_ENABLED=false
#--------------------------------------------------------------- #---------------------------------------------------------------
@ -132,6 +127,9 @@ TRUSTED_URL=''
# Example: WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId # Example: WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId
WEBHOOKS_ATTRIBUTES='' WEBHOOKS_ATTRIBUTES=''
#--------------------------------------------- #---------------------------------------------
# OAUTH2 ORACLE on premise identity manager OIM
#ORACLE_OIM_ENABLED=true
#---------------------------------------------
# ==== OAUTH2 AZURE ==== # ==== OAUTH2 AZURE ====
# https://github.com/wekan/wekan/wiki/Azure # https://github.com/wekan/wekan/wiki/Azure
# 1) Register the application with Azure. Make sure you capture # 1) Register the application with Azure. Make sure you capture
@ -139,6 +137,10 @@ WEBHOOKS_ATTRIBUTES=''
# 2) Configure the environment variables. This differs slightly # 2) Configure the environment variables. This differs slightly
# by installation type, but make sure you have the following: # by installation type, but make sure you have the following:
#OAUTH2_ENABLED=true #OAUTH2_ENABLED=true
# Optional OAuth2 CA Cert, see https://github.com/wekan/wekan/issues/3299
#OAUTH2_CA_CERT=ABCD1234
# Use OAuth2 ADFS additional changes. Also needs OAUTH2_ENABLED=true setting.
#OAUTH2_ADFS_ENABLED=false
# OAuth2 docs: https://github.com/wekan/wekan/wiki/OAuth2 # OAuth2 docs: https://github.com/wekan/wekan/wiki/OAuth2
# OAuth2 login style: popup or redirect. # OAuth2 login style: popup or redirect.
#OAUTH2_LOGIN_STYLE=redirect #OAUTH2_LOGIN_STYLE=redirect
@ -410,4 +412,22 @@ LDAP_SYNC_ADMIN_GROUPS=__APP__.admin
#LOGOUT_ON_MINUTES= #LOGOUT_ON_MINUTES=
#--------------------------------------------------------------------- #---------------------------------------------------------------------
# PASSWORD_LOGIN_ENABLED : Enable or not the password login form. # PASSWORD_LOGIN_ENABLED : Enable or not the password login form.
#PASSWORD_LOGIN_ENABLED=true #PASSWORD_LOGIN_ENABLED=true
#---------------------------------------------------------------------
#CAS_ENABLED=true
#CAS_BASE_URL=https://cas.example.com/cas
#CAS_LOGIN_URL=https://cas.example.com/login
#CAS_VALIDATE_URL=https://cas.example.com/cas/p3/serviceValidate
#---------------------------------------------------------------------
#SAML_ENABLED=true
#SAML_PROVIDER=
#SAML_ENTRYPOINT=
#SAML_ISSUER=
#SAML_CERT=
#SAML_IDPSLO_REDIRECTURL=
#SAML_PRIVATE_KEYFILE=
#SAML_PUBLIC_CERTFILE=
#SAML_IDENTIFIER_FORMAT=
#SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE=
#SAML_ATTRIBUTES=
#---------------------------------------------------------------------

View file

@ -1,9 +1,9 @@
# This is on YunoHost server just to avoid the file from disappearing # This is on YunoHost server just to avoid the file from disappearing
# Original source is https://releases.wekan.team/raspi3/wekan-4.64-arm64.zip # Original source is https://releases.wekan.team/raspi3/wekan-5.00-arm64.zip
# YunoHost source is https://build.yunohost.org/apps/wekan-4.64-arm64.zip # YunoHost source is https://build.yunohost.org/apps/wekan-5.00-arm64.zip
SOURCE_URL=https://build.yunohost.org/apps/wekan-4.64-arm64.zip SOURCE_URL=https://build.yunohost.org/apps/wekan-5.00-arm64.zip
SOURCE_SUM=220fc943263a8e025d420b29f8fbcaf1839b34ad5ff0440d2f629d004f9c642f SOURCE_SUM=156b9578766d4f133c8078bec1433fe5147e7fc594f0fbb8bdb000df2a269c89
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=wekan-4.64-arm64.zip SOURCE_FILENAME=wekan-5.00-arm64.zip

View file

@ -1,9 +1,9 @@
# This is on YunoHost server just to avoid the file from disappearing # This is on YunoHost server just to avoid the file from disappearing
# Original source is https://releases.wekan.team/wekan-4.64.zip # Original source is https://releases.wekan.team/wekan-5.00.zip
# YunoHost source is https://build.yunohost.org/apps/wekan-4.64.zip # YunoHost source is https://build.yunohost.org/apps/wekan-5.00.zip
SOURCE_URL=https://build.yunohost.org/apps/wekan-4.64.zip SOURCE_URL=https://build.yunohost.org/apps/wekan-5.00.zip
SOURCE_SUM=2a7f4486c4356ba8beb704e99c999a1ef05b06953eedff516733bc34c1e1063e SOURCE_SUM=815a6893185c4f063582afe13a63b78f3bfd5bd8bfe290ba002117657426b5cf
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=wekan-4.64.zip SOURCE_FILENAME=wekan-5.00.zip

View file

@ -6,7 +6,7 @@
"en": "Trello-like kanban", "en": "Trello-like kanban",
"fr": "Un kanban similaire à Trello" "fr": "Un kanban similaire à Trello"
}, },
"version": "4.64~ynh3", "version": "5.00~ynh1",
"url": "https://wekan.io", "url": "https://wekan.io",
"license": "MIT", "license": "MIT",
"maintainer": [ "maintainer": [